Commit Graph

265 Commits (6a01311af8b17bbd0c7e1ddd6fcc2be60ba093c9)

Author SHA1 Message Date
voussoir c7c14ebb78 Add support for custom headers. 2020-09-30 13:20:07 -07:00
voussoir d8ec599e59 Build the pairs list more sensibly. 2020-09-30 13:16:27 -07:00
voussoir 80a87fa09f Move threaded_dl.py from else to cmd. 2020-09-29 14:27:48 -07:00
voussoir 78fd68cdbd Add inodes.py. 2020-09-28 20:18:18 -07:00
voussoir fc779d6db4 Add retry.py. 2020-09-27 09:09:53 -07:00
voussoir 853fd395a1 Add --push argument.
It would be most prudent to check with --fetch first, but that's
your perogative.
2020-09-24 14:30:47 -07:00
voussoir 9dd1785928 Use pathclass.Path.makedirs. 2020-09-24 14:17:28 -07:00
voussoir 2a39ba4698 Let negative crop values crop from right. 2020-09-23 12:48:50 -07:00
voussoir fde04ba088 Use pathclass.cwd. 2020-09-22 01:56:17 -07:00
voussoir 3564918a49 Rewrite allexecutables.py for windows and linux. 2020-09-21 19:37:31 -07:00
voussoir 81d0761292 Use pathclass.Path.open. 2020-09-20 18:27:28 -07:00
voussoir 58e5097639 Use argparse for grayscale.py. 2020-09-20 13:18:30 -07:00
voussoir 058dbbffc0 Add sudo_task_scheduler.bat. 2020-09-19 10:41:18 -07:00
voussoir abf3addba8 Add acceptformat=crx2,crx3.
Which still isn't working for some extensions but I will look
into it later maybe.
2020-09-17 01:22:47 -07:00
voussoir 6f53cb6d8a Fix move_all. 2020-09-11 17:03:31 -07:00
voussoir 8f448ba554 Add argument --strip to strip whitespace from results.
Useful when searching content inside html files etc.
2020-09-11 16:09:58 -07:00
voussoir fa3d12a782 Don't add line number to result_text if we're skipping this result. 2020-09-11 16:07:51 -07:00
voussoir 2b4d2154e4 Add adb_app_version.bat. 2020-09-09 21:36:37 -07:00
voussoir 3eb72adfda Add move_all.py. 2020-09-08 22:02:28 -07:00
voussoir 9ad4dc37e5 Add argument --regex to breplace. 2020-09-05 13:49:41 -07:00
voussoir cf20c32655 Add arguments --add and --remove to easily edit gitcheckup.txt. 2020-09-02 09:32:16 -07:00
voussoir feabddee81 Use a more helpful print statement. 2020-08-27 16:30:37 -07:00
voussoir 661c8e537b Delete sdate in favor of voussoirkit's eternalseptember. 2020-08-26 10:06:38 -07:00
voussoir 3988741fff Move icoconvert from else to cmd. 2020-08-26 07:28:17 -07:00
voussoir c0919242c2 Only add -r recurse flag if input path is directory.
I discovered an issue when the input path was a file, winrar was trying
to access a sibling directory (particularly $recycle.bin while on drive
root) and raising permission denied errors.
2020-08-23 22:21:36 -07:00
voussoir 1d97479f41 Fix free_space calculating incorrectly when using mounted drives.
If the file is on a drive mounted to a path, it was previously
calculating the free space on the mount drive, instead of whatever
the moveto drive was.
2020-08-23 22:20:04 -07:00
voussoir 57e56f3f02 Print error level if not 0. 2020-08-23 22:18:10 -07:00
voussoir 2fc55ee330 Let RARCOMMAND take path and create derivatives by itself. 2020-08-23 22:17:50 -07:00
voussoir 983d4ddc1e Sort discrepancy lists before printing. 2020-08-20 13:19:56 -07:00
voussoir 2e9d8cf82a Add argument --recurse. 2020-08-20 11:29:10 -07:00
voussoir 3d61b3b1ec Don't delete lnks that have empty string path. 2020-08-20 11:27:58 -07:00
voussoir 16f324ff78 Add helptext to gitcheckup. 2020-08-20 11:10:55 -07:00
voussoir 90c8643ef3 Add prune_shortcuts.py. 2020-08-20 10:58:17 -07:00
voussoir d00d9369bb Add directory_discrepancy.py. 2020-08-20 10:58:09 -07:00
voussoir 95d2f10f79 Let watchforlinks take custom extension, use argparse. 2020-08-20 10:57:32 -07:00
voussoir ef3a4a830e Add --pull option to gitcheckup. 2020-08-12 12:21:00 -07:00
voussoir dbd21deb9e Add skewer-case aliases for snake_case arguments. 2020-08-12 10:23:20 -07:00
voussoir 5491fb579b Add more letters to aigu. 2020-08-10 20:53:38 -07:00
voussoir 09a03fd4b0 Add recycle.py. 2020-08-10 20:51:51 -07:00
voussoir b7fffcc0c8 Various lint appeasements. 2020-08-03 23:47:40 -07:00
voussoir 7052a8d41f Add recycle_files.py like delete_files.py. 2020-07-29 11:58:56 -07:00
voussoir 22d680aaa1 Let ffstreams extract the video streams too.
Rare use case, but no reason not to allow it.
2020-07-20 18:08:00 -07:00
voussoir 673d3f92b8 Move kbps.py to voussoirkit. 2020-07-20 18:06:56 -07:00
voussoir 5825bb85c3 Delete touch.py in favor of voussoirkit touch.py. 2020-07-20 18:06:14 -07:00
voussoir 7bdc17e641 Delete hms_s.py in favor of voussoirkit hms.py. 2020-07-20 18:05:23 -07:00
voussoir d174bd1f4d Use voussoirkit.hms, separate return value from display value. 2020-07-16 14:15:35 -07:00
voussoir 3280b423e4 Rewrite sdate to take strftime strings.
I decided not to attempt to handle %c for locale-dependent
full date strings.
2020-07-07 22:17:40 -07:00
voussoir d5a59d9f9e Use argparse for crop.py. 2020-07-07 22:10:21 -07:00
voussoir cb84584202 Add --inplace argument to overwrite input file. 2020-07-07 22:09:48 -07:00
voussoir 17afe6a9b9 Add sole_subdir_lift.py. 2020-06-30 20:30:11 -07:00