@@ -20,12 +20,13 @@ The new file name does not need to contain a file extension. If you do not speci
20
20
21
21
### Options
22
22
``` -i ``` , ``` --info ``` : View online help
23
+ ``` -w ``` , ``` --wizard ``` : Run a wizard to guide you through renaming files
23
24
``` -u ``` , ``` --undo ``` : Undo previous rename operation
24
25
``` -r "RegEx" ``` : See [ RegEx] ( #regex ) section for more information
25
26
``` -f ``` , ``` --force ``` : Force overwrite without prompt when output file name already exists
26
27
``` -s ``` , ``` --sim ``` : Simulate rename and just print new file names
27
28
``` -n ``` , ``` --noindex ``` : Do not append an index when renaming multiple files. Use with caution.
28
- ``` -v ``` , ``` --verbose ``` : Print all rename operations completed. Prints the same information as the -s option but goes through with the renames.
29
+ ``` -v ``` , ``` --verbose ``` : Print all rename operations to be completed and confirm before proceeding
29
30
``` --notrim ``` : Do not trim whitespace at beginning or end of ouput file name
30
31
``` -h ``` , ``` --help ``` : Show help
31
32
@@ -112,11 +113,15 @@ Whenever you run rename for the first time a file ```~/.rename/replacements.js``
112
113
- yargs https://github.com/yargs/yargs
113
114
- globby https://github.com/sindresorhus/globby
114
115
- fs-extra https://github.com/jprichardson/node-fs-extra
115
- - file-exists https://github.com/scottcorgan/file-exists
116
116
- prompt-sync https://github.com/0x00A/prompt-sync
117
117
- lodash https://lodash.com/
118
118
- node-dateformat https://github.com/felixge/node-dateformat
119
119
- named-js-regexp https://github.com/edvinv/named-js-regexp
120
120
- num2fraction https://github.com/yisibl/num2fraction
121
121
- jpeg-exif https://github.com/zhso/jpeg-exif
122
122
- opn https://github.com/sindresorhus/opn
123
+ - path-exists https://github.com/sindresorhus/path-exists
124
+ - chalk https://github.com/chalk/chalk
125
+ - cli-clear https://github.com/stevenvachon/cli-clear
126
+ - inquirer https://github.com/SBoudrias/Inquirer.js
127
+ - clipboardy https://github.com/sindresorhus/clipboardy
0 commit comments