blob: 57bf8546dc95480c6b11798ee3960f1a2f985eed (
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/
|