Commit Graph

257 Commits (8ee6b2aca9aedcf6a7d1ce4c1f65e15bae397de6)

Author SHA1 Message Date
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
voussoir d34a7ed016 Add codeberg to mirror list. 2020-12-15 23:01:20 -08:00
voussoir 72bf5698c8 Clear the clipboard before starting to watch for links. 2020-12-15 13:09:03 -08:00
voussoir bef8acc3c3 Add tempeditor.py. 2020-12-09 07:26:37 -08:00
voussoir 0fe7d7bda1 Add shuffle.py. 2020-12-09 07:26:37 -08:00
voussoir 970575e949 Add pickn.py. 2020-12-09 07:26:37 -08:00
voussoir d3392ef3a8 Update move_all.py. 2020-12-09 07:26:37 -08:00
voussoir 4cf47d7d94 Update linenumbers.py. 2020-12-09 07:26:37 -08:00
voussoir ef600c8f29 Update inputrename.py. 2020-12-09 07:26:36 -08:00
voussoir b51c8032ac Update crc32.py. 2020-12-09 07:26:36 -08:00
voussoir 27463a1711 Update repeat.py, delete forever.py.
forever can be achieved by repeat x inf | do_cmd.
2020-12-09 07:26:36 -08:00
voussoir 27a8a4c811 Add pathclass and betterhelp to brename.py. 2020-12-09 07:26:30 -08:00
voussoir 0c529909c8 Flip condition to return early. 2020-12-07 18:02:41 -08:00
voussoir 4a50ac5aed Update brename.py, delete fileprefix.py.
Fileprefix can be achieved with brename and the index/index1 vars.
2020-12-07 18:02:21 -08:00
voussoir 34cb53474a Update eval.py, do_cmd.py, delete forline.py.
Forline can be achieved by eval | do_cmd.
2020-12-07 17:59:34 -08:00
voussoir 35281c81ab Transition calls to getpermission to interactive. 2020-12-07 00:54:00 -08:00
voussoir 4120c3dfcc Improve shortcut.py. 2020-12-07 00:29:44 -08:00
voussoir 9bde9935eb Add shortcut.py to produce lnk files.
Thanks to winshell.
2020-12-06 15:03:17 -08:00
voussoir 81fc944d10 Update some scripts with better pipeable behavior. 2020-12-06 15:02:56 -08:00
voussoir 4b8f8f6c77 Add ctrlc_return1 to search.py. 2020-12-06 15:01:56 -08:00
voussoir 36e8dfe877 Add argv.py. 2020-12-06 14:03:50 -08:00
voussoir 34e8e64a28 Move touch.py from voussoirkit to voussoir/cmd. 2020-12-06 03:17:12 -08:00
voussoir e9b5af6e4f Add --dirs, --files to restrict search. 2020-12-05 14:49:10 -08:00
voussoir c9b05f60a4 Add alias extension=ext, index1=index+1. 2020-12-05 14:44:50 -08:00
voussoir 013a3cf689 Call correct_case before generating backup rar name. 2020-12-05 14:42:45 -08:00