diff --git a/doc/man-ark.1.docbook b/doc/man-ark.1.docbook index b98cb54c..308f7b6a 100644 --- a/doc/man-ark.1.docbook +++ b/doc/man-ark.1.docbook @@ -1,234 +1,241 @@ ]> &ark; User's Manual LauriWatts Initial version of &ark; man page in 2005. lauri@kde.org RaphaelKubo da Costa Update of &ark; man page in 2009. rakuco@FreeBSD.org RagnarThomsen Update of &ark; man page in 2015 and 2016. rthomsen6@gmail.com -2016-08-09 -16.08 +2018-08-08 +18.12 KDE Applications ark 1 ark &kde; archiving tool ark suffix file + directory &kf5; Generic Options &Qt; Generic Options Description &ark; is a program for managing various compressed file formats within &kde;. Archives can be viewed, extracted, created and modified with &ark;. The program can handle various formats such as tar, gzip, bzip2, zip, rar (when the appropriate libraries or command-line programs are installed). Operation modes &ark; can be used either as a stand-alone &GUI; program as well as a command-line program in order to perform some specific tasks. If invoked without the -b (--batch) or -c (--add) options, &ark; is started as a normal &GUI; program. When the -b (--batch) option is used, &ark; can be used to extract the contents of one or more files directly from the command-line, without launching its &GUI;. When the -c (--add) option is used, &ark; prompts for files that should be added to a new archive or to an existing archive. Options Show a dialog for specifying the options for a batch or add operation. + + +List supported &MIME; types. + + + Default the extraction directory to directory. If not passed, the current path is used. Options for adding files Query the user for an archive filename and add specified files to it. Quit when finished. Add the specified files to filename. Create archive if it does not exist. Quit when finished. Change the current directory to the first entry and add all other entries relative to this one. Automatically choose a filename, with the selected suffix (for example rar, tar.gz, zip or any other supported types). Options for batch extraction Use the batch interface instead of the usual dialog. This option is implied if more than one url is specified. The destination argument will be set to the path of the first file supplied. Archive contents will be read, and if detected to not be a single folder archive, a subfolder by the name of the archive will be created. Open the destination folder when the extraction is complete. See Also More detailed user documentation is available from help:/ark (either enter this &URL; into &konqueror;, or run khelpcenter help:/ark). kf5options(7) qt5options(7) Examples ark archive.tar.bz2 Will extract archive.tar.bz2 into the current directory without showing any &GUI;. ark archive.tar.bz2 archive2.zip Will first show an extraction options dialog and then extract both archive.tar.bz2 and archive2.zip into the directory chosen in the dialog. ark my-archive.zip photo1.jpg text.txt Will create my-archive.zip if does not exist and then add photo1.jpg and text.txt to it. Maintainership &ark; is currently maintained by Elvis Angelaccio and Ragnar Thomsen.