diff options
author | gregory guy <[email protected]> | 2018-10-27 13:04:14 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-27 17:58:45 +0200 |
commit | 4c277df8cb9cc3d19ce68d55485e0aaacd909ac2 (patch) | |
tree | cdb4c73b6ead91643e4782e6b162ecb10b8817e8 /doc/man | |
parent | 062b196111e01d1ea607c8c5e476f27e8eaf1632 (diff) | |
download | krename-4c277df8cb9cc3d19ce68d55485e0aaacd909ac2.tar.gz krename-4c277df8cb9cc3d19ce68d55485e0aaacd909ac2.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit ededcc28b46bb4a33cddae207b95ccb8722885a4)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/krename.1 | 87 |
2 files changed, 92 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/krename.1 b/doc/man/krename.1 new file mode 100644 index 0000000..e8f0072 --- /dev/null +++ b/doc/man/krename.1 @@ -0,0 +1,87 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH QT: "1" "September 2005" "Qt: 3.3.5" "User Commands" +.SH NAME +Qt: \- manual page for Qt: 3.3.5 +.SH SYNOPSIS +.B krename +[\fIQt-options\fR] [\fITDE-options\fR] [\fIfile\fR] +.SH DESCRIPTION +KRename is a batch file renamer which can rename a +list of files based on a set of expressions. +.PP +If you like KRename you may want to support it. +Testing, bug fixes and feature request are as welcome +as financial support (everybody needs money ;) +See help files for details. +.SS "Generic options:" +.TP +\fB\-\-help\fR +Show help about options +.TP +\fB\-\-help\-qt\fR +Show Qt specific options +.TP +\fB\-\-help\-tde\fR +Show TDE specific options +.TP +\fB\-\-help\-all\fR +Show all options +.TP +\fB\-\-author\fR +Show author information +.TP +\fB\-v\fR, \fB\-\-version\fR +Show version information +.TP +\fB\-\-license\fR +Show license information +.TP +\fB\-\-\fR +End of options +.SS "Arguments:" +.TP +file +file will be added to the list of files for renaming +.SH OPTIONS +.TP +\fB\-r\fR +[dir] +add directory recursively +.TP +\fB\-\-template\fR + +set a template +.TP +\fB\-\-extension\fR + +set a template for the file extension +.TP +\fB\-\-use\-plugin\fR + +enable a plugin for use +.TP +\fB\-\-copy\fR +[dir] +copy files to directory +.TP +\fB\-\-move\fR +[dir] +move files to directory +.TP +\fB\-\-profile\fR +[profile] +load the profile named [profile] on startup +.TP +\fB\-\-start\fR +start renaming immediately +.TP +\fB\-\-nopreview\fR +create no realtime preview +.PP +KDE: 3.4.2 +KRename: 3.0.8 +.SH "SEE ALSO" +The full documentation for +.B Qt: +is maintained as a Texinfo manual. If the +.B info +and +.B Qt: +programs are properly installed at your site, the command +.IP +.B info Qt: +.PP +should give you access to the complete manual. |