Commit graph

356 commits

Author SHA1 Message Date
37dc5eaa35 Use pipeable.ctrlc_return1. 2020-11-30 22:05:54 -08:00
fc9fb0ec58 Add groups_of.py. 2020-11-30 22:05:30 -08:00
7b8301b324 Import stringtools and remove functions covered by that. 2020-11-26 18:20:00 -08:00
67108ec617 Add backoff to do_tasks. 2020-11-26 18:19:10 -08:00
4b23d311c3 Add dictionary_size, --dictionary. 2020-11-20 02:21:24 -08:00
cbdc2e34d7 Remove leading underscore from normalize_percentage. 2020-11-20 02:21:24 -08:00
26b4a33292 Add a little more validation. 2020-11-20 02:21:20 -08:00
09ac7a4715 Add --solid. 2020-11-20 02:21:15 -08:00
555878e511 Add COMPRESSION_STORE, _MAX constants. 2020-11-20 02:21:15 -08:00
844dc5894b Fix behavior of --all being both positional and named arg. 2020-11-20 02:21:15 -08:00
482c787f79 Add custom exception NoTerms. 2020-11-20 02:21:15 -08:00
46545edaa5 Add backup_folder.py. 2020-11-20 02:21:10 -08:00
9ba6511050 Add lines_to_files.py. 2020-11-15 18:00:09 -08:00
3c061f8daa Don't unicode_escape the argument if using regex mode.
This was causing issues with backslashes.
2020-11-15 17:58:26 -08:00
e2a8f95b01 Add github/gitlab link at bottom of readme. 2020-11-15 17:54:41 -08:00
10e6ca642d Add git push all remotes doskey. 2020-11-10 20:15:00 -08:00
47418c464c Use requests.Session. 2020-11-10 20:14:33 -08:00
26a5b69b4f Add git push doskey. 2020-11-08 19:35:25 -08:00
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
ae4a9ae390 Fix RarExists glob check not looking in workdir, moveto. 2020-11-06 23:52:34 -08:00
ebcc62d765 Add RarExists exception. 2020-11-06 00:20:20 -08:00
35aca12dcf Add keyframes.bat. 2020-11-04 17:33:44 -08:00
8ec117bfe0 Add option to start index from 1. 2020-11-02 16:23:32 -08:00
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
6552740df9 Distinguish reverse.py, reversed.py. 2020-10-25 20:15:23 -07:00
9e65971829 Slight hack: allow pre-given filenames in threaded_dl. 2020-10-25 20:15:11 -07:00
0c481f454f Use argparse for inputrename. 2020-10-25 20:13:59 -07:00
ae6954d573 Add compression, rar_profile arguments. 2020-10-23 07:52:57 -07:00
5b051c6f2a Add argument --only-shrink. 2020-10-23 07:48:31 -07:00
6e9c334a9d Alphabetize arguments. 2020-10-23 07:48:13 -07:00
51e87c6b0a Add --push to the help text. 2020-10-12 22:15:12 -07:00
437d2bdd48 Move DOCSTRING above rarpar_argparse def. 2020-10-12 22:06:09 -07:00
55bd1d07a8 Fix some inconsistent help text formatting. 2020-10-12 21:59:02 -07:00
2cd8a118fe Add gitcheckup doskey. 2020-10-09 13:16:39 -07:00
779802b83e Change the way subprocess exceptions are caught and displayed. 2020-10-08 10:14:34 -07:00
c4670157c5 Remove .exe from psexec in case it is an lnk or something. 2020-10-08 10:03:08 -07:00
723dcee420 Add --regex option to only watch certain links. 2020-10-06 23:08:10 -07:00
2412a6ee35 Add argument --bytespersecond to control global ratelimit. 2020-10-02 19:54:20 -07:00
a1175cc3d6 Add help note about argparse arguments with hyphens. 2020-10-01 22:45:26 -07:00
24db0d5919 Don't overwrite user-provided line_numbers for content_args. 2020-10-01 20:19:09 -07:00
466a2be733 Extract vorbis codec to ogg files. 2020-10-01 18:10:34 -07:00
c7c14ebb78 Add support for custom headers. 2020-09-30 13:20:07 -07:00
d8ec599e59 Build the pairs list more sensibly. 2020-09-30 13:16:27 -07:00
80a87fa09f Move threaded_dl.py from else to cmd. 2020-09-29 14:27:48 -07:00
78fd68cdbd Add inodes.py. 2020-09-28 20:18:18 -07:00
fc779d6db4 Add retry.py. 2020-09-27 09:09:53 -07:00
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
9dd1785928 Use pathclass.Path.makedirs. 2020-09-24 14:17:28 -07:00
2a39ba4698 Let negative crop values crop from right. 2020-09-23 12:48:50 -07:00
fde04ba088 Use pathclass.cwd. 2020-09-22 01:56:17 -07:00