From: Scott Gasch Date: Wed, 19 Oct 2022 05:25:31 +0000 (-0700) Subject: Add a blurb about fff.py in README. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=fe94d6bb9443da42155a55b0554939610d49e6cd;p=pyutils.git Add a blurb about fff.py in README. --- diff --git a/examples/README b/examples/README index ff70e01..c03fa08 100644 --- a/examples/README +++ b/examples/README @@ -13,6 +13,13 @@ dedup_files: are duplicates of each other then optionally deletes duplicates or symlinks duplicates back to an original. +fff: + Find f'ed fstrings... not so much an example but rather a + development tool. Identifies places where I meant to use an + f-string (used braces in a string) but didn't make the string an + f-string. I run this as a pre-commit hook and thought it would be + good to include. + parallelize_config: This is a sample config file (place in ~/.remote_worker_records or override with --remote_worker_records_file) for the @parallelize