1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: vfu
Section: utils
Priority: optional
Maintainer: Boian Bonev <bbonev@ipacct.com>
Standards-Version: 4.6.2
Build-Depends:
debhelper-compat (= 13),
libpcre2-dev,
libyascreen-dev (>= 1.95),
pkg-config,
Rules-Requires-Root: no
Homepage: https://cade.noxrun.com/projects/vfu/
Vcs-Browser: https://github.com/bbonev/vfu-deb
Vcs-Git: https://github.com/bbonev/vfu-deb.git
Package: vfu
Architecture: any
Depends:
bzip2,
unzip,
${misc:Depends},
${shlibs:Depends},
Description: Versatile text-based file-manager
vfu is a nice file-manager using the yascreen
library. It has many nice features:
.
* Fast one-key commands
* Filename completion and wildcard expansion
* Directory tree with sizes
* File-type colorization
* Archives support (TAR, TGZ, BZ2, and many more)
* FTP support through archive-like interface
* Internal text/hex file viewer and hex editor
* Automount feature
* Extensive user-defined external support/utils!
|