added custom naming to recursion and fixed naming in filemode

This commit is contained in:
2025-10-05 15:58:36 +02:00
parent 46ea1db65d
commit 9c39b773da
5 changed files with 40 additions and 36 deletions

View File

@@ -13,18 +13,14 @@
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 ??~~
- rework rf_create_decider() so it does not execute if no inputs are give
n -> valid input check back for no arguments passed?
- check done in rf_create_decider()
- get rid of input argument, default to current directory and make it
positional
- implement back in the valid input check
- implement config file containing version, default names and other
configurations
- make file and directory creation start counting at 1 instead of 0
## Changelog
<2025-10-05> V0.3.7 - Added custom naming for level and branch in
recursive mode
<2025-10-05> V0.3.6 - Recursive mode no longer requires the -n flag
<2025-10-04> V0.3.5 - Added a function which returns the length of a
number