Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 988 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 988 Bytes

Directory Visualiser

This repository contains scripts of different programming- and command line languages, will list the content within the current working directory in an easly readable fashion.

.py - visualise.py

The python version of the program i meant to serve as a universal solution for any system with python3 installed. Independant of what operating system the computer is running.

.ps1 - visalise.ps1

This script is written with PowerShell syntax and meant to be exclusively run in the Windows terminal. For instance PowerShell Core / PowerShell 7.

.sh - visualise.sh

This is the Shell Script version of the script. It is written to run on systems with Linux distributions and is executed directly from the command line.