caja-actions manpages

Vangelis Mouhtsis vangelis at gnugr.org
Fri Feb 20 17:19:39 UTC 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mike hi,
Please take them and merge manpages. Note i couldn't find manpages for
nautilous-actions-print to compare, so if you can show me a place to
have i view will be fine. (caja-actions-print is missing)

Greets
gnugr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJU52ylAAoJEGaW2W7vxiDhggYIAIzuyjP+kiFinZfFJdnLUbqs
LiM3P5U7LHRYTHAlbGTfDkievEdW+LCm4uRH7i1Lr3unPuRvuJbd6UmNbMCOy6nl
G+szlfUgfbl963VZeHYWOq3mqr+Z46xAm1nVriEYtQy1kK5l/HkwOuyVPZQZMewW
57afi/HKsROVtJB1F5PbLFIrkfyW2IEWrhKRphUgaGeXARQiU27F9yoC2uF42KAm
67bht+Hl7f83SORsexg8De33GeDrGEpgU5hwTv1Fbm+Y3DzdUqcEYNKKj8zV23GF
/nRa5v00a2ArB7hSXeVe1jzsG5fJb93Oxms0QG044DXh8RIwWAkkjo5Kn+zwt74=
=NoSu
-----END PGP SIGNATURE-----
-------------- next part --------------
.TH CAJA-ACTIONS-RUN 1 "February 20, 2015" "Caja-actions-run Version 1.8.0"
.SH NAME
caja-actions-run \- execute an action on the specified target
.SH SYNOPSIS
\fBcaja-actions-run\fP [\fIOPTION\fP]
.SH DESCRIPTION
\fBcaja-actions-run\fP runs specific caja-actions on a given file or folder. More than one target may be specified. This program is intended to be used on the command-line for scripting caja actions.
.SH OPTIONS
.TP
\fIHelp options\fP \fB-?, --help Show help options\fP
.TP 
\fB--help-all Show all help options\fP
.TP 
\fB--help-misc Show miscellaneous options\fP
.TP
\fIMiscellaneous options\fP
.TP 
\fB-v, --version Output the version number\fP
.TP
\fIApplication options\fP
.TP 
\fB-i, --id=STRING The internal identifier of the action to be launched.\fP
.TP 
\fB-t, --target=URI A file or folder to run the action on (more than one may be specified)\fP
.SH AUTHOR
\fBcaja-actions was written by Rodrigo Moya <rodrigo[AT]novell.com>, Frederic Ruaudel <grumz[AT]grumz.net>, Pierre Wieser <pwieser[AT]trychlos.org>, and contributors.\fP
.TP
\fBThis manual page was written Vangelis Mouhtsis <vangelis[AT]gnugr.org>, for the Debian MATE Packaging Team.\fP
.SH LICENSING
\fBBoth the caja-actions source code and this man page are licensed under the GNU General Public License.\fP


-------------- next part --------------
.TH CAJA-ACTIONS-NEW 1 "February 20, 2015" "Caja-actions-new Version 1.8.0"
.SH NAME
caja-actions-new \- create new caja actions
.SH SYNOPSIS
\fBcaja-actions-new\fP [\fIOPTION\fP]
.SH DESCRIPTION
\fIcaja-actions-new\fP creates new actions for the caja file manager non-interactively via the commandline. Action attributes are specified via command-line options.
.SH OPTIONS
.TP
\fIHelp options\fP \fB-?, --help Show help options\fP
.TP
\fB--help-all Show all help options\fP
.TP
\fB--help-output Choose where the program creates the action\fP
.TP
\fIAction-creation options\fP
.TP
\fB-l, --label=LABEL The label of the menu item (amndatory)\fP
.TP
\fB-t, --tooltip=TOOLTIP The tooltip of the menu\fP
.TP
\fB-i, --icon=ICON The icon of the menu item (filename or GTK stock ID)\fP
.TP
\fB-c, --command=PATH The path of the command\fP
.TP
\fB-p, --parameters=PARAMS The parameters of the command\fP
.TP
\fB-m, --match=EXPR A pattern to match selected files against. May include wildcards (*or?) (you must set one option for each pattern you need)\fP
.TP
\fB-C, --match-case=PATH The path command\fP
.TP
\fB-T, --mimetypes=EXPR A pattern to match selected files' mimetype against. May include wildcards (*or?) (you must set one option for each pattern you need)\fP
.TP
\fB-f, --accept-files Set it if selection must only contain files\fP
.TP
\fB-d, --accept-dirs Set it if the selection must only contain folders. Specify both '--isfile' and '--isdir' options is selection can contain both types of items\fP
.TP
\fB-M, --accept-multiple-files Set it if the selection can have several items\fP
.TP
\fB-s, --scheme=SCHEME A valid GVFS scheme where the selected files should be located (you must set onw option for each scheme you need)\fP
.SH AUTHOR
\fBcaja-actions was written by Rodrigo Moya <rodrigo[AT]novell.com>, Frederic Ruaudel <grumz[AT]grumz.net>, Pierre Wieser <pwieser[AT]trychlos.org>, and contributors.\fP
.TP
\fBThis manual page was written Vangelis Mouhtsis <vangelis[AT]gnugr.org>, for the Debian MATE Packaging Team.\fP
.SH LICENSING
\fBBoth the caja-actions source code and this man page are licensed under the GNU General Public License.\fP
-------------- next part --------------
.TH CAJA-ACTIONS-CONFIG-TOOL 1 "February 20, 2015" "Caja-actions-config-tool Version 1.8.0"
.SH NAME
caja-actions-config-tool \- configure programs to launch from the caja file manager
.SH SYNOPSIS
\fBcaja-actions-config-tool\fP
.SH OPTIONS
\fBcaja-actions-config-tool does not have any options.\fP
.SH DESCRIPTION
\fBcaja-actions is an extension for the caja file manager which allows arbitary programs to be launched through the caja context menu.\fP
.TP
\fBEach time you right-click on one or more files in caja, or any part of the background of the currently opened folder, caja-actions will look at its configured actions to see if a program has been setup for this selection. If so, it will add an item to the menu that allows you to execute the program on the selected files.\fP
.TP
\fBConfigurations are stored in DConf for speed and integration with other MATE programs. Configs can be easily shared using "Import/Export assistant" menu items in the Tools menu of caja-actions-config-tool/.\fP
.SH AUTHOR
\fBcaja-actions was written by Rodrigo Moya <rodrigo[AT]novell.com>, Frederic Ruaudel <grumz[AT]grumz.net>, Pierre Wieser <pwieser[AT]trychlos.org>, and contributors.\fP
.TP
\fBThis manual page was written Vangelis Mouhtsis <vangelis[AT]gnugr.org>, for the Debian MATE Packaging Team.\fP
.SH LICENSING
\fBBoth the caja-actions source code and this man page are licensed under the GNU General Public License.\fP



More information about the pkg-mate-team mailing list