theoparis / prett

Prettier shell commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prett 🚀

A prettifier for sh commands, inspired by ptSh.

ls command demo

Prequisites

  • A font that is capable of displaying nerd icons.
  • CMake, Make, And Git
  • A shell (eg.zsh, bash)
  • A ansi color-compatible terminal (eg. Alacritty).

Building

git clone --recurse-submodules https://github.com/creepinson/prett
cd prett
./compile.sh ~/bin # The path to copy the binary to, defaults to ~/bin

Usage

Run prett sub-command.

Compatible Commands

  • ls

Shell Aliases

You can optionally alias the default commands in your shell to point to the corresponding prett commands.

See aliases.sh.

About

Prettier shell commands

License:MIT License


Languages

Language:C++ 88.3%Language:CMake 9.0%Language:Shell 2.7%