8000 GitHub - Joaq33/cmd-ls-command: ls command in Windows' CMD
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Joaq33/cmd-ls-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ls command in CMD

This script recreates the functionality of the ls command in Windows' CMD. You can add colors and extension types. See termcolor usage for options according to your shell.

Integration steps

  • Create venv from requirements.txt with: python -m venv venv && "venv/Scripts/activate.bat" && pip install termcolor

  • Run it with: "%directory%/venv/Scripts/python.exe" "%directory%/main.py" where %directory% should be replaced with full path to repository.

  • Make it persistent creating an alias called ls to previous command following this tutorial: https://superuser.com/a/560558

About

ls command in Windows' CMD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0