En poursuivant votre navigation sur ce site, vous acceptez l’utilisation d’un témoin de connexion (cookie), afin de réaliser des statistiques de visites et de personnaliser votre navigation. Pour en savoir plus, cliquez ici.
Level Up Your Workflow: A Guide to Must-Have Far Manager Plugins
Far Manager has long been a favorite for power users who prefer a keyboard-centric, two-panel console interface. While the core application is incredibly fast and efficient, its true power lies in its extensibility. By leveraging the Plugins API, you can transform Far Manager from a simple file browser into a full-featured IDE or an automation powerhouse. Essential Plugins for Every User
Whether you're a developer or just a fan of console-based file management, these plugins are considered "must-haves" for a modern setup:
FarColorer: Essential for developers, this plugin provides syntax highlighting for hundreds of programming languages directly within the Far editor.
ArcLite: Built into modern distributions, this plugin allows you to treat archives (like .7z or .zip) as folders, letting you enter them and manage files as if they were on your regular disk.
NetBox: For remote work, NetBox handles connections via FTP, SFTP, SCP, and WebDAV, integrating remote servers seamlessly into your panels.
MediaInfo: Quickly view detailed technical information about audio and video files by pressing Alt+I.
Hexitor: A powerful hex editor plugin for viewing and editing binary files without leaving the Far environment.
PanelTabs: Adds browser-like tab functionality to your panels, allowing you to switch between multiple directories effortlessly using Ctrl+T. Advanced Tools & Automation
For those who want to push Far Manager even further, several projects offer deep customization and scripting: Far Manager Introduction - ConEmu
Table_title: 1. Downloads / Installation Table_content: header: | Names | Purpose | row: | Names: .\Far.exe .\FarEng.hlf .\FarEng.
Porting is a Delicate Matter: Checking Far Manager under Linux
Far Manager is a console-based file manager for Windows known for its modular architecture that relies heavily on plugins to extend its core functionality
. Most essential features, such as archive handling and network browsing, are actually implemented as default plugins. documentation.help far manager plugins
Below is a breakdown of key plugin categories and resources for enhancing Far Manager: Standard Essential Plugins
These are often bundled with the official distribution and provide the bedrock of the Far experience: FTP Client
: Adds full FTP/SFTP support directly into the file panels, allowing you to manage remote files as if they were local.
: The primary interface for working with archive formats like ZIP, RAR, and 7z. Network Browser
: Enables navigation of local network resources and shares within the interface.
: Creates "temporary panels" where you can collect files from different folders to perform batch operations. documentation.help Productivity & Developer Tools Editor/Viewer Plugins
: Extensions that add syntax highlighting, hex viewing, or advanced search-and-replace (like Regular Expressions) to the internal editor. Macro Utils
: Allows for recording and executing complex sequences of keystrokes to automate repetitive file management tasks. ConEmu Integration
: While technically a terminal emulator, ConEmu works closely with Far Manager plugins to provide a "GUI-like" experience in a console, including tabs and better color schemes. documentation.help Developer Resources
If you are looking to create or find advanced plugins, these resources are authoritative: Far Manager Encyclopedia
: The comprehensive reference guide for the Far Manager API, detailing how DLL-based plugins interact with the shell. Far Plug-ring
: The primary community repository for discovering, downloading, and rating hundreds of third-party plugins. Official Far Manager Site
: The best place to find the latest stable and "nightly" builds which include the most up-to-date standard plugin bundles. documentation.help Installation Tip Level Up Your Workflow: A Guide to Must-Have
To install a new plugin, you typically extract the plugin folder into the %FARHOME%\Plugins
directory and restart Far Manager (or use the "Reload plugins" command). specific third-party plugins
for a particular workflow, such as programming or system administration? Far Manager Encyclopedia - Documentation & Help
| Plugin | Function | Pro tip |
| :--- | :--- | :--- |
| Registry | Browse Windows Registry as a file system | Navigate HKLM and HKCU like folders. Export/import .reg files by copying them to the panel. |
| Services | Manage Windows Services | Start, stop, or change startup type of services using Enter and Space. |
| EventViewer | Read Windows Event Logs | Filter logs directly within Far. Combines System, Application, and Security logs into one view. |
| Temporary Panel | RAM disk-like panel | Create a virtual panel that exists only in RAM. Perfect for editing temporary configs or testing scripts. |
| HexEditor | Binary file editing | Edit executables, disk images, or raw data. Supports cut/copy/paste of hex blocks. |
Native support for SCP, SFTP, WebDAV, and S3. Turns FAR into a universal remote file browser.
Far Manager exposes a C-based Plugin API (versions 1.70 through 1.85 in modern builds). Key interfaces include:
Plugins can export custom file system views (e.g., inside archives or FTP sites), transform file panels, or add editor commands. Modern Far builds (Far 3.x) support Unicode and x64 architectures, with most plugins migrated from earlier x86 versions.
Now go forth, press F11, and explore the rabbit hole.
Far Manager is a console-based file manager for Windows that achieves its depth through a modular architecture where plugins are first-class citizens
. Rather than just adding minor tools, Far Manager plugins can emulate entire file systems, integrate external debuggers, or transform the editor into a full IDE. 1. Architectural Core: The Plugin API
Far Manager is built as a command-line shell that extends the native Win32 prompt. Its extensibility is rooted in a specific DLL-based architecture: DLL Structure
: A plugin is essentially a DLL file that exports specific functions to interact with the Far core. Execution Lifecycle : When Far Manager starts, it scans the directory and loads these modules. Key functions like GetPluginInfo define how the plugin appears in menus, while OpenPlugin acts as the entry point, similar to in standard programming. Virtual File Systems
: Advanced plugins can "emulate" a file system in a panel, making archives, network shares, or the Windows Registry appear as standard navigable folders. 2. Essential Power User Plugins OpenPlugin : Called when a plugin is activated (e
While hundreds of plugins exist, several are considered foundational for power users and developers:
Far Manager is a console-based file and archive manager for Windows that operates as a powerful Norton Commander clone
. Its true power, however, lies in its modularity; through its extensive plugin system
, Far Manager transforms from a simple file explorer into a comprehensive integrated development environment (IDE) and multi-tool utility. The Core Philosophy: Modular Power
The fundamental philosophy of Far Manager is "learn, collect, and configure everything yourself," a strategy favored by power users over pre-packaged bundles. Plugins are essentially Dynamic Link Library (DLL)
files that interact with Far's internal functions to handle everything from keyboard input to monitor output. By adding these modules, users can extend Far's reach into network resources, registry editing, and advanced text processing without cluttering the core application. Essential Plugins for Productivity
While hundreds of plugins exist, several are considered industry standards for enhancing workflow:
Far Manager is a classic, console-based file manager for Windows, known for its extreme speed and keyboard-driven workflow. While the base program is powerful, its true strength lies in its extensive plugin ecosystem, which can transform it from a simple file explorer into a full-fledged IDE, network manager, or system diagnostic tool. Essential Far Manager Plugins
FTP & Network: Far Manager comes with a built-in FTP plugin that treats remote servers like local folders, allowing you to copy, move, and edit files over the network seamlessly.
MultiArc: This plugin allows Far to treat archives (like .zip, .7z, or even .lib and .a files) as folders, letting you browse and modify their contents without extracting them.
ConEmu Background: Often used in tandem with the ConEmu console emulator, this plugin adds modern graphical features like background images, tabbed interfaces for viewers/editors, and drag-and-drop support.
ESC (Editor Syntax Coloring): A vital tool for developers, this plugin adds syntax highlighting to the Far editor for numerous programming languages and configuration files.
PanelTabs: A productivity-focused plugin that enables multiple tabs within the file panels, making it easier to jump between distant directories. How to Install Plugins
Plugins for Far Manager typically come as .dll files (often packaged in a folder). Far Manager Encyclopedia - Documentation & Help