Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudoslav/litify
Litify your terminal
https://github.com/dudoslav/litify
archlinux dank emoji memes tag1 tag2 tag3 terminal
Last synced: 28 days ago
JSON representation
Litify your terminal
- Host: GitHub
- URL: https://github.com/dudoslav/litify
- Owner: dudoslav
- License: gpl-3.0
- Created: 2017-11-20T10:58:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T20:18:45.000Z (over 6 years ago)
- Last Synced: 2024-11-07T03:44:28.769Z (3 months ago)
- Topics: archlinux, dank, emoji, memes, tag1, tag2, tag3, terminal
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# πLITifyπ
## What is LITify?π Masterpiece
π Script that makes you cool
π Script that changes substrings for emojis
## How to install?
Depends on your distro.
### Archlinux
`yaourt -S litify-git`
### Other distros
[Detailed guide](https://wiki.archlinux.org/index.php/Installation_guide)
## How to use?
For example:
```
$ echo 'dudoslav@zebra:/home/dudoslav ->' | litify
π@π¦:/π /π π
```### Using in PS1
If your bashrc is setup like this:
```
export PS1="\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\h:\[$(tput sgr0)\]\[\033[38;5;6m\][\w]:\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]"
```Modify it as follows to use it with litify:
```
export PS1='$(echo "\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\h:\[$(tput sgr0)\]\[\033[38;5;6m\][\w]:\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]" | litify)'
```
**Please note using apostrophes instead of double quotes is important!**Btw, I use Arch.