Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hisasann/fish_random_emoji_copy
๐ท Random emoji copy to clipboard using fish shell ๐ถ
https://github.com/hisasann/fish_random_emoji_copy
emoji fish shell-script
Last synced: about 1 month ago
JSON representation
๐ท Random emoji copy to clipboard using fish shell ๐ถ
- Host: GitHub
- URL: https://github.com/hisasann/fish_random_emoji_copy
- Owner: hisasann
- License: mit
- Created: 2020-03-08T14:53:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:27:12.000Z (11 months ago)
- Last Synced: 2024-04-16T22:31:17.396Z (7 months ago)
- Topics: emoji, fish, shell-script
- Language: Shell
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ฃ๐ fish_random_emoji_copy ๐ฅฏ๐ฅฆ
Random emoji copy to clipboard using fish shell.
git ใฎใณใใใใกใใปใผใธใฎๅ ้ ญใซ็ตตๆๅญใใใใ ใใงใณใใใใๅฏๆใใชใใพใใ
(Commits are pretty just by having an emoji at the top of the git commit message.)
## ๐ฅซ Installation
[jorgebucaran/fisher: A package manager for the fish shell.](https://github.com/jorgebucaran/fisher)
```bash
$ fisher add hisasann/fish_random_emoji_copy
```## ๐ง Usage
Please bind **random_emoji_copy** to your favorite key in config.fish file.
`~/.config/fish/config.fish`
Example, Keybind copy `Ctrl + J + K` to clipboard.
```bash
function fish_user_key_bindings
bind \cj\ck random_emoji_copy
end
```[dotfile/config.fish at master ยท hisasann/dotfile](https://github.com/hisasann/dotfile/blob/master/fish/config.fish#L13-L15)
## ๐ง Support emoji
This support emoji which I love is food emoji.
๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ฅญ ๐ฅฅ ๐ฅ ๐ ๐ ๐ฅ ๐ฅฆ ๐ฅ ๐ฅฌ ๐ถ ๐ฝ ๐ฅ ๐ฅ ๐ ๐ฅ ๐ ๐ฅ ๐ฅจ ๐ฅฏ ๐ง ๐ฅ ๐ณ ๐ฅ ๐ฅ ๐ฅฉ ๐ ๐ ๐ญ ๐ ๐ ๐ ๐ฅช ๐ฅ ๐ฎ ๐ฏ ๐ฅ ๐ฅ ๐ฅซ ๐ ๐ ๐ฒ ๐ ๐ฃ ๐ฑ ๐ฅ ๐ค ๐ ๐ ๐ ๐ฅ ๐ฅฎ ๐ฅ ๐ข ๐ก ๐ง ๐จ ๐ฆ ๐ฅง ๐ฐ ๐ ๐ฎ ๐ญ ๐ฌ ๐ซ ๐ฟ ๐ง ๐ฉ ๐ช ๐ฐ ๐ฅ ๐ฏ ๐ฅ ๐ผ โ๏ธ ๐ต ๐ฅค ๐ถ ๐บ ๐ป ๐ฅ ๐ท ๐ฅ ๐ธ ๐น ๐พ ๐ฅ ๐ด ๐ฝ ๐ฅฃ ๐ฅก ๐ฅข
[๐ Get Emoji โ All Emojis to โ๏ธ Copy and ๐ Paste ๐](https://getemoji.com/)
## Reference article
[set:ใทใงใซๅคๆฐใฎ่จญๅฎใปไธ่ฆงใปๆถๅปใป็ขบ่ชใใ6ๆดป็จ](http://fish.rubikitch.com/set/)
[How to get array size in fish shell? - Stack Overflow](https://stackoverflow.com/questions/50009360/how-to-get-array-size-in-fish-shell)
[bashใงไนฑๆฐใไฝฟใใใใจใใฏ$RANDOMใจใใๅคๆฐใ็จๆใใใฆใใใ - ใณใผใๆฅ้ฒๆๆญฉ](https://shinkufencer.hateblo.jp/entry/2019/05/13/233000)
[Fish Shellใงใณใใณใใฎๅฎ่ก็ตๆใๅคๆฐใซไปฃๅ ฅใใๆนๆณ | Web Scratch](https://efcl.info/2013/0520/res3282/)
[[fish]ใณใใณใใฉใคใณใฎใณใใณใใใฏใชใใใใผใใซใณใใผใใ - Qiita](https://qiita.com/tamanugi/items/f4ef657120299aa70737)
[OSXใฎใฟใผใใใซใงใใฏใชใใใใผใใซใณใใผใใๆใซๆซๅฐพใฎๆน่กใณใผใใๅ้คใใ - Qiita](https://qiita.com/m-tkg/items/2ed20000bf223d0068c0)
[tamanugi/fish_commandline_copy](https://github.com/tamanugi/fish_commandline_copy)
## ๐ Author
- [github/hisasann](https://github.com/hisasann)
- [twitter/hisasann](https://twitter.com/hisasann)## ๐ฅซ License
MIT ยฉ [hisasann (Yoshiyuki Hisamatsu)](https://github.com/hisasann)