Plugins. Far Manager - file manager Registration of a larger early version of Far Manager

Golovna / I'll build a cleaning

plug-in program operating key

Plugin - the same module to the program, which can be created okremo and at times, you may need connections to the program, which is already working. The main task of the plugin is the expansion of the functionality of the main program.

Plugin installation

  • 1. Get a plug-in from the Internet.
  • 2. Copy the folder to c:Program FilesFar ManagerPlugins.
  • 3. Restart Far Manager, so that the plugin is fully integrated into the program.
  • 5. To set up this plugin, we need to go to the program menu, select Parameters, then Plugin Parameters.
  • 6. We select a plug-in, which we need to adjust, and press Enter.
  • 7. Now we can check with the parameters of the plugin we need. Nalashtovuєmo yogo pіd svoї konsum ta tisnemo OK.

How to create a plugin.

FAR expands with a new set of files to be written by the plug-in itself on any compiler for Windows. The theme of these articles is the writing of these modules by Visual C++ itself (I tweeted Visual C++ 5.0).

  • 1. Launch VC, create a new Win32 Dynamic-Link Library project named SimpleFP. I create the file simplefp.cpp - here, it's all right, we write it. From the SimpleFP directory, copy the header plugin.hpp file to the PlugDoc.rar archive (edit: starting with FAR 1.70 beta 5, the attachments are installed in the PlugDoc directory).
  • 2. Now we need to create a .def file - this file, in which the functions are described, which are called from the main modules. It is our responsibility to describe the functions of the Far, so we will be tweaking our module. Robimo text file simplefp.def, for which we write:
  • 3.LIBRARY
  • 4. EXPORTS
  • 5. [email protected]
  • 6. [email protected]

[email protected]

Here we describe three functions that we need. And now add simpledef.def to the project files (Project - Add to project - Files - simplefp.def).

7. Now we write the plug-in itself - we can do it with the simplefp.cpp file. I have copied the text of the program itself with comments - you can copy it in C ++ and mess around with it. But a word about the basics.

Far pratsyuє for the same principles that Windows - you can use in the program for those functions, like already in the system, if you want to win. Far gives functions to work with screen forms like a console application. When launching the plug-in Far, it launches the OpenPlugin function, we can see it as an analogue of main() or WinMain(). Alas, we need to tell Far about our plug-in. Why not use the GetPluginInfo function.

  • * SimpleFP - simple plug-in to Far. (C) 2000 Phoenix, Moscow

#include // for wiki sprintf

#include // for Windows functions

#include "plugin.hpp" // for Far functions

#define PLUGIN_NAME "Open windows" // Plug-in name

#define WINDOW_HEAD "Open windows list" // Menu title, aka mi robimo

// Describe the Far functions, as we can.

void WINAPI _export SetStartupInfo(struct PluginStartupInfo *Info);

HANDLE WINAPI _export OpenPlugin(int OpenFrom,int Item);

void WINAPI _export GetPluginInfo(struct PluginInfo *Info);

static struct PluginStartupInfoInfo; // Information about our plug-in

// Information about the module is assigned by us in the Info structure

void WINAPI _export SetStartupInfo(struct PluginStartupInfo *Info)

// This function calls for information about the plug-in.

// We can populate the fields of the Info structure.

void WINAPI _export GetPluginInfo(struct PluginInfo *Info)

Info->StructSize=sizeof(*Info); // Info structure expander

Info->Flags=0; // We do not need

Info->DiskMenuStringsNumber=0; // This is not necessary for us

// We assign a row from the name of the module

static char *PluginMenuStrings;

PluginMenuStrings = PLUGIN_NAME;

// We assign the name of the plug-in module

Info->PluginMenuStrings=PluginMenuStrings;

Info->PluginMenuStringsNumber=

sizeof(PluginMenuStrings)/sizeof(PluginMenuStrings);

Info->PluginConfigStringsNumber=0; // We do not need

// This function is called every hour when the plug-in module is launched.

HANDLE WINAPI _export OpenPlugin(int OpenFrom,int Item)

HWNDhwnd; // Victory for handling handle

char p, o; // For collapsing menu rows

int i=0; // Lichilnik

struct FarMenuItem MenuItems; // Description of the menu, how to create Far for us

memset(MenuItems,0,sizeof(MenuItems)); // Initialize our menu

MenuItems.Selected=TRUE;

hwnd = GetDesktopWindow(); // Accept handle for desktop

hwnd = GetWindow(hwnd, GW_CHILD); // Take yogo handle

while (hwnd !=0) // As long as it doesn't stop

hwnd = GetWindow(hwnd, GW_HWNDNEXT); // Removing the window's handle

GetWindowText(hwnd,p,128); // that її heading

if (strlen(p)>0) // just like a header

sprintf(o, %0.8xld %s, hwnd, p); // row row

strcpy(MenuItems.Text, o); // copy this row from the MenuItems array

// We click on the created menu, we take the number of the opposite item - MenuCode

int MenuCode=Info.Menu(Info.ModuleNumber,

FMENU_AUTOHIGHLIGHT|FMENU_WRAPMODE,

return(INVALID_HANDLE_VALUE);

Compile, copy from FarPlugin and restart Far. For Far-i press F11 for the list of plug-in modules. Now a new one may have a row of Open windows. Look at the result.

Description of plugins

clipboard Copy, Clipboard Copy alt.

These plug-ins are recognized for the use of a clipboard for copying and moving files and folders that was previously unavailable for FAR Manager in Windows. It is possible to copy (relocate) both from Windows in FAR, and so on. SAMA SAMI SO QUIOBNA ZVICHINІ OPERCIA SK Copіyuvannya Tu Sverishnya, Prote, I can not say, Shahko Realized the digesion sickly (Yakschko in Windows, Yak Vіdomo, Natushannya of the Purchase buttons of the same Vibeou of Potonbnoi Diї, then in Far, Vikonuvati Combіnatsіyuvati ( Transfer) /Virizati or Insert.. However, it is not possible to use the authors of the plug-ins of the impossible: the very same way and transfers out of the very logic of the robotic modules, which are connected. When trying to copy some files, the program saw a pardon of the file system. Later, the Clipboard Copy Alt plugin, which was similar in functionality, did not stick with pardon situations in the robot. ; works with version FAR1.65.

file list creator.

Assignments, as a name, to create a streaming directory for a file that will remove the list of names of seen files. If you want, obviously, it is possible to copy the names of the seen files from the clipboard when pressing Ctrl + Ins and further paste from the buffer into a text file, this plug-in also takes an hour to do it manually. Win allows you to copy files with paths (enter for a group of files into other paths manually - it's very difficult to guess), as well as add new files to the list of creations and process folder attachments (well, if you see it differently). There are situations that the wine is simply irreplaceable (for example, the author of the article, like a vikladach, is often necessary when forming independent tasks). Released from version FAR1.60.

Regular Expression Search and Replace.

Even more important plug-in, appointments for searching files for viruses, what to find in them, then in situations, if the term is necessary file with singing information, but you don’t remember any name, no place of expansion on the disk. Poshuk zdіysnyuєtsya arbitrarily fast, and it’s possible, like in the whole Winchester, so in a particular papacy. It is possible to automatically carry out the replacement of the knowledge found in the text. Released from version FAR1.65.

Edit Swap.

Actually, this plugin represents two modules: “Guys of the arms” and “Rus<->Lat" is used, obviously, for editing the file in the FAR text editor. The first module is responsible for the search for the sighting of single and double twin arches of a different type. The spelling plugin for the FAR1.63 version did not give such an opportunity. Version 1.70b2 of the FAR program already includes the "Parentheses" plugin, which disables these functions. What about the module "Rus<->Lat", then, as before, you can only connect manually and hopefully the possibility of recoding the seen block according to the QWERTY rule<->YTSUKEN, and such a need is blamed often, because you just forgot to switch the alphabet, and typing the text again, obviously, you don’t blame a particular problem. Wanting a plugin and spellings for the FAR1.63 version, it works miraculously in the upcoming versions of the program. Truthfully, the function of that vision of the bow seems to be duplicated.

special folders.

Secure access to special Windows folders: "Home Menu", "My Documents", "Merezheve Sharpening", "Working Style", "Printers", "Programs" etc. (Fig. 3), at the same time, it helps to save the need to remember these places on the disk, and then it takes a long time and tedious to get to them. When you put it in a special folder, you can do it in two ways: standard for plugins: by F11 and through the FAR disk menu, for example, by Alt + F1, Alt + F2 (then select the Special Folders item in the menu, which is additionally displayed). Archive: Worked from version FAR1.63.

Uninstall.

The plugin allows you to uninstall programs from FAR Manager in exactly the same way as it sounds from the control panel. Released from version FAR1.65.

FAR Navigator (ProxyFtp).

This module allows you to work not only with ftp-servers (downloading or remote files and catalogs from the server, copying your files to the server), like a standard FTP client plugin, but also with http-servers (downloading from the server). At the time of shaving, it is possible to download files. What is the cost of downloading files to a computer, then, obviously, and obviously, it is possible that they are specially recognized for this download-managers (here, the resume is successfully organized, the work is done for the distribution, and the download is made at the maximum possible speed, etc.). ). ), otzhe tsey directly, swearing, for an amateur. And if you talk about the reverse operation, then the functions of the plugin may appeal to a wide audience. Released from version FAR1.65.

web editor.

This plugin allows you to create and edit html-files in the FAR middleware text editor for inserting templates into a wide range of HTML tags (Fig. 4), CSS attributes, PHP structures (Fig. 5) too. The process of re-creation of Web-sides in such a way allows you to spend a lot of time and energy and breathe a little, especially if you know about the software products that are specially developed for these purposes. However, this module may be more difficult to change in the process of improvement, if it is necessary to make minimal changes, save and immediately review the result. In addition, some of the tags (necessary, for example, for the successful promotion of your side) all have to be inserted manually, and the Web Editor helps significantly speed up the whole process. Works with version FAR1.7.

FAR plugins programming Help Encyclopedia of Developer.

Encyclopedia of Russian Language PlugRinG Help for plugin retailers. In principle, and in the FAR Manager distribution kit, there is an additional help file, but the file is short. Therefore, the authors of this plugin decided to write a help Help-encyclopedia, in which the technology of expanding the plugin is fully C / C ++ and Pascal (structures, service functions, export functions, etc.) In addition, here are published articles by various authors of some underwater stone, with which they happened to get stuck at various stages of developing their plugins. In other words, this encyclopedia is a miraculous help for those who win the popovnity number of authors of plugins. To launch the encyclopedia, simply click on the pluginsr.chm file. Oriented to version FAR1.7b3.

PlugRingviewer

For a wide audience, it may be of interest to organize a goal-directed review of plugins by category. The advantage of this plug-in is that it is not necessary for a long time and it is up to the whole database of plug-ins, as it is necessary to know, for example, like plug-ins are used for robots with the Internet or with a printer. However, the functionality of PlugRinGviewer is richer: the cost of importing plugins from the data base, and updating, and adding new plugins. Ale, similar possibility is oriented more importantly to the authors of the plugins. Released from version FAR1.65.

Vtim, popri all its versatility, FAR is far from being able to do everything. For example, I can't force myself to work with the registry, and it's okay to edit unicode files. Good, that є chanuvalniks, yakі wrote impersonal plug-ins and add-ons for this core program. The latest list, which includes some five thousand names, you can easily find by address plugring.farmanager.com. For tradition, we chose ten of the best of them. If you bought a magazine from a disk, then you won't get anything: we already got the extras for FAR, and we already invested it on a DPK-CD.

Installing more of them cannot eliminate your daily problems. As a rule, it is necessary to create a subfolder for the module names in the catalog C:Program FilesFarPlugins and then unpack all files from the plugin archive into it. That's all - after restarting the FAR program, you can use the extension and workaround with it.

Far Navigator

Far Navigator

Another named module is ProxyFTP. Without a doubt, the best plugin for those who often access the Internet and work with FTP servers. Among the features - the ability to connect to the server through a proxy, is not available to the standard FAR module; zdatnіst move and copy files on different servers without any forward zavantazhennja on the computer (read - at kіlka razіv shvidshe i without vitrati traffic); support for emergency modes in authorization; Processing of attachments is all that you can do to help you out of any commercial FTP client. With tsimu absolutely free. Awesome, isn't it?

7zip

The support of the archives in FAR through the MultiArc module has been introduced, it is extremely, universal, but it can be implemented exclusively through the latest programs, which do not start manually and exactly act for the security of the archivists. Plus, it is necessary to find the files of various archivers, and then we will update them. It’s honestly, we’re not going to be embarrassed anymore, but it’s still a smarter decision - why shouldn’t they be quick? 7-zip is already able to repair the support of ZIP, RAR, GZIP and TAR, which is more worth grabbing for points.

Registry Browser

Editing the Windows system registry is unacceptable, but, unfortunately, the operation, which is often fixed. So, for example, it is possible to get rid of the woeful pardon of 1311 rock with the installation of a loved one only by editing the register. Why do you want to get out of FAR and run regedit.exe- Vickory Registry Browser. With it, you can edit any necessary data through the file manager interface. Moreover, the copying of the keys and the number of files is no more foldable than the duplication of the files and folders.

Background File Copy

The main advantage of some paid file managers in front of FAR is to start a background copy, which allows you to simultaneously perform a number of operations on files without starting a FAR file. Well, this paradox was created by the Background File Copy module, which makes it possible for our favorite programs to work the same, and not only for copying, but also for moving, editing and editing files. Golovne, carefully read the installation instructions and check: the module does not work under Windows 98/Me.

Right Click + Right Click Menu Activator

Another (and remaining) problem is the nature of the usual programs for file traversal - the standard Windows context menu, as it is clicked with the right mouse button. FAR, as it seems, has a banal view of the file. If you want access to the context menu, install offensive plugins: one of them is to create a window with a list of commands, and the other is to recognize it as a quick click on the right mouse button. І do not feed me, why it was not possible to build it with one module - temnitsa, vkrita confusion. Single short - a set of beautiful pictures in order of various menu items.

web editor

web editor

If you are more and more seriously occupied with the creation of Web sites or your main occupations, then you know that practically all the best Html editors shy away from the ranks of the common code, which takes up more space and looks unattractive. As a rule, it is brought to the mind of the side by a superior text editor, for example, by the same FAR. And at the same time, with the WEB Editor module, this operation became simpler and more efficient. Among the receiving features - automatic insertion of HTML tags and PHP functions, manual creation of images, menus of various forms.

Plugin Calculator

Plugin Calculator

It is necessary for a hand-held calculator with a quick turnaround, automatic translation of the result into sixteen, ten, and two systems. This is especially true for those who are engaged in programming or simply love to dig into the files of their savings with the method of their small modification. Plugin Calculator is implemented in FAR and allows not only to convert inconsistent rozrahunki, but also to translate single calls from one system into another. Tse singly become in good time at the height of the tasks of physics and the reading of classic American literature, repackaged by feet and inches.

FAR Mail

Tim, who, for some reason, does not win Outlook Express (well, let's say, from religious circles) and to whom alternative clients for The Bat or Mozilla Mail are considered insufficiently "cool", then install FAR Mail. The ability to download and accept sheets in text and HTML formats, whether it is coded, file attachments, address book and anonymous mail accounts (SMTP, IMAP, srozumilo, POP3). Navіt filtering leaves — i є. Vtіm, uaviti, scho we need to transfer the program to okremim poshtovim clients, it's too easy for us.

Multimedia Viewer

Multimedia Viewer

The need to use different utilities for reviewing pictures and video files is an unacceptable feature of practically all file managers. However, in our case, the problem is rather simple - it is enough to install the Multimedia Viewer module, so that all the pictures can be downloaded directly from the FAR window. Moreover, the plugin allows you to listen to melodies without blocking the program interface. Golovnya: don't forget to add the add-on library (reboot on our disk) so that everything works correctly.

Tetris

And finally, the best plugin for FAR. H, rather, navit the most recent. Tse dopovnennya, like you, singsongly, guessed and themselves, giving the opportunity to play with the famous "Tetris" right at the window of the program. The robot in this moment is risky, but it is placed in the background until the shortest hours. Nostalgic for the era of DOS, readers sing-songly guess that the work of Oleksandr Pa-zhit-nova was introduced into the ancient DOS Navigator file manager and even wanted to take care of important rights.

Far Manager is a cost-free console file manager in Russian and English languages ​​(may have a different interface). In terms of functionality, guess whether there is another file manager, for example, Total Commander. May vbudovaniya editor of text files on the notepad, but with syntax substitution. You can change the coding of files, as well as a lot of other basic functions.
The interface is simple columnar, like the file manager Norton Commander from MS-DOS, the ancestor of Windows.

De zavantagity Far Manager

Far Manager is free to download, you can download the version of the program on the official website: http://www.farmanager.com/download.php?l=ru. Below will be described how to change the local interface to Russian.

Installed and tweaked Far Manager

You won't need any special fitting or folding. You just download the installer and install Far Manager as a normal program. Vtіm, you can always work out your own corrections. For example, for locking in the interface, add a different font.

List of abbreviations and their interpretation:

  • RMB - mouse right button;
  • LMB - left mouse button.

In order to increase it, you need to go to the authority of the shortcut on the work table, know that increase the font (RMB (right mouse button) on the shortcut - Authority - Font)

  1. Choice of Lucida Console font
  2. A new scale for font size will appear. Rozmir vibrati for relish, for example, 20

As a result, the interface will become slick

Now you can change your local interface to Russian. For what you need, open Far Manager and press F9 - Options - Languages ​​​​there. At the vіknі, scho sho appeared, choose the Russian language

Zagalom, at which stage the initial setup is completed. Let's learn to use the program, more precisely, read and understand the interface.

Yak koristuvatisya Far Manager

For the cob, for the designation of the program interface.
An interface with speakers in the central area, a control panel at the bottom and an information beast. The columns in the center are two global views. Leather vodsіk mozhe mother on odnіy or kіlka columns, for locking on two.
Відсік - the same file system of the song disk. To move more after equal, it is necessary to move the cursor with the arrows on the keyboard or the mouse to the very top position on the sign. and press Enter . To go to the subdirectory of the streaming directory, move the cursor to the new one and press Enter . Also, you can win the mouse, click on the catalog to take you to the new one. To change the disk, you need to press the hot keys Alt+F1 or Alt+F2. Now a report on the interface and with illustrations:

About the keruvannya panel - the numbers are indicated there. The skin number means the index of the panel from F1-F12 on the keyboard

  1. F1 - help - guide from Far Manager. I want to be quick to see a good day, rich food to fall by itself
  2. F2 - Koristuvach menu. Option not required
  3. F3 - Viewing files together. On the catalogs show їх rozmіr
  4. F4 - edit files. On directories, click the menu to change attributes
  5. F5 - copy the seen files and folders (directories). Seen by the help of the Insert, Ins or RMB button (right mouse button). Also, you can copy files to a mouse
  6. F6 - move the seen files and folders (directories). Seen for the help of the Insert, Ins or RMB button. You can also press Shift and transfer LMB files (left mouse button)
  7. F7 - create a catalog (folder) for a streaming catalog (papts)
  8. F8 - View folder or file. You can see at once a few files and folders, you can see them in front of Insert or RMB
  9. F9 - guessing about this team. Click on the options menu. Vivchit yogo, rich can be in good fortune
  10. F10 - Close Far Manager
  11. F11 - clicks on the list of Far Manager plugins with the possibility of further installation (for example, change the encoding in the file), as well as other additional functions.
  12. F12 - wake up the screen. Far Manager allows you to edit a few copies of the program to review and edit files. This button allows you to quickly switch between them, displaying the latest change in the open screens. Victory F1, so that the report will become more familiar with the possibility. What option is for the inserted coristuvach?

To the point, varto, respect that Far Manager can cherish the bear. So, the entire control panel at the bottom is easily controlled by LMB. Especially I can’t chirp, because I know more smart and smart victorious combinations of hot keys, but I admit that someone who cherubs the mouse will be better.

Also, if you press Alt or Shift, additional buttons will appear on the keypad. In this order, hot keys, additional commands of Far Manager are selected.

Far Manager Commands

Abo, as it’s more correct to say, hot keys on the keyboard, which are the most common to be played with:

  • Ctrl + O - show or attach the panel to the console
  • Tab , Shift + Tab
  • Shift+2 — change the number of columns for the global view. zam_st 2 you can twist the button from 1 to 9. For locking 2
  • Alt + F9 - switch from windowed mode to full screen and back to back
  • Home — Go to the top of the list of files and subdirectories of the stream directory
  • End — Go to the end of the list of files and subdirectories of the stream directory
  • PageUp - navigate to the list of files and subdirectories of the stream directory
  • PageDown - move down the list of files and subdirectories of the stream directory
  • Ctrl + PageUp - move to directory 1 level higher
  • Ctrl + F1, Ctrl + F2 - move to the directory 1 row higher in the left (Ctrl + F1) and right (Ctrl + F2) views
  • Ctrl + A - show the authority of a file or a folder (directory, directory). You can immediately change and save changes. For example, you can change the creation date of a file

  • Insert, Ins, RMB - view files one by one for mass manipulation (transfer, copy, delete)
  • Shift + PageUp , Shift + PageDown - view files for further mass manipulation (transfer, copy, delete)
  • Alt + F6 - create symbolic power
  • Shift + F1 - pack video files and directories to archive

  • Shift + F2 - unpack the vision archives from the catalog entries

  • Alt+F1, Alt+F2

    Opens a dialog window with disk selection propositions, as well as other options, as a rule, the list is compiled by plug-ins (NetBox, WinSCP, registry editor, folder for time files, access to files, list of processes)

  • Alt + F7 - search for middle files in a streaming catalog

    It is better to leave the mask of the file with *.*, then the search can be passed in all files. If you need to search, for example, only in the middle of php files, so that you can expand .php (for example, index.php and db.php), tag the *.php mask.
    You can minify її on the ruling court.
    You can also see the button on the keyboard Insert, you need files and folders (directories), then put the cursor on one of them, so that you can search only in the middle of them.

  • Alt + Insert - you need to know if you want to copy the text from the console

    For the next hour in the console, you just press the hot keys Alt + Insert (the cursor changes its shape), then the mouse or for additional arrows і, pressing Shift, see the required fragment of the text and copy it for additional Enter

Plugins for Far Manager

Plugins can essentially expand the functionality of Far Manager by converting it from a file manager to a richly functional combine.
You can find the full list of plugins at Far Manager PlugRing
Nasampered, we need to know. This plugin allows you to connect to servers on Linux OS: Ubuntu, Debian, Freebsd, Centos using SCP (old), SSH (SFTP), FTP, WebDav protocols.

NetBox - plug-in for connecting to a remote SSH, FTP, WebDav server

NetBox is a plugin for Far Manager that continues the tradition of WinSCP, which implements the client part of the SCP (Secure Copy Protocol, old), SFTP (SSH File Transfer Protocol), FTP (Files Transfer Protocol) and WebDav protocols. It is used to connect to a remote server on Linux OS: Ubuntu, Debian, Freebsd, Centos - via, FTP or WebDav and manage it: create, edit, copy, delete files for different protocols that are transferred between your computer and servers that pіdtremuyut і protocols, in our opinion, server hosting sites. With this help, we will be able to interact with the hosting file system, decommission your sites: upload and download files, .

How to install NetBox

Once Far Manager is installed, go ahead and install Netbox, or you can enable NetBox in Plugring Far Manager.
The downloaded file is unpacked into the folder with plugins
(Start - Vikonati - %ProgramFiles%\Far Manager\Plugins)
On this, the installation of NetBox in Far Manager is completed, you just need to restart the rest.

Connecting to remote server via SSH, FTP, WebDav for help NetBox, WinSCP

Press the key combination Alt + F1 or Alt + F2 , NetBox is selected from the menu, with the number 2 .

Now you need to create a connection to the server. Permissible, є data for connecting via SSH:
Login: root, password: pass, server IP: 127.0.0.1, port 22
As requested to create a new session, press Shift+F4 and enter data:

We connect to the server. Now we can copy files from the computer to the server and back (for the help of F5, the report is described later), change them (F4), and also, as you have your own server, copy the console to copy it.

If you need to connect via FTP or WebDav protocol, just select the one you need from the list in the Protocol field

I swear that there is a lot of people who seem to be a file manager, and more sing-songly sing one of the most popular - Total Commander. For those who don't know what a file manager is in a nutshell. The file manager is a program, which is supposed to be a convenient and richly functional interface for working with the file system and the files themselves are visible. Basically, file managers are created in order to speed up the robot with upcoming actions, which are often used: folding, editing, viewing, searching files, renaming, copying, moving, editing / engraving / reviewing, changing attributes and authorities, recognizing the rights of that іn. In words, file managers are not only efficient in a smart robot, but it’s important to save money on pressing the bear keys. Є file managers, in which a large number of additional functions have been introduced, which do not necessarily require skin coristuvachev. That’s why I’ve been joking for myself so that for the mind, the minimum functionality, but at the same time, I need the ability to add additional modules (plugins) for the help of which you can increase the functionality. And the most important criteria for a joke, it’s a simple and minimal interface, which doesn’t sound like a robot, but it’s the most necessary and most victorious. Obviously, in practice, all file managers met similar criteria, and most of them avenge a number of improvements, for the help of which you can improve yourself as an interface and functionality. Є і platnі і bezkoshtovnі, vybіr dosit great. I choose for myself Far Manager, About yake vlasne i timetsya sogodnі mova.

Far Manager- Bezkoshtovny console file manager for Windows OS.

At Far Managerє to achieve great diversity of plug-ins, vikoristovuyuchi yakі you can first increase the ability of the program, and in another way you can make the whole file manager more convenient for yourself.

Like I said, there are a lot of file managers with very strong user interfaces. The most efficient file manager in my opinion has two columns, which allows you to carry out various operations with files in a richer way. Vіdpovіdno vibraniya me Far Manager avenge two columns in your interface.

The Windows command line is obviously weak at the same time as in UNIX systems, but everything is the same. І file manager Far Manager supports the work with the command row, which allows not to switch between two windows, but to interact with files and from the command row. The command line in Windows is more important when developing some kind of software security, and I have often had to use vicory Far not only as a file manager, but also as a handy tool for robots with a command line. But at the same time, I know for myself in what way it is a handy tool for robots with a command row, and Far Manager now vikoristovuyu as the only one in robots with directories, files and archives.

AT Farє dosit naughty podtrimka roboti z FTP. But I don’t think the flooring has taken root very much in the robot, which supports FTP with Far Manager practically not vicorist, even if everything is broken down, it’s easy to do it manually.

It is possible to describe the capabilities of the FAR file manager to the point of incomprehensibility, but there are a number of plug-ins that only increase the capabilities of the program. I don’t talk about deeds, I often tweak the functions of the programs, everything else can be added as needed, the one that’s responsible for locking in the main functions of the file manager is a great plus, so like a leather jacket you can save Far Manager such a kind of need for youma itself.

Installed FAR Manager

In order to install a file manager, you need to download yoga from the official site, where it is available for downloading a copy of the versions Far Manager, and itself:

  • for x86 versions v2.0 and v1.75 - archives (not installation file), msi (installation file)
  • for x64 versions v2.0 and v1.75 - archives (not installation file), msi (installation file)

In my opinion, I will take a version v2.0 for x86, msi installation file. In order to get the very version that you need, you need to go for the next version - http://www.farmanager.com/download.php. I've got Far Manager for the next good - http://www.farmanager.com/files/Far20b1807.x86.20110203.msi.
Now you need to run the file, I can name the file http://www.farmanager.com/files/Far20b1807.x86.20110203.msi.
When the installation file is launched, it will appear in the welcome window, in which it is necessary to press the button Next for the continuation.

At the coming century, it is recommended to read the text of the license, in which it is necessary to put an ensign I accept the terms in the License Agreement(I accept my license terms), so you will be fine with your license. If you need to press Next for the continuation.

In the coming century, the installation is suggested both for the in-line coristuvach, and for all coristuvachs of the system:

  • Install just for you (Admin)(Insert a leash for the in-line coristuvach)
    Far Manager 2 will be set up in the sleep mode and available only for your shortlisted player. You do not need local Administration Privileges. Documents and Settings, and itself to the folder koristuvach.
  • Install for all users of this machine(Install for all the corresponding computers on your computer)
    Far Manager 2 will be perfected in the first-machine warehouse, to the point where it's hard. You can change the addendum folder. You are responsible to the mother of mistsevyh Administrator privileges. (Far Manager 2 will be installed for all local systems. You can change the installation folder for a promotion. You are responsible for administrator privileges.) Program Files.

If you need to press Next for the continuation.

In the upcoming future, you will be able to change the location of the installed program Far Manager. If you need to press Next for the continuation.

In the coming future, you can choose different add-ons and settings that will be installed at once with Far Manager. If you have set the value as an addition, and then if you want to turn all the values ​​behind the lock, then you need to press the button reset. I have selected all the points for testing.

For the skin element, there is an additional menu, in which you can choose how the skin element is OK ( Will be installed on local hard drive- Will be installed on a hard disk) and the whole group ( Entire feature ?will be installed on locale hard drive- The entire component will be installed on a hard disk) and the third element ( Entire feature ?will be unavailable- The component will not be installed on a hard disk).

If you need to press Next for the continuation. I'll show up like this, where you can choose Install to install abo Back to turn back.

After pressing the button Install to appear on the vіkno, de vіdbuvatime there is a process of restoration Far Manager and all selected components. Installing trivatime no more than two whilins.

In the rest of the week, you can install an ensign Launch Far Manager 2(Launch Far Manager 2). The next time you need to press the button Finish to complete the installation.

On whom is it installed Far Manager finished, after pressing the button Finish z'appear smut program menu.

Registration of a larger early version of Far Manager

Earlier Far Manager It was required to register, so that all functionalities of the program would be available. If you have an old version installed Far Manager, then the following instructions are for you:
I will quote paragraph 2 to the file “ License.xUSSR.txt«:

2. Citizens of the krai kolishny SRSR to claim the right to win the FAR version in a non-commercial way without cost.

I will say that this file manager is absolutely cost-free, reading the same file, it becomes clear how to register FAR, and itself - point 3:

3. To unlock the functions of the registered version, it is specified
category osib pid hour of registration after the launch of 'far -r' you need to enter in
yak im'ya koristuvacha:
xUSSR registration
in case of which the registration code is to blame, but the introductions are small
Russian letters daily day of tyzhnya.

And so what should we tell us about:
start FAR write - far-r, after which it will be seen in the window, and as shown in the lower screenshot, enter:

Registration name xUSSR registration
Registration code - second(Here we write the exact day of the week)
Well, everything ended up with the registration of the file manager, far away!
Yakshcho Well You zavantage one of the remaining versions of the file manager Far, then registering yoga is not necessary.

Russification Far Manager

For the locking of the program, we are moving the English language with us. Here everything is much simpler, lower Russification of more programs. Even though you all worked for the instructions more, then the Russian language is already installed in the Far Manager program, you just need to turn it on, and for which you need to step on it:

  • at the open window of the program, press the button F9(launching the Far main menu)
  • go to the menu Options
  • click on menu item Languages

If something starts up in a window, in which you can choose a mov for the Menu, and here you can choose a mov mov, and for yourself:

  • Chez
  • English
  • German
  • Hugarion(Ugric)
  • Polish(Polish)
  • Russian(Ukrainian)
  • Spanish

We choose the one that is necessary for you, in my opinion it is Russian (Russian).

After the choice of the menu Menu, come on the vіkno, in which it is necessary to choose the language Help, here the language is a little less, but itself:

  • English
  • Hugarion(Ugric)
  • Russian(Ukrainian)

Ale that, which I need, everything is the same on the list - Russian (Russian).

After all, you can have some installations on the computer file manager Far Manager that rozmovlyaє rosіyskoy my.

Wikisource FAR Manager

Once the program is closed, you can remove two panels, where you can open different directories and files. At the skin of the panels, you can use it like a keyboard and a bear, and file managers at my sight are created in order to speed up the process of working with directories and files from the keyboard. Obviously, the process of work is not only speeding up here, but succesfullness is moving forward in different ways.
In order to sort files from the panels, you need to press the key ctrl on the keyboard, after which the menu will be displayed at the bottom, in which skin point the keys should be shown Vіd F1 to F10 i to F12 in full screen mode:

  • F1- show/hook left panel
  • F2- show/hook right panel
  • F3— sort by file name
  • F4- Sort by extensions
  • F5- Sort by hour record
  • F6- sort by size
  • F7- do not sort
  • F8- sort by hour
  • F9- sort by hour access
  • F10- sort by description
  • F11- Sort by file manager
  • F12- Start sorting menu

alt, which is mainly used for robots with files and directories, but itself:

  • F1— open the flow disk at the left panel
  • F2— open the flow disk at the right panel
  • F3- here you can open the file for review, both in the old program, and in the file manager itself
  • F4- here you can open a file for editing, both in the old program, and in the file manager itself
  • F5- Druk files
  • F6- you can create a message (shortcut) on a file or a folder
  • F7- Search file
  • F8- Show command history
  • F9- Changing the rozmіru vіkna programs
  • F10- Search folders
  • F11— imagine the history of reviewing that redaguvannya
  • F12- View folder history

You can also open an additional menu by pressing the button Shift, which is mainly used for robots with files and archives, but itself:

  • F1- Add files to archive
  • F2- Remove files from the archive
  • F3- Change archive management commands
  • F4- Edit new file
  • F5- Copy the file under the cursor
  • F6- Rename or transfer the file under the cursor
  • F7- Daily
  • F8- Viewing the file under the cursor
  • F9 save configuration
  • F10- Select the last remaining menu item
  • F11- vikoristovuvaty sorting about groupies
  • F12- show marked files first

The next menu is launched by pressing the keys F9 on the keyboard. The new one has the same points:

  • Liva- basic operations that can be seen to the left panel
  • Filey- Basic file operations
  • command- Different teams
  • Parameters- Here are the main adjustments for the program
  • Rights- basic operations, which can be seen to the right panel

I tried to open some of the small possibilities of the program, but the most important helper in the file manager was one of the items in the lower menu, and help, run what you can by pressing the keys F1 on the keyboard.
As I said earlier, a large number of add-on plugins are available in Far Manager, but at the moment I only have one plugin. Noisy Player. I recently wrote to myself about this core and cicato plug-in: , which allows you to play music files on your computer.
Reshtu plugins can be obtained from the official website of the program.

Posilannya

  • http://www.farmanager.com/ - official website of the program
  • http://plugring.farmanager.com/ - plugin directory

Far vikoristannya!

) And once they didn’t drink yoga, prote, singsongly, yet they figured out who it is and why they eat yoga. For those who have not read the article in the past, but if I read it, I’ll say that FAR manager is an analogue of Norton Commander (a program for managing files), which works in the console (text mode), but hacks all the hardness of Windows. The assertion about the analogue of Norton`a is three times more, but it’s important that my subjective thought is that there will be more in the future. It was worth it - then download yoga from www.rarsoft.com and launch it. Before the speech, at the hour when the last article was written, the third beta appeared already. I’ll tell you once again about the registration - it’s free for the residents of the colossal SRSR.

Otzhe, vee yogo was taken advantage of. What did not fit? All good? Todi read further.

For whom is the article recognized anyway? It’s better for the quiet, who have already been FAR for a long time, but don’t suspect that there are a lot of wide possibilities. Prote will not be zayvoyu won and for those who have not yet chosen their own file manager for relish. I know that I didn’t realize how hard FAR is, until I found a site with plugins on the Internet :)


Plugins. And who are they?

Plugin (in English Plug-in - a module that is connected) - these are the modules that are connected (plugins), which can be used to expand the capabilities of the program. Plugins for specific rice FAR. For example, the capabilities of ICQ, Adobe Photoshop or Winamp are expanded with this help. Є stinks and in other file managers, for example, Windows Commander. Ale, in tandem with other file managers, only in FAR plug-ins are truly fantastic possibilities: plug-ins work in any place - in panels, editors, revision programs; їх can be run directly from the command line. Some people just don't know who will attack the command themselves - far.exe itself or plugins, tiles, the shell was very angry with its helpers. The very ideology of plug-ins allows you to customize the shell for yourself, adding to the need for that kind of download. This is the main advantage of systems with plug-ins over monolithic programs.


And now naytsіkavіshe

Since the plugins are a great number (on the day of writing this row, there were 288), then I will try to describe the best ones (in my opinion). Moreover, I coristuvatimus, mainly, with author's comments and my own subjective thought.

Also, according to the rating, FarNavigator (more ProxyFtp) is in the first place. Just recently, a new plugin was introduced, which will be described below - colorer. The author is Vasil Moshninov. The FAR warehouse includes a standard ftp-client, but there may be more than basic functions. And for this FAR plugin, it becomes a wonderful FTP-client, for which you can use some kind of proxy server for help. In the rest version of wines, it also started working with http-servers.

Colorer is a plugin for changing the syntax of mov programming (butt - adjusting colors for any software environment) in the FAR editor. It’s even more convenient, as if you need to quickly pre-dread the winders, and start the molting shell. The author is Igor Ruskih. To avenge anonymous ready-made scripts for zabarvlennya raznyh mov. A couple of words about the installation: this plugin is composed of two parts - libraries that support the syntax of that plugin.

Search and replace (s_and_r). The author is Ivan Sintyurin. A plugin that allows you to change the replacement of a large number of files, expands the ability to search for a standard editor, and also secures the ability to search for and replace common browsers. As the author said, the plug-in is for the smart, but quiet, who knows what such a regular conversation is, it’s indispensable ...

7zip. A plug-in that can work with the archives of transparency, so that you do not need the archivers themselves on the machine. A list of imprisonments under zip, to archive it in less than zip, but to archive it - from more archives.

Krіm tsikh plugіnіv, іsnuє sche impersonal іnshih. For example, WinAmp and FAR hacks, different mov and coding tweaks, for all kinds of mass processing of files. Really, you can write a necessary plugin for your own task, which makes the modular architecture easy.

And now let's look at the plug-ins of the standard delivery.

Advanced Compare is a plug-in that expands the possibilities of arranging directories. The best way to describe it is to simply marvel at the dialogue, which you see.

Editor\Align - plugin for formatting blocks in a new editor. I recommend replacing the new Format Block viceroy.

Editor\AutoWrap - plugin for auto-wrapping rows when entered.

Editor \ Brackets - plug-in for automatic transition to the editor between brackets. It is affirmed that wine is not needed, if you have a colorer, then everything will work for you.

Editor\DrawLine - plugin for drawing lines in the editor. Fans of "Dos Nafіgator" are dedicated.

Editor\EditCase - plugin for changing the case of typed words. Vmіє all robiti - "all are small", "Start the Great", "ALL SPEECHES", "CHANGE THE REGISTRY", "Cyclical change".

FARCmds is a more complicated and richly functional plugin. Since wine is included in the standard kit, I recommend reading Help. The butt of the vikoristannya is to put on the side panel the same catalog that is on the current one.

FileCase is a plugin similar to EditCase, but it also works with filenames. The new version of s_and_r (1.6) will work on its own, but for the sake of simplicity, I would recommend this plugin.

FTP is a standard FTP client. For infrequent work, FTP is sufficient. If you work with FTP permanently, I recommend that you put the descriptions higher than proxyftp, and see this one.

HlfViewer is a plug-in for plug-in distributors. Serve the revision of a good hlf-file - a help file for FAR`a.

MultiArc is the most advanced plugin for working with archives.

Network - plugin for robots from Merezha. Too rude. Possibly, in this version of wines, a few things will be changed to a better one. Whoever is already respecting, knows that the old Network browser is not always available from resources on Merezhy, the new one, however, is still only for the Microsoft Network. Vlasniks of Novell NetWare will have a chance to check in.

PrintMan is a new plugin. Replaces the standard functions of each other in FAR, starting from version 1.70 beta1. Others on all types of printers. Vmіє see zavdannya іz chergi druk.

ProcList - list of processes. Receiver plugin for understanding processes and reviewing reporting information about them. In addition, the blame for the change of priorities in zanedbanih processes. Before speech, here, - to remove the list and switch the task, you can select the ctrl-w combination in FAR, and the DEL key to select them in the menu. With this stink, they are immediately and without power, on the vіdmіnu vіd of what to rob Windows (CTRL-ALT-DEL).

TmpPanel - timcha panel. The main purpose is to store files, find out for an hour by searching.

EMenu is a plugin for customizing the Windows context menu. Vmіє see textual and graphical menus.

As I have appointed more, a lot of standard plug-ins - tse additives for corestuvach, the stench does not provide for all needs, and in rich ways their functionality is distorted by more protruding plugins, and therefore they can be seen, as if not vicorist. The main sense of standard plugins is for those who want to start writing plugins themselves, because all the stench comes from outside texts.


De їх brothers and how to install?

All FAR plug-ins are stored in the same folders located in the "Plugins" folder (which, in my own hand, is located in the same place as Far.exe). When a new module is displayed, FAR collects information about the new one and takes it for a year only for the needs, so inactive modules do not require additional memory. If you're sure you don't need any of the modules, you can remove them to save disk space. Also, read all text files like readme.txt, whatsnew.txt, file_id. diz. There may be descriptions of specific features for installing this plugin. Also, look elsewhere on the home pages of plugin authors, as they may be shown in their files.

Now it’s better, how to install them. Then, you need to go to the folder where FAR is installed (call c: program files far), to the plugins subdirectory, create a subdirectory there with names, which should be the name of the plugin (in principle, it is not important, it’s more color for orientation), and in the new copy the whole place of the invested archive. Then restart FAR. Clean up the plugin a little more. My way is to go to the directory with plugins, press. (dot) then shift-enter, exit FAR, delete the plugin directory (del) and start FAR again. If you want to install a new version of the plugin, you need to remove it first and then install it. Sometimes, as the plug-in does not entice the riddle, you can do without exiting FAR.

You can get the plugins on PlugRing - the site of all plugin writers. Before speech, at the last article, I wrote that PlugRinG (www.uic.nnov.ru/~ruiv/plugring) is an unofficial site. So the axis, now having become official, but not directly changing its own: there are headline (and, in principle, single) selection of plugins for FAR. More short addresses for the new one appeared - www.rarsoft.com/plugring and plugring.da.ru. So, to be aware of all new plugins, I recommend subscribing to the forum - [email protected].

I would like to help others who help me write this article - especially Ivan Sintyurin, as well as FAR retailers, plugins for new.

© 2022 androidas.ru - All about Android