Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chmanie/emoji-in-the-shell
💥Emojis in your (zsh) shell 💻
https://github.com/chmanie/emoji-in-the-shell
emoji fzf jq shell zsh
Last synced: 28 days ago
JSON representation
💥Emojis in your (zsh) shell 💻
- Host: GitHub
- URL: https://github.com/chmanie/emoji-in-the-shell
- Owner: chmanie
- Created: 2019-04-30T16:32:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T05:55:44.000Z (over 5 years ago)
- Last Synced: 2024-10-08T05:41:50.424Z (about 1 month ago)
- Topics: emoji, fzf, jq, shell, zsh
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emoji-in-the-shell ⚔️
A (very) opinionated approach to add emojis into your command line
You need:
- zsh
- tmux
- fzf (it uses the fzf-tmux script)
- jq (for emoji generation. feel free to use your own libaray file though)## Install
Clone this repo (don't forget about the submodules):
```
git clone https://github.com/chmanie/emoji-in-the-shell.git --recursive
```Put
```
source path_to_this_repo/emoji-in-the-shell.zsh
```into your `.zshrc`.
No, I don't care about plugin managers. Go, figure it out yourself.
## Use
Press Ctrl-E in your zsh shell.
## License
WTFPL