Warning, /utilities/krusader/doc/handbook/man-krusader.1.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
0003 
0004 <!--
0005     SPDX-FileCopyrightText: 2000-2003 Shie Erlich <erlich@users.sourceforge.net>
0006     SPDX-FileCopyrightText: 2000-2003 Rafi Yanai <yanai@users.sourceforge.net>
0007     SPDX-FileCopyrightText: 2004-2010 Frank Schoolmeesters <codeknight@users.sourceforge.net>
0008     SPDX-FileCopyrightText: 2000-2022 Krusader Krew <https://krusader.org>
0009 -->
0010 
0011 <!ENTITY % English "INCLUDE">
0012 ]>
0013 
0014 <refentry lang="&language;">
0015 <refentryinfo>
0016 <title>KDE User's Manual</title>
0017 <author><firstname>Krusader</firstname><surname>Krew</surname> <contrib>Krusader man page.</contrib>
0018 <email>krusader-devel@googlegroups.com</email></author>
0019 <date>2017-05-06</date>
0020 <productname>Krusader</productname>
0021 </refentryinfo>
0022 
0023 <refmeta>
0024 <refentrytitle><command>krusader</command></refentrytitle>
0025 <manvolnum>1</manvolnum>
0026 </refmeta>
0027 
0028 <refnamediv>
0029 <refname>krusader</refname>
0030 <refpurpose>advanced twin-panel file manager and &FTP; client by KDE</refpurpose>
0031 </refnamediv>
0032 <!-- body begins here -->
0033 
0034 <refsynopsisdiv>
0035 <cmdsynopsis>
0036 <command>krusader</command>
0037 <arg choice="opt">Options</arg>
0038 <arg choice="plain">url</arg>
0039 </cmdsynopsis>
0040 </refsynopsisdiv>
0041 
0042 <refsect1>
0043 <title>Description</title>
0044 <para>Krusader is an advanced twin panel (commander style)
0045 file manager for Plasma and other desktops in the *nix world,
0046 similar to Midnight or Total Commander.
0047 It provides all the file management features you could possibly want.
0048 Plus: extensive archive handling,
0049 mounted filesystem support, &FTP;, advanced search module,
0050 viewer/editor, folder synchronization (disabled by default), file content comparisons,
0051 powerful batch renaming and much much more.
0052 It supports the following archive formats: ace, arj, bzip2, deb, 
0053 gzip, iso, lha, rar, rpm, tar, xz, zip, and 7-zip
0054 and can handle other KIOSlaves such as smb:// or fish://
0055 It is (almost) completely customizable, very user friendly,
0056 fast and looks great on your desktop! :-)
0057 You should give it a try.</para>
0058 </refsect1>
0059 
0060 <refsect1><title>Options</title>
0061 <variablelist>
0062   <varlistentry>
0063       <term><option>-h</option> <option>--help</option></term>
0064   <listitem>
0065 <para>this lists the options available at the command line</para>
0066   </listitem>
0067   </varlistentry>
0068   <varlistentry>
0069       <term><option>-v</option> <option>--version</option></term>
0070   <listitem>
0071 <para>lists version information for &krusader;</para>
0072   </listitem>
0073   </varlistentry>
0074   <varlistentry>
0075   <term><option>--author</option></term>
0076   <listitem>
0077 <para>show the authors</para>
0078   </listitem>
0079   </varlistentry>
0080   <varlistentry>
0081   <term><option>--license</option></term>
0082   <listitem>
0083 <para>show the license</para>
0084   </listitem>
0085   </varlistentry>
0086   <varlistentry>
0087   <term><option>--left</option> <parameter><replaceable>&lt;path&gt;</replaceable></parameter></term>
0088   <listitem>
0089 <para>start left panel at <replaceable>&lt;path&gt;</replaceable></para>
0090   </listitem>
0091   </varlistentry>
0092   <varlistentry>
0093   <term><option>--right</option> <parameter><replaceable>&lt;path&gt;</replaceable></parameter></term>
0094   <listitem>
0095 <para>start right panel at <replaceable>&lt;path&gt;</replaceable></para>
0096   </listitem>
0097   </varlistentry>
0098   <varlistentry>
0099   <term><option>--profile </option><parameter><replaceable>&lt;panel-profile&gt;</replaceable></parameter></term>
0100   <listitem>
0101 <para>load <replaceable>&lt;panel-profile&gt;</replaceable> on startup</para> 
0102   </listitem>
0103   </varlistentry>
0104   <varlistentry>
0105       <term><option>-d</option> <option>--debug</option></term>
0106   <listitem>
0107 <para>enables debug output</para>
0108   </listitem>
0109   </varlistentry>
0110   <varlistentry>
0111   <term><option>url</option></term>
0112   <listitem>
0113 <para>if there is already a tab open with that url, it is activated, otherwise a new tab is opened in the active
0114 panel</para>
0115   </listitem>
0116   </varlistentry>
0117 </variablelist>
0118 </refsect1>
0119 
0120 <refsect1><title>Examples</title>
0121 
0122 <itemizedlist>
0123   <listitem><para>$ krusader --left=/mnt/cdrom --right=ftp://downloads@myserver.net</para></listitem>
0124   <listitem><para>$ krusader --left=/home,/usr,smb://workgroup.net --right=fish://myserver.net</para></listitem>
0125   <listitem><para>$ krusader --profile=ftp_management</para></listitem>
0126 
0127 </itemizedlist>
0128 </refsect1>
0129 
0130 <refsect1><title>Files</title>
0131 <para>Configuration files:</para>
0132 
0133 <para><filename>~/.config/krusaderrc</filename></para>
0134 
0135 <para><filename>~/.local/share/krusader/krbookmarks.xml</filename> or <filename>krusader/krbookmarks.xml</filename> in the folder which can be determined using the <userinput>qtpaths --paths GenericDataLocation</userinput> command</para>
0136 
0137 <para><filename>~/.local/share/krusader/useractions.xml</filename> or <filename>krusader/useractions.xml</filename> in the folder which can be determined using the <userinput>qtpaths --paths GenericDataLocation</userinput> command</para>
0138 
0139 <para><filename>/usr/share/kxmlgui5/krusader/krusaderui.rc</filename></para>
0140 
0141 <para><filename>~/.local/share/kxmlgui5/krusader/krusaderui.rc</filename> or <filename>kxmlgui5/krusader/krusaderui.rc</filename> in the folder which can be determined using the <userinput>qtpaths --paths GenericDataLocation</userinput> command</para>
0142 
0143 </refsect1>
0144 
0145 <refsect1><title>Platforms</title>
0146 <para>All POSIX: Linux, Solaris, All BSD Platforms: FreeBSD, MacOS-X</para>
0147 
0148 <para><emphasis>KDE 2.x</emphasis></para>
0149 
0150 <para>krusader v1.01 stable but there are no planned changes.</para>
0151 
0152 <para><emphasis>KDE 3.x</emphasis></para>
0153 
0154 <para>Krusader v1.01 needs KDElibs 2</para>
0155 
0156 <para>Krusader v1.02 - 1.40 needs KDElibs 3</para>
0157 
0158 <para>Krusader 1.40 prefers &gt;= KDE 3.2</para>
0159 
0160 <para>Krusader v1.50 - v1.51: KDE 3.2 - KDE 3.3</para>
0161 
0162 <para>Krusader v1.60.0- v1.70.0: KDE 3.3 - KDE 3.4</para>
0163 
0164 <para>Krusader 1.70.x-1.80.x: KDE 3.4 - KDE 3.5</para>
0165 
0166 <para><emphasis>KDE 4.x</emphasis></para>
0167 
0168 <para>Krusader 2.0-2.4: KDE 4</para>
0169 
0170 <para><emphasis>KDE Frameworks 5</emphasis></para>
0171 
0172 <para>Krusader 2.5 and newer</para>
0173 
0174 <para>The latest version of Krusader can be found at the <ulink url="https://krusader.org/">Krusader website</ulink>.</para>
0175 
0176 </refsect1>
0177 
0178 <refsect1><title>Features</title>
0179 <para>OFM filemanager features.</para>
0180 
0181 <para>Strong keyboard orientation.</para>
0182 
0183 <para>Powerful internal viewer and editor.</para>
0184 
0185 <para>Advanced search module that can search in archives.
0186      
0187 Supports: ace, arj, bzip2, deb, gzip, iso, lha, rar, rpm, tar, xz, zip, and 7-zip.</para>
0188 
0189 <para>Directory comparison and filtering.</para>
0190 
0191 <para>&FTP;/Samba client with a connection manager with SFTP/SCP support.</para>
0192 
0193 <para>Synchronizer, UserActions, Embedded console.</para>
0194 
0195 <para>Compare files by content. Easy editing of file permissions.</para> 
0196 
0197 <para>Diskusage, Calculate occupied space. Checksum creation-verification.</para>
0198 
0199 <para>Fully MIME type-aware (with or without magic!).</para>
0200 
0201 <para>Mountmanager, Locate, Krename support.</para>
0202 
0203 <para>Root mode, Tabbed panels, Sidebar. Mouse selection modes.</para>
0204 
0205 <para>Profiles for: Panels, Key-bindings, Colors.</para> 
0206 
0207 <para>For more features read <ulink url="https://docs.kde.org/?application=krusader&amp;branch=stable5&amp;path=features.html">the Features page</ulink>.</para>
0208 
0209 </refsect1>
0210 
0211 <refsect1><title>License</title>
0212 <para>Krusader is distributed under the terms of the GNU General Public License.</para>
0213 
0214 <para>License version 2 as published by the Free Software Foundation.</para>
0215 
0216 <para>See the built-in help for details on the License and the lack of warranty.</para>
0217 
0218 <para>The copyright for the project and its name are still held by Shie Erlich and Rafi Yanai.</para>
0219 </refsect1>
0220 
0221 <refsect1><title>i18n</title>
0222 <para>Krusader is translated into many languages.</para>
0223 
0224 <para><ulink url="https://l10n.kde.org/stats/gui/trunk-kf5/po/krusader.po/">https://l10n.kde.org/stats/gui/trunk-kf5/po/krusader.po/</ulink></para>
0225 
0226 <para>Read the <ulink url="https://l10n.kde.org/docs/translation-howto/">KDE translation howto</ulink> if you want translate Krusader in your native language.</para>
0227 </refsect1>
0228 
0229 <refsect1><title>FAQ</title>
0230 <para>The latest version of the KRUSADER FAQ can be found on <ulink url="https://docs.kde.org/?application=krusader&amp;branch=stable5&amp;path=faq.html">KDE documentation site</ulink>.</para>
0231 </refsect1>
0232 
0233 <refsect1><title>See Also</title>
0234 <simplelist>
0235 <member>The Krusader Handbook, at the krusader help menu.</member>
0236 
0237 <member>kf5options(7)</member>
0238 
0239 <member>qt5options(7)</member>
0240 </simplelist>
0241 </refsect1>
0242 
0243 <refsect1 id='authors'><title>Authors</title>
0244 <para>Krusader is developed by a dedicated team of individuals, known as the Krusader Krew.</para>
0245 
0246 <para>Shie Erlich, author [erlich {*} users {.} sourceforge {.} net] (retired)</para>
0247 
0248 <para>Rafi Yanai, author [yanai {*} users {.} sourceforge {.} net] (retired)</para>
0249 
0250 <para>Dirk Eschler, Webmaster [deschler {*} users {.} sourceforge {.} net] (retired)</para>
0251 
0252 <para>Csaba Karai, Developer [ckarai {*} users {.} sourceforge {.} net] (retired)</para>
0253 
0254 <para>Heiner Eichmann, Developer [h {.} eichmann {*} gmx.de] (retired)</para>
0255 
0256 <para>Jonas Baehr, Developer [jonas.baehr {*} web.de] (retired)</para>
0257 
0258 <para>Vaclav Juza, Developer [vaclavjuza {*} seznam {.} cz] (retired)</para>
0259 
0260 <para>Jan Lepper, Developer [jan_lepper {*} gmx {.} de] (retired)</para>
0261 
0262 <para>Andrey Matveyakin, Developer [a.matveyakin {*} gmail {.} com] (retired)</para>
0263 
0264 <para>Davide Gianforte, Developer [davide {*} gengisdave {.} org]</para>
0265 
0266 <para>Alexander Bikadorov, Developer [alex.bikadorov {*} kdemail {.} net]</para>
0267 
0268 <para>Martin Kostolny, Developer [clearmartin {*} zoho {.} com]</para>
0269 
0270 <para>Toni Asensi Esteve, Developer [toni.asensi {*} kdemail {.} net]</para>
0271 
0272 <para>Nikita Melnichenko, Developer [nikita+kde {*} melnichenko {.} name]</para>
0273 
0274 <para>Frank Schoolmeesters, Documentation &amp; Marketing Coordinator [frank_schoolmeesters {*} yahoo {.} com] (retired)</para>
0275 
0276 <para>Richard Holt, Documentation &amp; Proofing [richard {.} holt {*} gmail {.} com] (retired)</para>
0277 
0278 <para>Matej Urbancic, Marketing &amp; Product Research [matej {*} amis {.} net] (retired)</para>
0279 
0280 <para>Yuri Chornoivan, Documentation <email>yurchor@ukr.net</email></para>
0281 
0282 <para>The project is written using KDevelop and Qt Designer.</para>
0283 
0284 </refsect1>
0285 
0286 <refsect1><title>Bugs</title>
0287 <para>See the TODO file in the distribution for information on what remains to be done.</para>
0288 
0289  <para>For fixes, patches and comments mail to <email>krusader-devel@googlegroups.com</email>.</para>
0290 
0291 <para>Krusader Krew</para>
0292 </refsect1>
0293 </refentry>
0294