You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I loved nomino pragmatic approach to renaming files.
But I missing:
Printing output column aligned without table borders/headers/formating
Printing to markdown
Printing generated json to stdout
Describe the solution you'd like
Add some command-line options like:
USAGE:
nomino [FLAGS] [OPTIONS] [[SOURCE] OUTPUT]...
FLAGS:
-e, --extension Preserves the extension of input files in 'sort' and 'regex' options
-h, --help Prints help information
-k, --mkdir Recursively creates all parent directories of '<OUTPUT>' if they are missing
-w, --overwrite Overwrites output files, otherwise, a '_' is prepended to filename
- -p, --print Prints the rename map as table to stdout+ -p, --print Prints the rename map as table to stdout+ -l, --log Prints the rename map as table to stderr
-t, --test Runs in test mode without renaming actual files (dry-run)
-V, --version Prints version information
OPTIONS:
--depth <DEPTH> Optional value to overwrite inferred subdirectory depth value in 'regex' mode
-d, --dir <PATH> Sets the working directory
-g, --generate <PATH> Stores a JSON map file in '<PATH>' after renaming files
+ -G, --gen-as [FMT] Change stored file format to <FMT> [possible values: cols, csv, json, markdown, table]+ -F, --format [FMT] Change printed format to <FMT> [possible values: cols, csv, json, markdown, table]
-m, --map <PATH> Sets the path of map file to be used for renaming files
--max-depth <DEPTH> Optional value to set the maximum of subdirectory depth value in 'regex' mode
-r, --regex <PATTERN> Regex pattern (RE2 syntax) to match by filenames
-s, --sort <ORDER> Sets the order of natural sorting (by name) to rename files using enumerator [possible
values: ASC, DESC]
So command invocations like the bellow will print:
Is your feature request related to a problem? Please describe.
I loved
nomino
pragmatic approach to renaming files.But I missing:
Describe the solution you'd like
Add some command-line options like:
So command invocations like the bellow will print:
The text was updated successfully, but these errors were encountered: