Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veganaize/hotdir
Colorized file & folder listing for the Windows console
https://github.com/veganaize/hotdir
c cmd dir directories directory file file-manager filemanager filemanager-ui files folder folder-viewer folders list robert-woeger tdd
Last synced: 3 months ago
JSON representation
Colorized file & folder listing for the Windows console
- Host: GitHub
- URL: https://github.com/veganaize/hotdir
- Owner: veganaize
- License: unlicense
- Created: 2016-07-10T19:32:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T21:07:24.000Z (3 months ago)
- Last Synced: 2024-10-19T14:23:18.890Z (3 months ago)
- Topics: c, cmd, dir, directories, directory, file, file-manager, filemanager, filemanager-ui, files, folder, folder-viewer, folders, list, robert-woeger, tdd
- Language: C
- Homepage: https://veganaize.github.io/HotDIR/
- Size: 142 KB
- Stars: 15
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HotDIR
Colorized directory listings for the Windows command prompt.
---
Watch me improve this on Twitch!
---
![image](https://github.com/veganaize/HotDIR/assets/7102064/b8608983-0ad2-4192-b9ec-50e0711c6e25)
## Installation
Place the `hd.exe` executable somewhere in your `PATH`.
## Usage
```cmd
C:\> hd
C:\> hd *.exe
C:\> hd x:\some\path
C:\> hd x:\some\path\*.txt
```## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[UNLICENSE](https://unlicense.org/) (Public Domain; No Warranty)
[![build status](https://github.com/veganaiZe/HotDIR/actions/workflows/c-cpp.yml/badge.svg?event=push)](https://github.com/veganaize/HotDIR/actions/workflows/c-cpp.yml)