Nate Fischer
efc0bbb4ec
style: make docs more consistent
...
I also fixed a URL in the top section of the README.
2016-01-15 19:37:59 -08:00
Ari Porad
99f71be89d
Merge pull request #268 from nfischer/MultipleErrorMessages
...
Commands that have multiple errors now produce cleaner log output
2016-01-13 16:10:03 -08:00
Ari Porad
e616aa67e7
Merge pull request #239 from Microsoft/users/tihuang/fixwhich
...
Make sure Which() on Windows platform always return the command with …
2016-01-13 15:49:34 -08:00
Tingluo Huang
9ca9b6144a
Make sure Which() on Windows platform always return the command with extension.
2016-01-13 15:03:17 -05:00
Nate Fischer
8a7f7ceec4
add exec.stdout
...
Change `exec.output` to `exec.stdout` and deprecate `output`.
2016-01-12 17:14:13 -08:00
Nate Fischer
74f1ff8748
Commands that have multiple errors now produce cleaner log output. Errors are
...
echoed to stderr. exec() supports a new stderr field.
2016-01-12 17:02:19 -08:00
Artur Adib
ace162ae84
better gitter badge
2016-01-11 21:52:45 -05:00
Artur Adib
7c0649df74
gitter badge
2016-01-11 21:39:16 -05:00
Nate Fischer
5d1ccec687
Merge pull request #240 from BYK/patch-1
...
Fix `os.tmpdir` bug
2016-01-11 17:57:05 -08:00
Nate Fischer
161a3cb776
Merge pull request #249 from blockloop/master
...
add touch(1)
2016-01-11 17:52:35 -08:00
Brett Jones
08b4212b15
add touch(1)
2016-01-11 19:47:09 -06:00
Nate Fischer
66e01af3a9
Merge pull request #285 from nfischer/fix-docs-typo
...
docs(spelling): fix typo in source comment
2016-01-11 13:33:38 -08:00
Nate Fischer
dbe3395ea9
docs(spelling): fix typo in source comment
2016-01-11 13:29:44 -08:00
Ari Porad
dc5c59be36
Merge pull request #252 from bryce-gibson/shjs-exit-code
...
Support exit code in shjs.
2016-01-09 17:49:58 -08:00
Artur Adib
6acfbe858f
travis uses latest LTS
2016-01-08 14:52:08 -05:00
Artur Adib
e3f3ab87cd
readme update
2016-01-08 14:37:17 -05:00
Artur Adib
573bada4c7
travis bump
2016-01-08 14:35:11 -05:00
Artur Adib
708be98aa7
dummy commit to trigger CI
2016-01-08 14:33:37 -05:00
Bryce Gibson
6cf02aa27e
Support exit code in shjs.
2015-11-10 08:53:16 +11:00
Burak Yiğit Kaya
06f35f8a76
Fix os.tmpdir bug
...
The checked method on `os` module was `tempDir` which was not existing on any version of Node (should have been `tmpDir`). With Node 0.10, the name became `tmpdir`.
2015-10-06 16:49:09 +03:00
Artur Adib
a38ef4557e
Merge pull request #228 from rezonant/feat-capitalX
...
feat-multisymbolic + Support for directory entry (capital X in chmod terms)
2015-08-29 16:07:33 -04:00
Artur Adib
e05ca3f8c4
Merge pull request #227 from rezonant/feat-multisymbolic
...
Fixes an issue with multi-symbolic mode specification (ie a-rwx,u+rw)
2015-08-29 16:03:44 -04:00
Artur Adib
09363768df
Merge pull request #166 from ratbeard/master
...
remove empty for loop and leaked i var
2015-08-29 15:56:25 -04:00
Artur Adib
9e18fc75a9
Merge pull request #135 from ndelitski/wrapScriptInDblQuotes
...
Wrap script name in double quotes
2015-08-29 15:52:34 -04:00
Artur Adib
3fef9673c1
Merge pull request #99 from maxnordlund/patch-1
...
Fixed coffeescript syntax in top example
2015-08-29 15:48:43 -04:00
Artur Adib
720d2d1fcf
Merge pull request #230 from sanemat/chore/add-travis-target
...
Add target node.js (iojs v1, v2, v3)
2015-08-29 15:43:55 -04:00
Artur Adib
7a40ea8ffa
Update package.json
2015-08-29 15:37:20 -04:00
Artur Adib
d85ed9a827
Update LICENSE
2015-08-29 15:36:08 -04:00
sanemat
d0f3dfa9dc
Add target node.js (iojs v1, v2, v3)
2015-08-30 00:13:06 +09:00
Liam (GH:rezonant)
766c2ddb59
Implements capital X (entry on directories)
2015-08-26 16:00:06 -04:00
Liam (GH:rezonant)
865a8d7c80
Oops, was commented out for verification
2015-08-26 15:08:20 -04:00
Liam (GH:rezonant)
670420c90e
Fixes said broken test
2015-08-26 15:01:04 -04:00
Liam (GH:rezonant)
55225d9a0d
A broken test
2015-08-26 15:00:33 -04:00
Liam (GH:rezonant)
e4e026dac4
Fixes incorrect mask
2015-08-26 14:20:07 -04:00
Liam (GH:rezonant)
9aba4d4ab2
Adds more tests
2015-08-26 14:17:57 -04:00
Artur Adib
409784b92e
Merge pull request #216 from rizowski/returnResult
...
Memoized the result of target invocation
2015-08-15 10:43:22 -04:00
Artur Adib
22d0975040
version bump
v0.5.3
2015-08-11 14:47:28 -04:00
Artur Adib
08644f7429
Merge branch 'master' of github.com:arturadib/shelljs
2015-08-11 14:46:56 -04:00
Artur Adib
3bbe153876
Merge pull request #222 from JulianLaval/patch-1
...
Manually closing streams
2015-08-11 14:46:38 -04:00
Julian Laval
3d01d64385
Patched stream closing issue
2015-08-11 16:50:10 +01:00
Julian Laval
ab142f522f
Manually closing streams
2015-08-11 09:53:37 +01:00
Artur Adib
85ac1807fd
bump ver
v0.5.2
2015-08-10 11:58:24 -04:00
Artur Adib
537eea5574
Merge pull request #214 from charlierudolph/patch-1
...
prevent internal error: write after end
2015-08-10 11:55:31 -04:00
Artur Adib
982c2dc6a3
Merge pull request #221 from giosh94mhz/patch-1
...
Update README.md
2015-08-10 11:55:03 -04:00
Giorgio Premi
1a33dd0b61
Update README.md
...
Minor typo
2015-08-05 17:27:53 +02:00
Colten Rouska
e627930d88
Memoized the result of target invocation
...
For a current makescript I was unable to use promises as the task had previously ran.
This commit returns a result of the target so promises can still resolve but doesn't change
the flow of how the make file works.
2015-07-06 08:05:09 -06:00
Charlie Rudolph
86e2d57cbc
prevent internal error: write after end
2015-07-02 15:53:36 -07:00
Artur Adib
fcab75613f
Update README.md
2015-06-09 09:50:08 -04:00
Artur Adib
fe6dedcf40
bump ver
2015-06-05 10:12:14 -04:00
Artur Adib
25f0cf0b24
Merge pull request #179 from andreialecu/fix-rmrfwin32
...
Fix issue #49 : Retry rmdirSync on Windows for up to 1 second if files still exist.
v0.5.1
2015-06-05 10:10:42 -04:00