blob: e3b27da7e194071841b8f85eab376f12ea4db9ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
XYZCommander is a pure console visual file manager.
Main features:
* Tight integration with python run-time system - most of the
settings can be changed "on the fly" via management console.
* Powerful configuration system - define own actions, aliases,
internal commands, key bindings.
* Extensible plug-in system - even core functionality implemented
mainly using plug-ins, keeping base system small and clean.
* Events & hooks subsystem - a flexible way of reacting on certain
system events.
* Customizable look-n-feel - every widget component look can be
changed via skins.
* Unicode support
WWW: http://code.google.com/p/xyzcmd/
|