Skip to content

Simple colored directory tree display application for linux terminal.

License

Notifications You must be signed in to change notification settings

at-elcapitan/Directory-diSplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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