Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c2nes/unichoose
Search Unicode characters using Rofi and fzf
https://github.com/c2nes/unichoose
emoji fzf rofi search unicode
Last synced: 11 days ago
JSON representation
Search Unicode characters using Rofi and fzf
- Host: GitHub
- URL: https://github.com/c2nes/unichoose
- Owner: c2nes
- License: apache-2.0
- Created: 2021-01-16T20:45:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T21:23:59.000Z (about 4 years ago)
- Last Synced: 2024-11-16T09:13:05.152Z (2 months ago)
- Topics: emoji, fzf, rofi, search, unicode
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
unichoose is a simple Unicode character selector with [Rofi](https://github.com/davatorium/rofi) and [fzf](https://github.com/junegunn/fzf) frontends.
# Getting started
Requirements,
* `rofi` or `fzf`
* `go` (setup only)
* `python3` (setup only)
* `curl` (setup only)
* `make` (setup only)
* `unzip` (setup only)Setup,
```
git clone https://github.com/c2nes/unichoose
cd unichoose
make# Install somewhere in $PATH (optional)
sudo cp unichoose /usr/local/bin
```Usage,
``` shellsession
$ ./unichoose -h
usage: ./unichoose [options] [--] [rofi/fzf options...]-h show this help
-rofi rofi mode (default)
-fzf fzf mode
-n suppress newline in output# Try entering "smiling" and choose "smiling face with open mouth"
$ ./unichoose
😃
```Screen shot,
![Screenshot of unichoose](screenshot.png)