added custom naming to recursion and fixed naming in filemode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user