NAME
yakuake_session - Session Manager for the Yakuake Terminal Emulator
SYNOPSIS
- yakuake_session create | delete | edit | list | load | show profile
-
Execute named method
- yakuake_session -H | -h method | -h | -?
-
Display man page / method help / option descriptions / usage strings
- yakuake_session list_methods
-
Lists the methods available in this program
DESCRIPTION
Create, edit, load session profiles for the Yakuake Terminal Emulator
REQUIRED ARGUMENTS
- profile
-
The name of the profile being managed
OPTIONS
- -c method
-
Name of method to call. Required, can be first non option argument
- -D
-
Turn debugging on. Prompts if interactive
- --encoding
-
Decodes/encodes input/output using the value. Defaults to
UTF-8
- -h
-
Uses Pod::Usage to describe the program usage options
- -H
-
Uses Pod::Man to display the program documentation. Pipes through
nroff
- --home
-
Directory containing the configuration file
- -L
-
Loads the specified language message catalogue
- -n
-
Do not prompt for debugging
- -o
-
Zero, one or more key/value pairs passed to the method call
- -q
-
Quiet the display of information messages
- -V
-
Displays the version number of the program class
DIAGNOSTICS
Prints errors to stderr
EXIT STATUS
Returns zero on success, non zero on failure
CONFIGURATION
Uses the constructor's appclass
attribute to locate a configuration file
DEPENDENCIES
INCOMPATIBILITIES
None
BUGS AND LIMITATIONS
Send reports to address below
AUTHOR
Peter Flanigan, <pjfl@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2014 Peter Flanigan
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.