Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geier/uniclip
:clipboard: copy unicode characters to your clipboard
https://github.com/geier/uniclip
Last synced: 13 days ago
JSON representation
:clipboard: copy unicode characters to your clipboard
- Host: GitHub
- URL: https://github.com/geier/uniclip
- Owner: geier
- License: mit
- Created: 2016-05-10T21:55:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T23:39:16.000Z (over 8 years ago)
- Last Synced: 2024-11-19T08:51:40.668Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uniclip
:clipboard: copy unicode characters to your clipboard# install
install xclip and [choose](https://github.com/geier/choose)
download and unpack: ftp://ftp.unicode.org/Public/9.0.0/ucdxml/ucd.all.flat.zip
run
```
python generate_unicode_file.py > unicode_complete.txt
mkdir -p ~/.local/share/uniclip/
mv unicode_complete.txt ~/.local/share/uniclip/
```
copy uniclip to a folder in your path and you are good to go