https://github.com/keith/emote-weechat
¯\_(ツ)_/¯ in weechat
https://github.com/keith/emote-weechat
weechat
Last synced: over 1 year ago
JSON representation
¯\_(ツ)_/¯ in weechat
- Host: GitHub
- URL: https://github.com/keith/emote-weechat
- Owner: keith
- License: mit
- Created: 2015-10-08T06:44:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T05:31:48.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T02:57:47.983Z (over 1 year ago)
- Topics: weechat
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emote-weechat
This is a simple [weechat](https://weechat.org/) plugin that allows you
insert unicode faces into the current buffer.
## Usage:
1. `/emote tableflip`
1. `(╯°□°)╯︵ ┻━┻`
1. Profit.
## Installation
Copy the script to `~/.weechat/python/autoload`
```sh
mkdir -p ~/.weechat/python/autoload
wget https://raw.githubusercontent.com/keith/emote-weechat/master/emote.py ~/.weechat/python/autoload
```
This is a python rewrite of [this plugin](https://weechat.org/scripts/source/emote.scm.html/)