Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.51 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.51 KB

Directory-diSplay (DS)

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

Installation

mkdir -p directory-display && cd directory-display
wget https://raw.githubusercontent.com/at-elcapitan/Directory-diSplay/master/PKGBUILD
makepkg -i

Description

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.

Usage

To display the current directory structure, use the following command:

ds [OPTION] [DIRECTORY]

Options

  • -а, --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

Example

Just displaying directory tree:

ds

image

Displaying directory tree with file sizes and full names:

ds -sf

or

ds --size --full-name

image