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
|
Source: dbar
Section: text
Priority: optional
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3.1
Vcs-Browser: http://git.debian.org/?p=collab-maint/dbar.git
Vcs-Git: git://git.debian.org/git/collab-maint/dbar.git
Homepage: http://sites.google.com/site/gotmor
Package: dbar
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: general purpose ASCII graphic percentage meter/progressbar
dbar lets you define static 0% and 100% marks or you can define these
marks dynamically at runtime. Static and dynamic marks can be mixed,
in this case the value specified at runtime will have a higher priority.
.
You can specify ranges of numbers, negative, positive or ranges with a
negative min value and positive max value.
.
Features:
.
- Simple interface, perfect to use within your scripts
- Trivial to intergrate with dzen
|