Commit Graph

281 Commits (03d21d99c389b27639c64b8681946f276103e47b)

Author SHA1 Message Date
voussoir 03d21d99c3
Increase max backoff for do_tasks. 2021-03-31 19:41:53 -07:00
voussoir 04b53dae8a
Rewrite sole_subdir_lift to be more recursively useful. 2021-03-31 19:40:47 -07:00
voussoir 4e10633155
Add adb_install.py. 2021-03-26 13:28:24 -07:00
voussoir a875f8c265
Use re.multiline for regex contentreplace. 2021-03-26 13:28:10 -07:00
voussoir 87376dcd4c
Add stderr.py, stdout.py. 2021-03-21 17:28:30 -07:00
voussoir 7087907c61
Add stitch.py. 2021-03-21 17:27:41 -07:00
voussoir eae98ec161
Add --quality arg to resize.py. 2021-03-13 20:32:43 -08:00
voussoir 12d30a88de
Add --quality option. 2021-03-10 16:30:38 -08:00
voussoir 8734dc0a96
Fix filter box not reverting button state on backspace. 2021-03-10 16:30:24 -08:00
voussoir 4a61cb08e2
Use pathclass in resize.py. 2021-03-03 12:39:39 -08:00
voussoir 945bdec3d5
Add dot_ext var to brename. 2021-02-27 16:09:44 -08:00
voussoir 0451f85e7c
Don't use import from. 2021-02-27 13:27:43 -08:00
voussoir 337e46ec76
Add filter box to PGUI for keyboard-driven launching. 2021-02-27 13:26:44 -08:00
voussoir 26c95d14d3
Add fdroidapk.py. 2021-02-26 00:40:22 -08:00
voussoir af9d797b0e
Let shortcut.py take more target args, use betterhelp. 2021-02-25 19:42:35 -08:00
voussoir 51188b30ee
Remove redundant argparse dest=, fix some lint issues. 2021-02-20 21:01:55 -08:00
voussoir 6a01311af8
Add empty_directories.py, nonempty_directories.py. 2021-02-14 18:45:21 -08:00
voussoir 037cec790a
Let sole_subdir_lift take patterns for many directories. 2021-02-14 18:28:27 -08:00
voussoir 7fdda50a13
Let rejpg take glob patterns. 2021-02-08 02:52:08 -08:00
voussoir 8edefba1ad
Add --basename argument. 2021-01-31 10:08:24 -08:00
voussoir dd5a298614
Add heresmyclipboard.py. 2021-01-29 12:11:37 -08:00
voussoir 0ea8fe4f81
Add touch.reg. 2021-01-29 12:11:10 -08:00
voussoir 7a10313ca4
Fix autocat not copying multiple audios. 2021-01-29 00:43:20 -08:00
voussoir 6683ae110e
Use vlogging's main_fallback name feature. 2021-01-28 16:51:34 -08:00
voussoir 8ee6b2aca9
Add pipeable support. 2021-01-23 17:40:35 -08:00
voussoir 80cdc566cb
Handle case where new repo has no HEAD. 2021-01-23 17:40:34 -08:00
voussoir d4bcaf4398
Use logging instead of print. 2021-01-23 17:40:26 -08:00
voussoir 19ce94729c
Add @pipeable.ctrlc_return1. 2021-01-22 20:58:55 -08:00
voussoir 7ec0377bf1
Set @echo off. 2021-01-18 13:05:47 -08:00
voussoir c49aee067d
Add voussoir.gitconfig.
In my global file, I use an include to this path.
2021-01-18 12:54:33 -08:00
voussoir 287cb43b31
Add file docstring to tempeditor. 2021-01-18 12:51:04 -08:00
voussoir 1addd84065
Add voussoir.bashrc. 2021-01-17 11:56:33 -08:00
voussoir 196edb24ac
Add named_python.bat. 2021-01-16 18:45:39 -08:00
voussoir a065d222ff Handle case where merge-base finds no common commit. 2021-01-15 14:19:54 -08:00
voussoir 74d5d3756d Fix inputrename. 2021-01-15 14:11:50 -08:00
voussoir 82fbb92ea0 Move git_push_all to its own file. 2021-01-14 02:57:06 -08:00
voussoir 70da07608f Rewrite hash_hardlink with argparse. 2021-01-14 02:57:06 -08:00
voussoir 1359ab040e Use subproctools.print_command. 2021-01-14 02:57:05 -08:00
voussoir a8314990f2 Use log.debug for reserved space message. 2021-01-14 02:57:05 -08:00
voussoir 2c88b06f23 Update license, contact, donate for many projects. 2021-01-14 02:57:02 -08:00
voussoir 8abb8dd66e Add --recurse to inputrename. 2021-01-13 17:47:07 -08:00
voussoir e9908fae3d Add additional args to gpa git push. 2021-01-13 17:46:05 -08:00
voussoir bf7af04a6f Use more specific condition to avoid case-change misses. 2021-01-13 17:45:04 -08:00
voussoir ab54a750d0 Fix grayscale_argparse returning on first item. 2021-01-13 17:30:35 -08:00
voussoir 0c78d7f96c Move rotate_by_exif to voussoirkit/imagetools. 2021-01-05 20:29:54 -08:00
voussoir 96a4520c9c Let generic text search always show line numbers. 2021-01-01 16:22:18 -08:00
voussoir cda0546125 Add clipboardqr.py. 2020-12-23 20:09:46 -08:00
voussoir efd64fc16d Launch the lnk file itself instead of pulling out path.
I guess I'm not sure why I ever wrote it to pull out the exe path
instead of just calling the lnk directly. The purpose of this change
is to maintain other attributes about the lnk such as custom icon
which will appear on the taskbar, and compatibility settings.
2020-12-23 20:07:01 -08:00
voussoir 1eae1ae399 Rewrite rejpg with argparse and preserve exif orientation. 2020-12-23 20:05:35 -08:00
voussoir 3f858aefe7 Add Mirrors header. 2020-12-23 19:55:48 -08:00