Skip to content

Features

FIMA has a bunch of features you can use to manage your files, making a complete filesystem toolbox.

It tries to target developers, power users, and everyday users as much as possible.

Subcommands

FIMA comes shipped with a bunch of subcommands, each with its uses.

File Operations

  • ls List the contents of a directory.
  • tree Display the directory tree.
  • cp Copy files and directories.
  • mv Move or rename files and directories.
  • rm Remove files and directories (supports glob patterns).
  • mk Create files and directories.

Trash

  • trash Manage the trash bin.

Archives

  • zip Create .zip archives.
  • unzip Extract .zip archives.

Utilities

  • cloc Count lines of code.
  • perms Display file and directory permissions.

Customization and Configuration

FIMA supports configuration and theming through dedicated configuration and theme files.

Learn more

Released under the GPL 3.0 License.