Forrest logo
tool overview
On this page you find all important commands for the CLI tool dolphin. If the command you are looking for is missing please ask our AI.

dolphin

Dolphin is a versatile command line tool that is primarily used for managing files and directories. It is commonly available on Unix-like operating systems, such as Linux.

  1. Dolphin provides a convenient way to navigate and interact with the file system through the Terminal.
  2. It uses a command-line interface (CLI) and supports various commands for file manipulation.
  3. The tool allows users to create, delete, and move files and directories with ease.
  4. Dolphin supports copying, renaming, and linking files, enabling efficient file management.
  5. It also supports file compression and extraction using popular formats like gzip and tar.
  6. Dolphin allows users to search for files and directories based on various filters, such as name, size, and permissions.
  7. It offers a versatile set of options for sorting and displaying files, making it easier to find and organize them.
  8. Integrated with various security features, Dolphin allows setting file permissions, ownership, and access control.
  9. Dolphin supports bulk operations, such as batch renaming or deletion, which can be useful for managing large sets of files.
  10. Dolphin's user-friendly interface, combined with its extensive functionality, makes it a valuable tool for file and directory management via the command line.

List of commands for dolphin:

  • dolphin:tldr:09e64 dolphin: Open specific directories.
    $ dolphin ${path-to-directory1 path-to-directory2 ---}
    try on your machine
    explain this command
  • dolphin:tldr:36cdf dolphin: Launch the file manager.
    $ dolphin
    try on your machine
    explain this command
  • dolphin:tldr:93231 dolphin: Launch the daemon (only required to use the DBus interface).
    $ dolphin --daemon
    try on your machine
    explain this command
  • dolphin:tldr:bfd27 dolphin: Open with specific files or directories selected.
    $ dolphin --select ${filename_or_directory1 filename_or_directory2 ---}
    try on your machine
    explain this command
  • dolphin:tldr:c17f1 dolphin: Open a new window.
    $ dolphin --new-window
    try on your machine
    explain this command
  • dolphin:tldr:ec647 dolphin: Display help.
    $ dolphin --help
    try on your machine
    explain this command
  • dolphin:tldr:f0317 dolphin: Open specific directories in split view.
    $ dolphin --split ${path-to-directory1} ${path-to-directory2}
    try on your machine
    explain this command
tool overview