Useractions Menu

Useractions->Manage useractions

Opens the UserActions manager.

Useractions->Your own Useractions

Opens the default user actions and those created by the user.

Useractions->Equal panel-size

Sets the ratio between the two panels to 50/50.

Useractions->Sort By Name (Win+1)

When this action is turned on, the main sorting key in the Krusader panel becomes the file name.

Useractions->Sort By Extension (Win+2)

When this action is turned on, the main sorting key in the Krusader panel becomes the file extension (the part of the filename after the last '.'). This is useful for grouping files of the same type closer together.

Useractions->Sort By Size (Win+3)

When this action is turned on, the main sorting key in the Krusader panel becomes the file size. This is useful for determining the largest files in a particular directory.

Useractions->Sort By Modified (Win+4)

When this action is turned on, the main sorting key in the Krusader panel becomes the last modified date for each file. This is useful for finding files you recently worked on.

Useractions->Edit as root

Allows you to edit a file with kwrite using root permissions.

Useractions->Mount

Mounts a new filesystem.

Useractions->Enqueue in Amarok

Appends selected item(s) to Amarok playlist.

Useractions->Copy current item to clipboard

Copies selected item(s) to the clipboard.

Useractions->Backup current (Shift+F5)

Backups current file in current directory and asks the user for a new filename. By default .old is appended to the original filename.

Krusader-1.90.0 "Power Stone" additional Useractions

Useractions->Copy as root

Copy selected files & directories with root privileges, also inside archives! Useraction contributed by Andrew Svet and MaxiPunkt.

Useractions->Search and Replace in file

This Useraction uses the UNIX® standard-tool sed (the stream-editor) so perform search and replace operations in all selected files It is possible to give a regular expression for both strings. Please note: The sed-command is "s/search/repleace/", so you have to escape the slash when you need it! Useraction contributed by Jonas Bähr.

Useractions->Unmount

Umount selected directory. Useraction contributed by Stefan Endrullis.

Useractions->Eject cd/dvd

Unmounts and ejects current cdrom/dvd.

Useractions->gzip current

Gzip current file with maximum (9) compression, preserving original file. In case of directory, it is first tarred. Useraction contributed by Fathi Boudra.

Useractions->7zip current file

Make a 7zip archive containing current file to other panel. Useraction contributed by Václav Jůza.

Useractions->Lzma current file

Lzma current file and keep input files to other panel.

Useractions->tar.gz current

tar.gz current file/directory. Václav Jůza.

Useractions->tar.lzma selected files

tar.lzma selected files to other panel.

Useractions->Pack/Unpack ar archive (.a, .deb, ...)

Make an archive or extract from it using the ar utility, which is used for static libraries *.a or Debian® packages You can extract Debian® packages this way without having dpkg installed. Like tar, ar does not use any compression. Useraction contributed by Václav Jůza.

Useractions->tar.7z selected files

tar.7z selected files to other panel.

Useractions->Unpack archive to dir

Creates a directory with the current archive name in the other panel before unpacking the files into it. It uses ark and tries to guess the directory name (archive name without file extension). Useraction contributed by Dirk Eschler.

Useractions->Unpack current tar.7z

Unpack current tar.7z to other panel.

Useractions->Unpack current tar.lzma

Unpack current tar.lzma to other panel and keep original input file.

Useractions->Unpack current lzma

Unpack current lzma to other panel and keep original input file.

Useractions->Unpack current lzma

Unpack current lzma to other panel and keep original input file.

Useractions->Split large mp3

Splits large mp3's using mp3splt. Useraction contributed by Andrew Svet.

Useractions->Encrypt with kgpg

Encrypts the current file with kpgp (which has to be in your $PATH). Useraction contributed by Dirk Eschler.

Useractions->Decrypt with kgpg

Decrypts the current file with kpgp (which has to be in your $PATH). Useraction contributed by Dirk Eschler.

Useractions->Sign with kgpg

Signs the current file with kpgp (which has to be in your $PATH). Useraction contributed by Dirk Eschler.

Useractions->Verify signature with kgpg

Tries to verify the signature of the current file with kpgp (which has to be in your $PATH). Useraction contributed by Dirk Eschler.

Useractions->Decode current file created with uuencode.

Decode a file created with uuencode. Requirements: Sharutils. Useraction contributed by Andrew Svet.

Useractions->Uuencode current file.

Uuencode creates an encoded ASCII copy of a file. Requirements: Sharutils. Useraction contributed by Andrew Svet.

Useractions->Select from file

A javascript useraction, TC-like "load selection from file". Use this action on a text file which contains a list of filenames and these files will be selected. Useraction contributed by Dirk Eschler.

Useractions->Recode files using GNU recode or iconv

A javascript useraction, which converts either file names or their content or both from one to another character encoding. It processes all selected files and directories in the active panel (for the directories, recurse their content). You can select, whether a recoded copy is created or if the file is moved (there is no warranty, so don't test move on any important data) Requirements: You need krusader compiled with javascript support and GNU recode installed. Useraction contributed by Václav Jůza.

Useractions->Mount as root

A javascript useraction, Mounts a device with root-privileges. Requirements: You need krusader compiled with javascript support. Useraction contributed by Jonas Bähr.

Useractions->Calculator

A javascript useraction, a simple calculator. Requirements: You need krusader compiled with javascript support. Useraction contributed by Jonas Bähr.