Various scripts for performing file-related operations such as editing and deleting.
- Python 63.9%
- Shell 29.8%
- Nix 4.8%
- Ruby 1.5%
| bin | ||
| python | ||
| zsh | ||
| .gitattributes | ||
| .gitignore | ||
| file-scripts.install | ||
| file-scripts.rb | ||
| file-scripts.spec | ||
| flake.nix | ||
| LICENSE | ||
| PKGBUILD | ||
| README.md | ||
Various scripts for performing file-related operations such as editing and deleting.
Q: Why is this simple script written as a Python 3.7+ library? A: I can reuse the functions across multiple scripts and changes to the underlying programs can be accounted for in only their respective modules.
Requirements
- fd
- fzf
- mlocate
- python >= 3.7
- python-termcolor
Build Requirements
- python >= 3.7
- pytest
- python-hypothesis
- python-sphinx