shelljs
Repos
8

:shell: Portable Unix shell commands for Node.js

13746
676

Portable Shell Commands for Node

1503
38

An example shelljs-plugin to open a file with its default application

Events

issue comment
Deno version of ShellJS

Deno recently reached an important milestone: npm/node integration. Basically enough of the npm/node integration has occurred that a port of shelljs to Deno may be easier?

Created at 10 hours ago
opened issue
rm fails silently
  1. be on win 10
  2. run shx mv dist/source/* dist/dest
  3. apparently works
  4. actually, some dirs inside dist/source were not moved because of a npm ERR! Error: EPERM: operation not permitted, rename that was swallowed by this try catch

expected: shx should report the error

Created at 11 hours ago
started
Created at 1 day ago
started
Created at 1 day ago
started
Created at 2 days ago
started
Created at 2 days ago
started
Created at 2 days ago
started
Created at 3 days ago
started
Created at 5 days ago
started
Created at 5 days ago
started
Created at 6 days ago
started
Created at 1 week ago
started
Created at 1 week ago
started
Created at 1 week ago
started
Created at 1 week ago
started
Created at 1 week ago
started
Created at 1 week ago
started
Created at 1 week ago
pull request opened
docs: add description of the exec callback execute timing

Hello everyone, I noticed that the documentation for the exec function in the library does not specify when the callback function is executed. As I found this information unclear, I took the initiative to add a note inside the source code explaining the timing of the callback function's execution arrcoding docs here: child_process.exec(command[, options][, callback]).

Created at 1 week ago
Created at 1 week ago
started
Created at 1 week ago
pull request reopened
Explicitly require commands

Currently anything that includes shelljs in it's chain cannot be bundled into a singular file due to the dynamic require. By explicitly requiring everything in src, this allows singular bundles through things like esbuild.

Created at 1 week ago
pull request closed
Explicitly require commands

Currently anything that includes shelljs in it's chain cannot be bundled into a singular file due to the dynamic require. By explicitly requiring everything in src, this allows singular bundles through things like esbuild.

Created at 1 week ago
pull request opened
Explicitly require commands

Currently anything that includes shelljs in it's chain cannot be bundled into a singular file due to the dynamic require. By explicitly requiring everything in src, this allows singular bundles through things like esbuild.

Created at 1 week ago
pull request closed
Explicitly require commands

Currently anything that includes shelljs in it's chain cannot be bundled into a singular file due to the dynamic require. By explicitly requiring everything in src, this allows singular bundles through things like esbuild.

Created at 1 week ago
pull request opened
Explicitly require commands

Currently anything that includes shelljs in it's chain cannot be bundled into a singular file due to the dynamic require. By explicitly requiring everything in src, this allows singular bundles through things like esbuild.

Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
issue comment
Shelljs exec does not capture output from snap programs

This helped me https://github.com/shelljs/shelljs/issues/990#issuecomment-613728095

Created at 1 week ago
started
Created at 1 week ago