Commit Graph

241 Commits (8abb8dd66e0ce34df1f41deab447e0cf10e38ef1)

Author SHA1 Message Date
voussoir 10e6ca642d Add git push all remotes doskey. 2020-11-10 20:15:00 -08:00
voussoir 47418c464c Use requests.Session. 2020-11-10 20:14:33 -08:00
voussoir 26a5b69b4f Add git push doskey. 2020-11-08 19:35:25 -08:00
voussoir cea85b3556 Use subprocess instead of os.system for scripts, fix pythonw.
Previously, under Pythonw, a cmd window would open when rar/par was
run. I discovered the subprocess.CREATE_NO_WINDOW flag and thus moved
everything over to subprocess calls to take advantage of it.
2020-11-07 00:01:27 -08:00
voussoir ae4a9ae390 Fix RarExists glob check not looking in workdir, moveto. 2020-11-06 23:52:34 -08:00
voussoir ebcc62d765 Add RarExists exception. 2020-11-06 00:20:20 -08:00
voussoir 35aca12dcf Add keyframes.bat. 2020-11-04 17:33:44 -08:00
voussoir 8ec117bfe0 Add option to start index from 1. 2020-11-02 16:23:32 -08:00
voussoir 907842d5cc Add os.sep to workdrive_drive splitdrive to fix disk usage reading.
Splitdrive returns "C:" on Windows and "" on Linux, and passing this
into disk_usage actually returns info about the cwd disk.
2020-10-29 15:53:03 -07:00
voussoir 6552740df9 Distinguish reverse.py, reversed.py. 2020-10-25 20:15:23 -07:00
voussoir 9e65971829 Slight hack: allow pre-given filenames in threaded_dl. 2020-10-25 20:15:11 -07:00
voussoir 0c481f454f Use argparse for inputrename. 2020-10-25 20:13:59 -07:00
voussoir ae6954d573 Add compression, rar_profile arguments. 2020-10-23 07:52:57 -07:00
voussoir 5b051c6f2a Add argument --only-shrink. 2020-10-23 07:48:31 -07:00
voussoir 6e9c334a9d Alphabetize arguments. 2020-10-23 07:48:13 -07:00
voussoir 51e87c6b0a Add --push to the help text. 2020-10-12 22:15:12 -07:00
voussoir 437d2bdd48 Move DOCSTRING above rarpar_argparse def. 2020-10-12 22:06:09 -07:00
voussoir 55bd1d07a8 Fix some inconsistent help text formatting. 2020-10-12 21:59:02 -07:00
voussoir 2cd8a118fe Add gitcheckup doskey. 2020-10-09 13:16:39 -07:00
voussoir 779802b83e Change the way subprocess exceptions are caught and displayed. 2020-10-08 10:14:34 -07:00
voussoir c4670157c5 Remove .exe from psexec in case it is an lnk or something. 2020-10-08 10:03:08 -07:00
voussoir 723dcee420 Add --regex option to only watch certain links. 2020-10-06 23:08:10 -07:00
voussoir 2412a6ee35 Add argument --bytespersecond to control global ratelimit. 2020-10-02 19:54:20 -07:00
voussoir a1175cc3d6 Add help note about argparse arguments with hyphens. 2020-10-01 22:45:26 -07:00
voussoir 24db0d5919 Don't overwrite user-provided line_numbers for content_args. 2020-10-01 20:19:09 -07:00
voussoir 466a2be733 Extract vorbis codec to ogg files. 2020-10-01 18:10:34 -07:00
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