diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 15:18:33 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 15:18:33 +0200 |
commit | 0e433d4f90709226afb831f4359a1a257286e9c4 (patch) | |
tree | 27403638dc03905096c620f2fc7cf6c165a4c0ce /system/atol/README | |
parent | c3cfad71df6b3542264b6fe20410ad0ad45822c6 (diff) | |
download | slackbuilds-0e433d4f90709226afb831f4359a1a257286e9c4.tar.gz |
system/atol: Initial import
Diffstat (limited to 'system/atol/README')
-rw-r--r-- | system/atol/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/atol/README b/system/atol/README new file mode 100644 index 0000000000..696a829b3c --- /dev/null +++ b/system/atol/README @@ -0,0 +1,23 @@ +Atol is a dual panel file manager written using GTK+ toolkit and C++ +programming language. Project is free and open source (released under +BSD license). + +Current features: + + * common file operations (copy,move,delete,rename) + * support for achiver plugins (.zip, .tar, .gz, .bz2, .arj, .rar, .lst) + * file search + * browsing bookmarks (directory shortcuts menu) + * file list filtering + * file split and merge support + * file hash calculation (crc32, md5, sha1) + * file encryption/decryption using strong blowfish algorithm + * multilanguage support + * fast file viewer (text, bin and hex mode) + * integrated FTP client + * integrated SFTP client (Win32 only) + * drag and drop operation + * support for custom colors in file panel + * command line support + +GNOME-VFS is optional, the SlackBuild will detect and patch accordingly. |