Skip to content

Commit

Permalink
Added README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPro committed Apr 3, 2017
1 parent ef95494 commit a8b3452
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Wlx2Explorer
=============

Wlx2Explorer is an application which allows to use Total Commander lister plugins from Windows Explorer.
You open Windows Explorer, select the necessary file and press the hot keys, then you can use the plugin.

Requirements
------------------

* OS Windows XP SP3 and later.
* .NET Framework 4.0

Files
------------------

* Wlx2Explorer.exe - The main executable module.
* Wlx2Explorer.xml - The application settings file.
* Wlx2Explorer.ini - The plugins settings file.

How does it work?
--------------------

* When the application starts, it loads all plugins in the RAM.
* Then it runs the local keyboard hook WH_KEYBOARD_LL.
* When the user presses hot keys, the application detects the selected file in Windows Explorer, matches the file and the plugin, shows the plugin on the screen.
* The user can add any number of plugins through dialogue "Settings...".
* If the application has been configured to use several plugins for one type of the file, the user will see the first one from the list of plugins.

0 comments on commit a8b3452

Please sign in to comment.