https://github.com/rgolangh/sluk
https://github.com/rgolangh/sluk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rgolangh/sluk
- Owner: rgolangh
- License: apache-2.0
- Created: 2022-07-19T13:04:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T06:59:41.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T02:29:48.269Z (5 months ago)
- Language: Go
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sluk (symbol lookup) is a program to easiliy search and print unicode symbols from the command line
```bash
$ sluk white heavy check mark
✔$ sluk automobile
🚗$ sluk smiling face with open mouth --print-description
😃 SMILING FACE WITH OPEN MOUTH
😄 SMILING FACE WITH OPEN MOUTH AND SMILING EYES
😅 SMILING FACE WITH OPEN MOUTH AND COLD SWEAT
😆 SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES$ sluk smiling face with open mouth --print-unicode --exact-match
😃 '\U0001F603'```