Recent Releases of pyfindfiles

pyfindfiles - Python >= 3.9. Skip Git submodules and PermissionError

pyfindfiles.text:

  • skip Git submodules by default
  • skip PermissionError

Requires Python >= 3.9 for functools.cache with Git

- Python
Published by scivision almost 2 years ago

pyfindfiles - PEP621 pyproject.toml only. Python >= 3.8

- Python
Published by scivision about 3 years ago

pyfindfiles - make tests more robust

- Python
Published by scivision over 5 years ago

pyfindfiles - find project based on language

uses codemeta.json or heuristics to detect project language. At this time, we did not want to use PyGitHub.Repository.language or github-linguist-python due to the added burden. The goal was to be as light and fast as possible while encouraging use of codemeta.json.

- Python
Published by scivision over 5 years ago

pyfindfiles - refactor src layout

- Python
Published by scivision almost 6 years ago

pyfindfiles - More robust find, allow date criteria

trade a bit of speed for more robust cross-platform finding files.

Allow specifying minimum date or date range to search

- Python
Published by scivision about 6 years ago

pyfindfiles - improve CLI feedback

also, don't open editor when no files are found

- Python
Published by scivision about 6 years ago

pyfindfiles - improve robustness

  • helped findtext -c code work better on Windows
  • helped MacOS findvid work with BSD find
  • moved CI to Github Actions

- Python
Published by scivision over 6 years ago

pyfindfiles - add -c command run options to findtext, black code style

can now do like

sh findtext "foo" "*.md" -c notepad++

that would open Notepad++ for all files found.

- Python
Published by scivision over 6 years ago

pyfindfiles - python >= 3.5 compatible, more CI

- Python
Published by scivision over 6 years ago

pyfindfiles - concurrent asyncio, pipelining

Improve performance via iterative output and concurrency

- Python
Published by scivision over 6 years ago

pyfindfiles - initial release

- Python
Published by scivision almost 7 years ago