diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-17 17:40:03 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-17 17:40:03 +0200 |
commit | eae33615af610f84fc2be016c5b222f44e741cc1 (patch) | |
tree | 8b7032af97743608cca3fbe60cca06d419e42ce2 /sendto/caja-sendto.1 | |
parent | eb157f54f3dbbbcf3b63f43073c9687f66497b45 (diff) | |
download | caja-extensions-eae33615af610f84fc2be016c5b222f44e741cc1.tar.bz2 caja-extensions-eae33615af610f84fc2be016c5b222f44e741cc1.tar.xz |
Add sendto extension
Diffstat (limited to 'sendto/caja-sendto.1')
-rw-r--r-- | sendto/caja-sendto.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sendto/caja-sendto.1 b/sendto/caja-sendto.1 new file mode 100644 index 0000000..bcb8430 --- /dev/null +++ b/sendto/caja-sendto.1 @@ -0,0 +1,27 @@ +.TH CAJA-SENDTO 1 2006\-07\-18 "MATE" "MATE" +.SH NAME +caja\-sendto \- convenience application to send a file via email or instant messenger +.SH SYNOPSIS +.B caja-sendto +.RI [ OPTIONS " " | " " FILES... ] +.SH DESCRIPTION +Send FILE(s) via email or instant messenger. + +A dialog window presents a choice of carrier application and recipient of the file(s). +Recipent names can be selected from a list or autocompleted. The selected application +is then opened with the file(s) and recipient ready for transfer. + +The application is intented to integrate with caja and is +written for the MATE graphical desktop. +.SH OPTIONS +.TP +.B \-?, \-\-help +Show a help message listing all the options and their meanings. +.SH AUTHOR +Written by Roberto Majadas <[email protected]> +.PP +This manual page was originally written by Oystein Gisnas for the +Debian system. +.\" Copyright 2006 Oystein Gisnas +.\" You may copy this manual page under the terms of the version 2 of +.\" the GNU General Public License. |