This package browser is in early development. Mind the rough edges.

dolphin

File manager for KDE

Dolphin is a file manager for KDE focusing on usability. The main features of Dolphin are:

  • Navigation bar for URLs, which navigates quickly through the file hierarchy.

  • View properties are remembered for each folder.

  • Split of views is supported.

  • Network transparency.

  • Undo/redo functionality.

  • Renaming of a variable number of selected items in one step.

Installation

Install the latest version of dolphin as follows:

guix install dolphin

Or install a particular version:

guix install dolphin@24.05.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of dolphin about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/dolphin'><img src='https://packages.guix.gnu.org/packages/dolphin/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/dolphin/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/dolphin)

Example Org:

[[https://packages.guix.gnu.org/packages/dolphin][https://packages.guix.gnu.org/packages/dolphin/badges/latest-version.svg]]