A modern, colorful directory listing tool for the command line.
- ๐จ Emoji-based file and directory icons
- ๐ Sorted output with directories first
- ๐ Supports symlinks and executable files
- ๐งฉ Compact grid display
- ๐ Customizable column width
- ๐ Unicode-aware formatting
- Clone the repository:
git clone https://github.com/yellow-footed-honeyguide/facad.git
cd facad
mkdir build && cd build
meson setup ..
ninja
or install facad system-wide:
sudo ninja install
Simply run facad
command.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Sergey Veneckiy
- Email: [email protected]
- GitHub: @yellow-footed-honeyguide
Distributed under the MIT License. See LICENSE for more information.