Commit Graph

257 Commits (8ee6b2aca9aedcf6a7d1ce4c1f65e15bae397de6)

Author SHA1 Message Date
voussoir cba1d51587 Add resaw.py 2019-12-10 13:01:56 -08:00
voussoir 8d4e353c66 Update taskme, don't quote builtins and &, &&.
If the command is an executable, you can have quotes around it. But
if it is a builtin like `copy` then quotes will break it. So let's
remove quotes from the command as long as it doesn't have spaces.

Also remove quotes from & and && because with quotes you can't actually
chain commands. However if you want to literally use & as an arg then
this may cause some problems.
2019-12-10 13:01:32 -08:00
voussoir e99cbe3e39 Add recurse option and more format variables to brename/breplace. 2019-12-10 12:59:20 -08:00
voussoir 8114e39f7e Add hash_hardlink.py 2019-12-10 12:57:23 -08:00
voussoir 01ff50234b Add pip_download. 2019-06-27 09:40:09 -07:00
voussoir bcc9700d67 Add do_tasks and taskme. 2019-06-25 15:32:03 -07:00
voussoir f44e46aab5 Initial commit. 2019-06-11 22:41:31 -07:00