-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.manual_page.txt
75 lines (50 loc) · 2.66 KB
/
.manual_page.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
NAME
Filename Changer (fnc)
SYSNOPSIS
fnc -[OPTION]
COPYRIGHT
(C) 2021 Kelvin Onuchukwu
MIT License
DESCRIPTION
A simple and easy-to-use file renaming tool.
The basic function of this program is to automate the renaming of files in order to give users more flexibility and efficiency when working with files on the command line interface.
Please visit the README file on the GitHub repository: https://github.com/Kelvinskell/filename-changer.git to get a full description.
OPTIONS
-c Change only the first letter in a filename to an uppercase character.
-C Change filename to uppercase characters.
-e Change file extension for a file or list of files.
-E Same as -e.
-h Display help.
-H Display or erase history.
-l Change filenames in the current working directory to lowercase.
-L Same as -l.
-p Specify absolute path to directory and alter selected files in that directory.
-P Same as -p.
-r Generate random names for files.
-R Same as -r.
-v Display version information.
-V Update to the latest version.
-z Revert current filename to previous name.
This option works only if you are in the directory where the file exists.
-Z Same as -z.
AUTHOR
Name: kelvin Onuchukwu
Email: kelvinskell@gmail.com
Linkedin: https://www.linkedin.com/in/kelvin-onuchukwu-3460871a1
If you would like to contribute to this project, first visit the Contributing.md file located in the GitHub repository.
BUG REPORTS
If you find a bug in fnc, you should report it. But first, you should make sure that it really is a bug, and that it appears in
the latest version of fnc. The latest version is always available from https://github.com/Kelvinskell/filename-changer.git
If you have a fix, you are encouraged to mail that as well! Better still, submit a pull request.
Suggestions and `philosophical' bug reports may be mailed to kelvinskell@gmail.com or submitted as a pull request to https://github.com/Kelvinskell/filename-changer.git
ALL bug reports should include:
The version number of fnc
The hardware and operating system
The compiler used to compile
A description of the bug behaviour
A short script or `recipe' which exercises the bug
BUGS
Most likely than not, this script will not source the .bash_aliases file, even though it'll create the alias 'fnc'.
The best way to work around this is to manually source the .bash_aliases file (source ~/.bash_aliases).
This is especially important if you intend to call up the script at anytime by just running the alias 'fnc'.
For more information, visit https://github.com/Kelvinskell/filename-changer.git