Commit Graph

281 Commits (03d21d99c389b27639c64b8681946f276103e47b)

Author SHA1 Message Date
voussoir 845eebf40f Add argument root_path to start a search from somewhere else. 2020-02-15 18:03:04 -08:00
voussoir c58b851427 Add delete_files.py. 2020-02-09 23:33:24 -08:00
voussoir af6176286c Use voussoirkit getpermission for yes/no prompts. 2020-02-09 12:08:38 -08:00
voussoir dc48da8a27 main should return args.func(args) value. 2020-02-08 17:23:43 -08:00
voussoir fd29170f76 Add duplicate_dirs.py. 2020-02-06 11:51:39 -08:00
voussoir 80e55383f2 Add extension_summary.py. 2020-02-06 11:51:30 -08:00
voussoir 220eff266f Clean up the filenamescramble scripts which were woefully outdated. 2020-02-05 21:48:37 -08:00
voussoir d9a98a7e27 Use voussoirkit.imagetools for fit_into_bounds function. 2020-02-04 19:34:39 -08:00
voussoir 37093aebe6 Reduce number of unnecessary subprocesses with better conditions.
The code is a little uglier with more ifs and elses but saving
some subprocess calls is worth it.
2020-02-04 19:01:31 -08:00
voussoir 4652f9b745 Centralize subprocess calls into my own check_output function.
Helps me to do debugging on all the calls, and saves me from copying
those parameters all the time.
2020-02-04 18:58:11 -08:00
voussoir d5cd12000d Update for pathclass.Extension changes. 2020-02-03 20:25:23 -08:00
voussoir a5c8887f47 Only perform plain `in` search if neither glob nor regex enabled. 2020-02-03 20:25:11 -08:00
voussoir e79001f57c Oops. 2020-02-03 16:42:15 -08:00
voussoir 317688d9aa Use argparse in clipboard.py, add --output argument. 2020-02-01 16:41:06 -08:00
voussoir f5b0bf8ffd Reverse paths before renaming, let children of renamed dirs go first.
This way, the parent directory is always after all of its children.
2020-02-01 16:40:14 -08:00
voussoir a5bfd69fa7 Let recursive brename also do directories. 2020-02-01 16:39:18 -08:00
voussoir 09d3c576e6 Switch off breadth first because that's gone from spinal now.
See voussoirkit commit 3ff49e1.
2020-01-31 20:27:03 -08:00
voussoir ec50b45184 Merge setdefault & append lines into one line. 2020-01-31 19:36:27 -08:00
voussoir 4c497096fc Add pypi_release.py.
I assume no responsibility for damages!
2020-01-30 23:40:09 -08:00
voussoir 4717ccf84e Fix excise to have no effect if s doesn't contain split marks. 2020-01-30 12:34:03 -08:00
voussoir 3928922731 Display git subprocess errors upon exception. 2020-01-29 16:39:31 -08:00
voussoir 17aabe961d Take advantage of pathclass.Extension comparison functionality. 2020-01-29 16:39:08 -08:00
voussoir f1ddb0817e Convert to Path objects before checking same-drive req.
Otherwise, passing "." fails. Oops.
2020-01-28 19:34:33 -08:00
voussoir 6d17ed725f Use winglob.fnmatch instead of python fnmatch. 2020-01-28 17:43:47 -08:00
voussoir 1d953cc1ed Fix extra space when no commit_details but yes push_details. 2020-01-28 12:41:34 -08:00
voussoir 358ac9acbb Move exception catch and return 1 back to main gitcheckup. 2020-01-28 01:42:37 -08:00
voussoir 88b3baafb8 Move all UI-facing string generation to main gitcheckup. 2020-01-28 01:16:33 -08:00
voussoir eed52e5247 Add function read_directories_file. 2020-01-28 01:14:35 -08:00
voussoir 1abe5a615b Read my_head and remote_head with a single subprocess call. 2020-01-28 01:12:24 -08:00
voussoir 2bc3d4caa6 Add argument --fetch and show number of commits to pull. 2020-01-28 00:57:24 -08:00
voussoir 88ba4a3e23 Switch from env variable to just local directory.
What can I say. I just don't like environment variables.
2020-01-26 16:57:47 -08:00
voussoir ee97a3d08e Add --subs alias for --subtitles. 2020-01-26 16:24:55 -08:00
voussoir 0d985a9264 Add --no-cache-dir to get fresh pips every time. 2020-01-26 16:24:44 -08:00
voussoir 7e8e20d038 Also search .lnk arguments. 2020-01-25 18:27:55 -08:00
voussoir 66c26fa31a Improve lnk searching by separating field names from content.
Previously, if you searched for the word target then every lnk
matched because "Target: xxx" was literally the text being searched.
Now we can use the existing separation between search_text and
result_text to show those headers separately.
2020-01-25 01:18:03 -08:00
voussoir d108670693 Allow passing a pre-formed list as text. 2020-01-25 01:11:11 -08:00
voussoir ea415b953c Rename these key, value variables to give better context. 2020-01-25 01:08:50 -08:00
voussoir 2dc7e75414 Dedent even more. Thanks continue! 2020-01-25 00:58:06 -08:00
voussoir 77481c169c Comment this whole if and not just the inner part. 2020-01-25 00:52:39 -08:00
voussoir 1727be598a Switch this formatter to fstring. 2020-01-25 00:49:08 -08:00
voussoir 91bf90862b Dedent this code by reversing condition and continue. 2020-01-25 00:46:52 -08:00
voussoir 9d8c9fdf51 Support searching of windows .lnk file fields.
I'm currently migrating my shortcuts that point to Py 3.7 to 3.8
so this saves a lot of time!
2020-01-25 00:39:18 -08:00
voussoir 08782fdaf9 Extract code to function search_contents_generic. 2020-01-25 00:36:50 -08:00
voussoir 265e106079 Some cleanups. 2020-01-22 15:49:06 -08:00
voussoir e8a089ff70 Fix .mks extension by adding -f matroska. 2020-01-22 15:48:50 -08:00
voussoir a5db669139 Rename ffaudios.py -> ffstreams.py, generalize for subs too. 2020-01-22 15:33:48 -08:00
voussoir dff9152898 Show number of unpushed commits thanks to new log command. 2020-01-20 21:53:49 -08:00
voussoir 3c757fcba4 Add sum.py. 2020-01-19 10:56:54 -08:00
voussoir 5806930198 Add size.py. 2020-01-19 10:56:49 -08:00
voussoir 3e5e421484 Add autocat.py. 2020-01-19 10:56:43 -08:00