306 Commits

Author SHA1 Message Date
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
Artur Adib
90acf11eda minor 2015-05-19 10:55:04 -04:00
Artur Adib
3df8dbd97c RELEASE.md 2015-05-19 10:54:14 -04:00
Artur Adib
fdf633003e Bump version, update README for new make args v0.5.0 2015-05-19 10:51:03 -04:00
Artur Adib
d48ecc3081 Merge pull request #207 from nzakas/issue188
Breaking: Allow -- as args separators (fixes #188)
2015-05-19 10:23:11 -04:00
Nicholas C. Zakas
47d2f588b2 Breaking: Allow -- as args separators (fixes #188) 2015-05-18 16:05:10 -07:00
Artur Adib
72e34fa881 bump ver 2015-03-17 10:51:02 -04:00
Artur Adib
2b941354fa Merge pull request #189 from devTristan/master
Use new child_process.execSync instead of busywaiting
2015-03-17 10:50:24 -04:00
Tristan Davies
4dca63ac33 100% more execSync, 99% less busywait 2015-02-25 09:28:06 -05:00
Tristan Davies
b542e4d021 Merge pull request #190 from arturadib/arturadib-travisbump
Update .travis.yml
2015-02-25 09:22:00 -05:00
Artur Adib
cd3b32fb9c Update .travis.yml 2015-02-23 16:35:16 -05:00
Artur Adib
4605f927fe Update README.md 2015-02-10 19:32:58 -05:00
Andrei Alecu
7ddbba67c2 Changed error code to EAGAIN 2015-01-23 20:49:20 +02:00
Andrei Alecu
57a3725f43 Keep retrying if the directory still exists. 2015-01-15 12:22:01 +02:00
Andrei Alecu
e7b89d33e2 Styling fix. 2015-01-15 11:33:30 +02:00
Andrei Alecu
520f4952e0 Fix: Retry rmdirSync on Windows for up to 1 second if files still exist. Fixes issue #49 2015-01-11 13:44:57 +02:00
Michael Schoonmaker
3611190124 Merge pull request #145 from kerphi/patch-1
Update README.md: explains how to access "config"
2014-08-11 16:56:16 -07:00
Stéphane Gully
b8e1507b8d Update README.md 2014-08-10 11:13:42 +02:00
Artur Adib
20db182fcb Revert "Merge pull request #116 from idearat/master"
This reverts commit 65b658d1e47f380e4a50a859a871c8c48d1bd775, reversing
changes made to e88679a4a9146017cc9821efa4645acc7ef428c4.
2014-06-15 12:00:00 -04:00
Artur Adib
65b658d1e4 Merge pull request #116 from idearat/master
Add -l and -s support to grep.
2014-06-15 11:52:20 -04:00
Artur Adib
e88679a4a9 remove v0.8 from travis (jshint broken) 2014-06-15 11:42:05 -04:00
Artur Adib
432cd6e635 Merge pull request #120 from gnomo567/master
Fix to set state.error before throw the exception
2014-05-27 15:01:54 -04:00
Artur Adib
6ff5fe0ebd 0.3.0 v0.3.0 2014-05-08 10:00:35 -04:00
abdul_martinez
dc5fb67544 Fix to set state.error before throw the exception 2014-04-25 10:39:38 +02:00
idearat
5aaca88461 Update tests to deal with potential ordering differences. 2014-04-23 05:32:52 -06:00
Artur Adib
8ba50dcf6b Merge pull request #119 from utensil/118-grep-glob
grep() support for globing, fixes #118
2014-04-21 14:05:30 -04:00
Artur Adib
7ed9cdd707 Merge pull request #117 from utensil/115-sed-replace-fun
make sed() support replacement function, fixes #115
2014-04-21 13:55:58 -04:00
utensil
dd15cff4e6 improve tests on ** for directory name 2014-04-20 15:13:31 +08:00
utensil
e5c26fdaa3 remove dependcy on minimatch 2014-04-20 10:40:27 +08:00
utensil
46231f432e fix order issue under node 0.8 2014-04-20 10:39:59 +08:00
utensil
e88a8969a2 implement globing and pass tests 2014-04-19 22:22:06 +08:00
utensil
98aad77ea4 add ** glob tests for common.expand() and fail it 2014-04-19 21:51:56 +08:00
utensil
668bd168c7 add test for common.expand() and pass it 2014-04-19 21:49:48 +08:00
utensil
a2549f8589 fix typo 2014-04-19 21:47:10 +08:00
utensil
c8d63ef675 add grep glob test, ** for dir name, fails it 2014-04-19 21:31:46 +08:00
utensil
356a9edb75 add grep glob test, * for file name, passes 2014-04-19 21:30:52 +08:00
utensil
3968dc41e7 make sed() support replacement function, fixes #115 2014-04-19 21:05:47 +08:00
idearat
ac6994a740 Add -l and -s support to grep. 2014-04-18 15:58:15 -06:00
Artur Adib
ab7bf59b4b Merge pull request #110 from panrafal/fix/which
which() should only find files, not directories
2014-03-07 16:08:29 -05:00
Rafal Lindemann
16c0c4dcdc which should only find files, not directories 2014-03-05 23:16:58 +01:00
Artur Adib
81340764da Merge pull request #105 from keskival/master
Added the New BSD license to the package.json.
2014-02-06 11:21:32 -05:00
Artur Adib
945d8cc74b Merge pull request #104 from jamon/master
Added win32 support to ln
2014-02-06 11:20:54 -05:00
Tero Keski-Valkama
4d0131cc67 Added the New BSD license to the package.json. 2014-02-06 11:38:35 +02:00
Jamon
edfc3acf04 Added win32 support to ln 2014-02-04 10:47:20 -06:00
Artur Adib
284fc1cc34 Merge pull request #89 from Schoonology/ln-abspath-fix
Fix ln using bad paths when given abspaths.
2013-10-11 11:40:02 -07:00
Michael Schoonmaker
36df0b7038 Fix ln using bad paths when given abspaths.
path.join will produce a bad path if given an abspath like `/home/foo`.
path.resolve is what we really want.
2013-10-11 11:33:49 -07:00
Michael Schoonmaker
93987f6a4a Add a regression test for ln treating abspaths badly. 2013-10-11 11:33:49 -07:00
Artur Adib
b565b3a1f3 Merge pull request #88 from Schoonology/ln
Add ln support, including both -s and -f options.
2013-10-11 08:24:08 -07:00
Michael Schoonmaker
b715c2c240 Add ln support, including both -s and -f options. 2013-10-10 18:03:09 -07:00