Various scripts for performing file-related operations such as editing and deleting.
  • Python 63.9%
  • Shell 29.8%
  • Nix 4.8%
  • Ruby 1.5%
Find a file
2026-03-09 18:28:08 -07:00
bin Bump version to 2.0.1 2024-09-20 23:25:25 -07:00
python Bump version to 2.0.1 2024-09-20 23:25:25 -07:00
zsh Move zsh completion files into their own directories 2021-12-20 09:22:43 -08:00
.gitattributes gitattributes: ignore install script for export 2022-04-19 09:11:26 -07:00
.gitignore Ignore misc log files 2024-02-26 23:16:11 -08:00
file-scripts.install Add install script to package 2022-04-15 21:50:55 -07:00
file-scripts.rb Bump version to 2.0.1 2024-09-20 23:25:25 -07:00
file-scripts.spec Bump version to 2.0.1 2024-09-20 23:25:25 -07:00
flake.nix flake.nix: initial commit 2026-03-09 18:28:08 -07:00
LICENSE Initial commit 2021-12-20 09:05:06 -08:00
PKGBUILD PKGBUILD: do not depend on git for build 2026-03-09 18:22:20 -07:00
README.md Run formatter 2024-08-06 04:26:33 -07:00

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