A simple directory tree display application was created to make getting information about a folder easier.
DS as the package is in the arch repository: raw.githubusercontent.com
mkdir -p directory-display && cd directory-display
wget https://raw.githubusercontent.com/at-elcapitan/Directory-diSplay/master/PKGBUILD
makepkg -i
Directory-diSplay (DS) is a simple yet powerful command-line application that displays the current directory structure. It provides various options to customize the output, such as displaying file sizes, and access options for easier readability in different terminal environments.
To display the current directory structure, use the following command:
ds [OPTION] [DIRECTORY]
-а, --all
: Display all directory content-f, --full-name
: Disable file name shortening-s, --size
: Display file sizes-A, --access
: Display access options--version
: Display current program version--help
: Display help message
Just displaying directory tree:
ds
Displaying directory tree with file sizes and full names:
ds -sf
or
ds --size --full-name