diff --git a/doc/man-akonadiclient.1.docbook b/doc/man-akonadiclient.1.docbook index aea7806..3eb4f11 100644 --- a/doc/man-akonadiclient.1.docbook +++ b/doc/man-akonadiclient.1.docbook @@ -1,418 +1,418 @@ - ]> akonadiclient man page Bhaskar Kandiyal bkandiyal@gmail.com 2014-08-17 AkonadiClient akonadiclient 1 akonadiclient A commandline client for Akonadi akonadiclient command --help --version &kde; Generic Options Qt Generic Options Description akonadiclient is a commandline client for manipulating KDE's Akonadi datastore. It provides an easy way to manipulate Akonadi's data through the commandline. For example, adding items, collections, renaming or moving collections and also controlling the Akonadi agents. Commands Filesystem Commands akonadiclient copy [OPTIONS] SOURCE DESTINATION Used to copy collections or items from one collection to another. Options: Run without making any actual changes akonadiclient create [OPTIONS] COLLECTION Creates a new collection. Please note that top-level collections can only be created by an Akonadi resource. Options: Run without making any actual changes Run without making any actual changes akonadiclient delete [OPTIONS] COLLECTION | ITEM Deletes a collection or an item. Options: Assume that a collection is specified as an argument Assume that an item is specified as an argument Run without making any actual changes akonadiclient list [OPTIONS] COLLECTION Deletes a collection or an item. Options: List more detailed information List only sub-collections List only contained items akonadiclient move [OPTIONS] SOURCE DESTINATION Move collections or items into another collection. Options: Run without making any actual changes akonadiclient rename [OPTIONS] COLLECTION NAME Renames a specified collection to NAME Options: Run without making any actual changes Data Commands akonadiclient add [OPTIONS] COLLECTION FILES Add items to a specified collection Options: Base directory for input files / directories, default is current Flat mode, do not duplicate subdirectory structure Run without making any actual changes MIME type to use (instead of auto-detection) akonadiclient edit [OPTIONS] ITEM Opens the payload of ITEM in a text editor specified by the environment variable $EDITOR Options: Run without making any actual changes akonadiclient expand [OPTIONS] ITEM Expands a contact group item Options: Brief output (email addresses only) akonadiclient export [OPTIONS] COLLECTION FILE Import an XML file inside the collection specified by PARENT. If the collection already exists, its contents are merged with the contents of the collection in the XML file. Options: Run without making any actual changes akonadiclient import [OPTIONS] PARENT FILE Imports an XML file inside the collection specified by PARENT. If the collection already exists, its contents are merged with the contents of the collection in the XML file. Options: Run without making any actual changes akonadiclient info [OPTIONS] COLLECTION | ITEM Show full information about a collection or item Options: Assume that a collection is specified Assume that an item is specified akonadiclient show ITEM Shows the raw payload of an item akonadiclient tags [OPTIONS] List all known tags Options: Brief output - tag names only Brief output - tag URLs only akonadiclient update [OPTIONS] ITEM FILE Updates the raw payload of ITEM with the contents of FILE Options: Run without making any actual changes Miscellaneous Commands akonadiclient agents [OPTIONS] [AGENTS...] Allows managing of Akonadi agents like changing their state, restarting an agent or listing all agents and their state. Options: List all agents Set the state for specified agents. Valid states are 'offline' and 'online'. Get the state for specified agents Show information about the specified agents Restarts the specified agents Run without making any actual changes akonadiclient help [COMMAND] Displays help for COMMAND. If COMMAND is not specified then it lists all the available commands Examples akonadiclient list / - Lists all the collections under the root collection akonadiclient export /Notes notes.xml - Exports all the items and sub-collections of the /Notes collection to the file 'notes.xml' akonadiclient agents -l - Lists all agents akonadiclient add /Notes note.txt - Adds the contents of the file note.txt as an item in the collection /Notes akonadiclient add -m application/x-vnd.akonadi.calendar.todo /Todos todo.ics - Adds the contents of the file todo.ics as a TODO calendar entry in the collection /Todos