File: README

package info (click to toggle)
ddir 2025.0129-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: perl: 205; makefile: 141
file content (46 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (2)
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
36
37
38
39
40
41
42
43
44
45
46
README: ddir - Display hierarchical directory tree
--------------------------------------------------

Display hierarchical directory tree ASCII.

The directories to include or exclude can be specified with command line
options. Ddir is a Perl implementation of the tree(1) program. The extra "d"
in front of name was used to differentiating the utility from an existing
dir(1) program.

The source package directories:

    bin/            The program and manual page (*.1)
    doc/            Documentation; generated by running "make"

Important files

    COPYING         GPL-2+
    INSTALL         Install instructions
    ChangeLog       Project change records

Project details

    Homepage
      https://github.com/jaalto/project--perl-ddir

    To report bugs
      See above

    Source code repository
      See above

    Depends
      Perl (any version). Uses only standard Perl libraries.

Copyright

    Copyright (C) 2009-2025 Jari Aalto

License

    This program is free software; you can redistribute and/or modify
    program under the terms of GNU General Public license either version 2
    of the License, or (at your option) any later version.

End of file