27 lines
967 B
Markdown
27 lines
967 B
Markdown
# refit
|
|
|
|
`refit` is a file, directory manipulation and creation tool.
|
|
|
|
## ToDos
|
|
|
|
1. folder and file creation
|
|
1.1 simple file and folder creation
|
|
1.2 recursive file and folder creation
|
|
1.3 file in folder creation
|
|
2. file movement
|
|
2.1 apply a pattern what to move to where
|
|
3. file removal
|
|
3.1 remove all files like '*.tar'
|
|
|
|
- ~~make input default the current directory and the second argument after `refit create`~~
|
|
- maybe get rid of valid input ??
|
|
|
|
## Changelog
|
|
|
|
<2025-09-29> V0.3.1 - Removed the requirement for an input
|
|
<2025-09-29> V0.3.0 - Added file creation in the pattern like directories
|
|
<2025-09-29> V0.2.4 - Improved logging and log readability
|
|
<2025-09-28> V0.2.3 - Added logging for version file and --filemode path to the decider
|
|
<2025-09-28> V0.2.0 - Added librefit for standard functions
|
|
<2025-09-28> V0.1.0 - Added the creation of multiple numbered directories in a given directory with the pattern default directory_n
|