mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
2beda26d23
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/ - While here, fix sorting in misc/Makefile PR: 142998 Submitted by: zloidemon <g.veniamin@googlemail.com>
18 lines
658 B
Plaintext
18 lines
658 B
Plaintext
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/
|