2025-09-27 20:54:27 +02:00
|
|
|
# refit
|
2025-09-27 19:03:00 +02:00
|
|
|
|
2025-09-27 20:54:27 +02:00
|
|
|
`refit` is a file, directory manipulation and creation tool.
|
2025-09-27 19:03:00 +02:00
|
|
|
|
|
|
|
|
## ToDos
|
|
|
|
|
|
2025-09-27 20:54:27 +02:00
|
|
|
1. folder and file creation
|
2025-09-29 20:13:34 +02:00
|
|
|
1.1 simple file and folder creation
|
|
|
|
|
1.2 recursive file and folder creation
|
|
|
|
|
1.3 file in folder creation
|
2025-09-27 20:54:27 +02:00
|
|
|
2. file movement
|
|
|
|
|
2.1 apply a pattern what to move to where
|
|
|
|
|
3. file removal
|
|
|
|
|
3.1 remove all files like '*.tar'
|
2025-09-28 13:48:57 +02:00
|
|
|
|
2025-09-29 22:02:46 +02:00
|
|
|
- ~~make input default the current directory and the second argument after `refit create`~~
|
2025-09-30 20:56:27 +02:00
|
|
|
- ~~maybe get rid of valid input ??~~
|
|
|
|
|
- rework rf_create_decider() so it does not execute if no inputs are given -> valid input check back for no arguments passed?
|
2025-10-01 08:06:26 +02:00
|
|
|
- check done in rf_create_decider()
|
2025-09-30 20:56:27 +02:00
|
|
|
- get rid of input argument, default to current directory and and make it positional
|
2025-10-02 20:47:40 +02:00
|
|
|
- implement back in the valid input check
|
2025-09-29 21:49:19 +02:00
|
|
|
|
2025-09-30 20:56:27 +02:00
|
|
|
# Changelog
|
2025-09-28 13:48:57 +02:00
|
|
|
|
2025-09-30 20:56:27 +02:00
|
|
|
<2025-09-30> V0.3.2 - Refactoring librefit and added proper docstrings; begun to remove the check for the valid input and put it in the decider
|
2025-09-29 22:02:46 +02:00
|
|
|
<2025-09-29> V0.3.1 - Removed the requirement for an input
|
2025-09-29 21:37:50 +02:00
|
|
|
<2025-09-29> V0.3.0 - Added file creation in the pattern like directories
|
2025-09-29 20:11:16 +02:00
|
|
|
<2025-09-29> V0.2.4 - Improved logging and log readability
|
2025-09-28 19:51:06 +02:00
|
|
|
<2025-09-28> V0.2.3 - Added logging for version file and --filemode path to the decider
|
2025-09-28 17:32:07 +02:00
|
|
|
<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
|