Skip to content

πŸ“‚ Everything you need to know about the current directory in one command.

License

Notifications You must be signed in to change notification settings

frissyn/dstrap.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

dstrap

dstrap is a simple script made to get the most useful information about your current working directory. Made with Crystal for Linux systems, it's the perfect supplement to commands like ls -a.

Installation:

To install and build the latest version of dstrap, navigate to your home directory and create a bin/ folder:

cd ~
mkdir -p bin && cd bin

Move to the bin folder and copy the following installation script:

wget -O dstrap.cr https://github.com/raw/frissyn/dstrap.cr/main/dstrap.cr
crystal build dstrap.cr -o dstrap --release --no-debug --progress
rm dstrap.cr && chmod +x ./dstrap

Then add the compiled exectable to $PATH:

export PATH="$PATH:/home/$USER/bin"

And that's all! Call the command dstrap from anywhere and enjoy! πŸŽ‰

image

About

πŸ“‚ Everything you need to know about the current directory in one command.

Resources

License

Stars

Watchers

Forks