No description
- Go 77.7%
- Makefile 20.7%
- JavaScript 1.6%
|
|
||
|---|---|---|
| .husky | ||
| cmd/ft_organize | ||
| internal | ||
| .gitignore | ||
| commitlint.config.js | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| subject.md | ||
| subject.pdf | ||
| TODO.md | ||
ft_organize
ft_organize is a CLI tool for organizing directories using configurable rules.
Installation
tbd
Usage
ft_organize scan --source ~/Downloads --config rules.yaml
ft_organize plan --source ~/Downloads --config rules.yaml
ft_organize apply --source ~/Downloads --config rules.yaml --log session.json
ft_organize undo --log session.json
ft_organize validate-config --config rules.yaml
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.