Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)