Cory Miller
5a97107fca
retires
2023-02-21 18:34:11 +00:00
Cory Miller
4272cd6ca1
.
2023-02-21 17:00:46 +00:00
Cory Miller
9529f35ffd
switch to fs.rm
2023-02-21 16:50:10 +00:00
Cory Miller
5dde1c4cf6
add some more debug
2023-02-21 16:34:04 +00:00
Cory Miller
7a5a1c3d42
try inlining inputPath
2023-02-21 16:02:26 +00:00
Cory Miller
bcf8127e13
remove err.code
2023-02-21 15:43:50 +00:00
Cory Miller
a9ce8db226
add error handler
2023-02-21 15:40:11 +00:00
Cory Miller
ed5722cdf7
lint
2023-02-21 15:33:28 +00:00
Cory Miller
f1e183e98c
revert shell change
2023-02-21 15:32:45 +00:00
Cory Miller
d155e954a1
add debug for code
2023-02-21 15:27:48 +00:00
Cory Miller
3406ce58d6
separate args
2023-02-21 15:12:35 +00:00
Cory Miller
b0ce9247be
try shell true
2023-02-17 21:26:06 +00:00
Cory Miller
5ff5e4f9f0
.
2023-02-17 21:19:50 +00:00
Cory Miller
f6011790d6
print spawnargs
2023-02-17 21:15:21 +00:00
Cory Miller
4f66571667
command escaping
2023-02-17 20:58:42 +00:00
Cory Miller
b0f4d114f3
why are files still there
2023-02-17 20:53:21 +00:00
Cory Miller
a25a620745
ls
2023-02-17 20:46:34 +00:00
Cory Miller
6a3c62d3a8
try ignore eperm
2023-02-17 20:37:22 +00:00
Cory Miller
6a357de342
await on exists
2023-02-17 20:30:21 +00:00
Cory Miller
8d2f32e652
only unlink if still exists
2023-02-17 20:24:10 +00:00
Cory Miller
35cba88c68
windows...
2023-02-17 20:09:53 +00:00
Cory Miller
143b802c0a
try quiet mode
2023-02-17 19:48:08 +00:00
Cory Miller
f13d18d494
lint fixes
2023-02-17 18:36:02 +00:00
Cory Miller
41350470e5
remove semicolon
2023-02-17 18:30:40 +00:00
Cory Miller
a730b5ca5f
try awaiting spawn on windows
2023-02-17 18:26:26 +00:00
Thomas Boop
c9af6bb1b3
Update escaping rules in io's rmRF ( #828 )
...
* Better Handling of escaping in rmrf
2021-06-07 14:16:16 -04:00
Luke Tomlinson
3491e2eeea
Add option to cp to only copy contents of directory ( #788 )
...
* Add option to not copy source directory
* Cleanup
* Update condition to be consistent
2021-05-05 09:40:12 -04:00
Thomas Boop
15fef78171
Simplify mkdirP implementation ( #781 )
...
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
2021-04-28 14:38:41 -04:00
Sora Morimoto
bd9017e99f
Add findInPath method to locate all matching executables in the system path ( #609 )
...
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-04-02 12:22:30 -04:00
Danny McCormick
7d605994f9
Comment nit
2019-08-21 12:54:24 -04:00
Danny McCormick
d919136160
Fix cp and mv ( #26 )
2019-07-09 09:56:01 -04:00
Danny McCormick
8ebbf59cb3
Copy file into directory ( #11 )
...
* Copy file into directory
* Add test and check if file exists before stating
* Format
2019-05-28 13:57:16 -04:00
Danny McCormick
08db5110c6
Add io ( #5 )
...
* Add io lib
* io cleanup
* Run format script
* Fix lint errors with autofix
* Fix equality lint errors
* Rename ioUtil to io-util
* Add no-import-requires
* Run auto-fix lint
* Remove lint errors
* Use Boolean() to convert options
- `CopyOptions` on `cp` now defaults to empty
- Setting option values is easier now
* Rewrite packages/io to be fully async
* Move IS_WINDOWS into ioUtil
* DRY up cp/mv by moving shared code into move function
* Remove unc support, change isDirectory call to stat
* Tighter try catches
* more concise extensions search
* Allow isDirectory to be stat or lstat
* format
* Shell out to rm -rf
* Remove unc comment
* Export fs.promises from io-util
* Remove unknown error message
* Create an optimistic mkdirp
* Update io-util.ts
* Update io-util.ts
* Update io.test.ts
* Fix tests for mkdirP
2019-05-22 16:05:34 -04:00