Skip to content

A modern, colorful directory listing tool for the command line ๐Ÿ—ƒ๏ธ

License

Notifications You must be signed in to change notification settings

chrisvnicholson/facad

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

facad

A modern, colorful directory listing tool for the command line.

facad in action

Features

  • ๐ŸŽจ 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

Building from Source

  1. 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

Usage

Simply run facad command.

Contributing

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

Author

Sergey Veneckiy

License

Distributed under the MIT License. See LICENSE for more information.

About

A modern, colorful directory listing tool for the command line ๐Ÿ—ƒ๏ธ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.8%
  • Meson 2.2%