项目作者: FacuM

项目描述 :
Beautify your shell with emojis!
高级语言: Shell
项目地址: git://github.com/FacuM/shellmoji.git
创建时间: 2019-01-13T00:50:58Z
项目社区:https://github.com/FacuM/shellmoji

开源协议:GNU General Public License v3.0

下载


Shellmoji

Shellmoji is a simple human-readable implementation of emojis in a command-line used to represent different icons that wouldn’t appear in a shell otherwise.

Shellmoji demo

Usage

Temporarily, the configuration will be done manually, as I don’t suggest using this for a daily system, it’s not been fully tested.

To enable it, override your ls command with an alias, run this:

alias ls='bash ~/shellmoji/aliases.sh'

You can also add it to your ~/.bashrc file if you want it to last forever. Simply run this:

echo "alias ls='bash ~/shellmoji/aliases.sh'" >> ~/.bashrc

Finally, simply run ls and you’ll be up and running.

Resources