Artur Adib
305dff0df2
cat
2013-08-25 16:16:11 -04:00
Artur Adib
a348cc1257
test
2013-08-25 16:14:56 -04:00
Artur Adib
d7b28a2a5a
mkdir
2013-08-25 16:13:20 -04:00
Artur Adib
bf9ed2672e
mv
2013-08-25 16:09:52 -04:00
Artur Adib
74f5492184
rm
2013-08-25 16:04:46 -04:00
Artur Adib
592dd8ddd0
cp
2013-08-25 15:52:05 -04:00
Artur Adib
dcac00ade5
find
2013-08-25 15:42:44 -04:00
Artur Adib
6523f6afa5
ls
2013-08-25 15:35:43 -04:00
Artur Adib
f6d7801124
pwd
2013-08-25 15:08:08 -04:00
Artur Adib
d97460b16d
missing new files
2013-08-25 14:51:38 -04:00
Artur Adib
12f16ba409
cd works
2013-08-25 14:51:13 -04:00
Artur Adib
6102758b32
Merge pull request #71 from asmblah/patch-1
...
Fix a small typo in README.md
2013-07-19 16:49:37 -07:00
Artur Adib
3935725ad7
Merge pull request #67 from stephenmathieson/os-dot-tmpdir
...
tempdir: use `os.tmpDir` when possible
2013-07-16 08:35:36 -07: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
Artur Adib
39d51b1be1
Merge pull request #70 from stephenmathieson/adding-npm-ignore
...
adding an `.npmignore` file
2013-06-28 09:56:23 -07:00
Stephen Mathieson
7b40db1fe8
adding an .npmignore file
...
should slightly help speed up `npm i` time, and is generally a good practice
2013-06-28 10:30:57 -04:00
Stephen Mathieson
023962cfff
changes per @arturadib's code review
2013-06-12 11:23:56 -04:00
Stephen Mathieson
0ce07eee07
tempdir: use os.tmpDir when possible
2013-06-08 18:57:19 -04:00
Artur Adib
3b35d6ff12
Merge pull request #62 from stephenmathieson/extra-fs-calls
...
removing extra fs calls
2013-05-10 07:30:48 -07:00
Stephen Mathieson
e282205937
removing extra fs calls
...
nothing major, but i've removed a bunch of extra `fs.existsSync` and `fs.statSync` calls, which should speed things up a bit. extra calls have been removed from:
- `cd`
- `ls`
- `cp`
- `rm`
- `mv`
2013-05-09 15:48:48 -04:00
Artur Adib
e84060c594
Merge pull request #59 from waddlesplash/master
...
Make the maximum buffersize 20 MB.
2013-05-04 06:20:59 -07:00
Artur Adib
b53b911575
Merge pull request #61 from stephenmathieson/jshint-dev-dep
...
moving _jshint_ to a development dependency
2013-05-04 04:17:59 -07:00
Stephen Mathieson
a09c6162d2
moving _jshint_ to a development dependency
...
this helps speed up `npm install` times :)
2013-05-03 20:04:34 -04:00
waddlesplash
f0e1c1bedd
Make buffersize 20MB.
2013-05-02 23:06:06 -03:00
Artur
86c100db1c
r2r
2013-04-25 07:31:45 -04:00
Artur
7461a6ac4a
0.1.3
v0.1.3
2013-04-21 17:05:10 -04:00
Artur
55e1d662f7
Merge remote-tracking branch 'arturadib/master'
2013-04-21 17:01:41 -04:00
Artur
62da271665
find doesn't crash with broken symlinks
2013-04-21 17:01:02 -04:00
Artur Adib
3b57b24460
Merge pull request #56 from lge88/master
...
test('-L', badlink) should return true
2013-04-06 06:09:55 -07:00
Artur
f7d2e3c188
Merge remote-tracking branch 'iapain/exec-options-fix'
...
Conflicts:
shell.js
2013-04-06 09:05:30 -04:00
Li Ge
38f1d6d9c4
If a symbolic link is broken, test('-L', badlink) should still return true.
...
While test('-L', 404) should return false.
2013-03-21 01:33:02 -07:00
Artur
1604a3933d
avoid Travis JSHint timeout with Node v0.9+
2013-03-20 11:35:56 -04:00
Artur
ffb1e9acc5
fix JSHint problem
2013-03-20 10:52:04 -04:00
Artur
6c01856fba
Merge remote-tracking branch 'arturadib/master'
2013-03-20 09:24:31 -04:00
Artur
5f15f49515
old makerjs --> shelljs
2013-03-20 09:24:05 -04:00
Deepak Thukral
7b9ee5a41d
Kept existing options and re-wrote the test case.
2013-03-11 13:10:05 +01:00
Deepak Thukral
a996918f84
Updated JSHint bin path and keeping it happy.
2013-03-11 12:40:01 +01:00
Deepak Thukral
a91aa8cc9a
exec with callback failed with slient param was defined
2013-03-11 12:30:44 +01:00
Artur Adib
bb63e85ed5
Merge pull request #53 from madrobby/patch-1
...
Add Zepto to README
2013-03-10 06:59:20 -07: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
Gopal V
42335307b9
use process.execPath
2013-02-13 12:27:04 -05:00
Artur
f19e0dedd8
update travis targets
2013-02-13 12:25:08 -05:00
Artur
21a8b36a27
0.1.2
v0.1.2
2013-01-08 11:38:31 -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
91cb4ebb66
Merge pull request #48 from brandonramirez/chmod
...
Implemented chmod command. Github issue 35
2013-01-08 08:29:10 -08:00
Brandon Ramirez
79668501a5
Move bitmask constants into a PERMS namespace per code review feedback from @arturadib.
2013-01-04 21:01:50 -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
bd6f8ac607
0.1.1
v0.1.1
2013-01-01 15:20:02 -05:00