Nate Fischer
|
dfaa78abef
|
feat(cd): cd() (no args) changes to home directory
|
2016-01-24 13:19:57 -08:00 |
|
Nate Fischer
|
5ea67cf06d
|
Fix ls docs
|
2016-01-23 17:32:26 -08:00 |
|
Nate Fischer
|
07236a6463
|
fix inconsistencies in docs
|
2016-01-20 19:42:35 -08:00 |
|
Nate Fischer
|
9ff07b3ca7
|
Style updates in docs
|
2016-01-20 03:11:56 -08:00 |
|
Nate Fischer
|
267799ae96
|
Docs updates
|
2016-01-19 16:45:35 -08:00 |
|
Nate Fischer
|
15261f846c
|
Merge pull request #292 from nfischer/fix-readme-style
style: make docs more consistent
|
2016-01-15 19:50:01 -08:00 |
|
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 |
|
Martino Visintin
|
d520a340e8
|
update exec docs to match implemented behaviour
|
2016-01-14 12:44:05 +01: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 |
|
Brett Jones
|
08b4212b15
|
add touch(1)
|
2016-01-11 19:47:09 -06:00 |
|
Artur Adib
|
e3f3ab87cd
|
readme update
|
2016-01-08 14:37:17 -05:00 |
|
Artur Adib
|
708be98aa7
|
dummy commit to trigger CI
|
2016-01-08 14:33:37 -05: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 |
|
Giorgio Premi
|
1a33dd0b61
|
Update README.md
Minor typo
|
2015-08-05 17:27:53 +02:00 |
|
Artur Adib
|
fcab75613f
|
Update README.md
|
2015-06-09 09:50:08 -04:00 |
|
Artur Adib
|
fdf633003e
|
Bump version, update README for new make args
|
2015-05-19 10:51:03 -04:00 |
|
Artur Adib
|
4605f927fe
|
Update README.md
|
2015-02-10 19:32:58 -05:00 |
|
Stéphane Gully
|
b8e1507b8d
|
Update README.md
|
2014-08-10 11:13:42 +02:00 |
|
utensil
|
3968dc41e7
|
make sed() support replacement function, fixes #115
|
2014-04-19 21:05:47 +08:00 |
|
Max Nordlund
|
a10eee9b40
|
Fixed coffeescript syntax in top example
The `cat 'macro.js'` needs parentesis to not include `file`.
```javascript
sed('-i', /.*REPLACE_LINE_WITH_MACRO.*\n/, cat('macro.js', file));
```
|
2013-12-18 09:46:08 +01:00 |
|
Michael Schoonmaker
|
b715c2c240
|
Add ln support, including both -s and -f options.
|
2013-10-10 18:03:09 -07:00 |
|
Artur Adib
|
c2f3cb3384
|
minor docs change
|
2013-09-01 12:20:14 -04:00 |
|
Andrew Duffy
|
91c82e0cc6
|
Fixed README so that it's based off in-source documentation
Renamed appendTo() to toEnd().
|
2013-08-25 19:36:16 -07:00 |
|
Andrew Duffy
|
78e89faf28
|
Added appendTo() function to imitate '>>' redirect-and-append pipe.
|
2013-08-25 16:36:05 -07:00 |
|
Artur Adib
|
561b1ea99c
|
factoring docs, sed.js fix
|
2013-08-25 18:09:31 -04:00 |
|
Dan Phillimore
|
0dafb516cb
|
Fix a small typo in README.md
The negated -f test is checking whether the path is *not* a regular file, so I have updated the comment to match.
|
2013-07-12 09:44:38 +01:00 |
|
Thomas Fuchs
|
b60df5a405
|
Add Zepto to README
Zepto is quite popular. Since V1.0 Zepto is using ShellJS and in particular the make tool for easy custom builds.
|
2013-03-04 16:16:41 -05:00 |
|
Artur
|
454dd29849
|
docs
|
2013-01-08 11:37:41 -05:00 |
|
Artur
|
98f3b0b2ef
|
minor
|
2013-01-08 11:31:20 -05:00 |
|
Artur Adib
|
91dd5bd61d
|
docs fix
|
2013-01-01 15:26:53 -05:00 |
|
Artur Adib
|
af6bba7e0d
|
docs update
|
2013-01-01 15:21:44 -05:00 |
|
Artur Adib
|
4ecab37f87
|
Update README.md
|
2012-12-26 15:25:37 -05:00 |
|
Artur Adib
|
e4d9dabe52
|
introducing config.silent, config.fatal
deprecates silent()
|
2012-12-01 09:48:23 -05:00 |
|
Artur Adib
|
c33dcf475b
|
list projects using shelljs
|
2012-10-13 18:24:37 -04:00 |
|
Artur Adib
|
5988408087
|
docs, minor
|
2012-09-28 16:56:34 -04:00 |
|
Artur Adib
|
99b9b759fa
|
closes #31
|
2012-09-28 15:45:34 -04:00 |
|
Artur Adib
|
09d6e09d87
|
docs update, ls -a deprecated
|
2012-09-23 20:09:19 -04:00 |
|
Artur Adib
|
769c81f535
|
minor
|
2012-09-06 12:00:39 -04:00 |
|
Artur Adib
|
11f340cd0c
|
update README
|
2012-09-06 08:18:52 -04:00 |
|
Artur Adib
|
b5aa580668
|
readme
|
2012-06-05 11:15:34 -04:00 |
|
Artur Adib
|
edc85bcd4f
|
readme
|
2012-06-04 20:12:00 -04:00 |
|
Artur Adib
|
145e62a33b
|
minor readme
|
2012-06-04 20:08:45 -04:00 |
|
Artur Adib
|
a79c4f1857
|
sjs --> shjs
|
2012-05-28 17:01:31 -04:00 |
|
Artur Adib
|
808d627f5d
|
minor
|
2012-05-25 14:13:58 -04:00 |
|
Artur Adib
|
f48f97a187
|
sjs binary
|
2012-05-25 14:10:53 -04:00 |
|
Artur Adib
|
38a0bde0a9
|
exec async now returns child proc obj
|
2012-05-24 22:10:21 -04:00 |
|
Kalervo Kujala
|
a40d384a92
|
Add support for grep option -v.
|
2012-05-18 01:26:22 +03:00 |
|