- Posted on
- • Software
fman: Dual-pane file manager with plugin support
- Author
-
-
- User
- Linux Bash
- Posts by this author
- Posts by this author
-
fman: A Robust Dual-pane File Manager with Plugin Support for Linux
When it comes to file management on Linux, the terminal and native GUI file managers like Nautilus or Dolphin are usually the go-to tools. However, for those who crave efficiency mixed with a modern flair, fman emerges as a standout alternative. It's a dual-pane file manager that not only enhances productivity but also offers plugin support to cater to a wide array of functionalities. In this blog, we will explore fman, its features, and detailed installation instructions across different Linux distributions using package managers like APT, DNF, and Zypper.
What is fman?
fman is an innovative file manager for Linux, Windows, and macOS, designed using Python. Its most significant selling point is its dual-pane layout which facilitates efficient file transfers and browsing. What makes fman uniquely powerful is its support for plugins, which allows users to extend its functionality far beyond that of a regular file manager. The application is built for those who value efficiency, with features like quick jump, fast search, and keyboard shortcuts that can significantly speed up your workflow.
Key Features of fman
Dual-pane interface: Simplifies the process of copying and moving files.
Cross-platform support: Works on Linux, macOS, and Windows.
Plugin support: Customise and extend functionality with plugins.
Keyboard shortcuts: Optimised for keyboard users for faster navigation.
Portable: No installation needed, can run from a USB stick.
Regular updates: Actively developed with continuous improvements and new features.
Installation of fman
Before diving into the installation, ensure that your system meets the basic prerequisites: fman requires GTK 3 or later, which is standard on most modern Linux distributions.
Installing fman on Ubuntu and Debian (Using APT)
For Ubuntu, Debian, and other similar distributions, you can use the APT package manager:
First, add the repository to your system:
sudo add-apt-repository ppa:mike.c.fowler/fman sudo apt-get update
Install fman:
sudo apt-get install fman
Installing fman on Fedora, CentOS, and RHEL (Using DNF)
If you are using Fedora or other distributions that support DNF, you can install fman as follows:
Add the fman repository:
sudo dnf config-manager --add-repo https://download.fman.io/rpm/fman.repo
Install fman:
sudo dnf install fman
Installing fman on openSUSE (Using Zypper)
For openSUSE users, the Zypper package manager makes the installation process straightforward:
Add the repository:
sudo zypper ar -f https://download.fman.io/rpm/fman.repo
Install fman:
sudo zypper install fman
Post Installation
After installing fman, you can launch it from your application menu or via the command line by typing fman
. If you're interested in enhancing fman's capabilities, be sure to explore its extensive range of plugins available through its plugin store.
Conclusion
fman provides a fresh and efficient way to handle files on Linux, integrating the classic efficiency of a dual-pane layout with modern features like plugin support. This makes it highly adaptable to any user’s needs, from basic file operations to advanced, customised workflows. Whether you are a developer, a system administrator, or just a Linux enthusiast, fman offers a compelling blend of traditional and modern file management techniques.
For further customization and learning resources, visit the official fman blog and documentation. Get ready to elevate your file management experience on Linux with fman!