1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: ddir
Priority: optional
Section: utils
Maintainer: Jari Aalto <jari.aalto@cante.net>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/ddir.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ddir.git
Homepage: https://github.com/jaalto/project-ddir
Package: ddir
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: display hierarchical directory tree
Display an indented directory tree using ASCII graphical characters to
represent the hierarchical structure. The directories to include or
exclude can be specified with command line options. Ddir is a Perl
implementation of the tree(1) program.
|