HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jarusll

no profile record

投稿

Show HN: Tokri – a cross-platform drag-and-drop desktop basket

github.com
1 ポイント·投稿者 jarusll·6 か月前·0 コメント

Show HN: Tokri – a desktop basket for temporary files, text, and images

github.com
2 ポイント·投稿者 jarusll·7 か月前·0 コメント

Show HN: Keydogger – Minimal keyboard macro for Linux (Wayland)

github.com
97 ポイント·投稿者 jarusll·2 年前·43 コメント

コメント

jarusll
·2 年前·議論
I do agree the README was terrible. I've fixed it.
jarusll
·2 年前·議論
Dmenu like fuzzy search does make sense when you have alot of expansions. I'll add it as I find the need for it myself.
jarusll
·2 年前·議論
It is not meant to compete with feature rich programs.

Keydogger does one thing and it does it well. If you think it's misbehaving in any way, it's so small you can read and confirm that behaviour.
jarusll
·2 年前·議論
Looked up `abbrev-mode` and that is a correct analogy. Abbrev mode also handles emojis, pretty cool. But then it's Emacs so I shouldn't be surprised.

Offtopic, I wish my younger self followed RTFM when I used to use Emacs.
jarusll
·2 年前·議論
It works on Wayland as well AFAIK. I looked up espanso for expanding emojis and it seems they too use `wl-clipboard`
jarusll
·2 年前·議論
I do realise it now that it's missing it's usage. It's a simple keyboard macro which supports all printable characters for triggers and everything for expansions. It sends native key presses if all the expansion are printable characters. If not, it uses clipboard and sends `Ctrl+V`
jarusll
·2 年前·議論
You get it perfectly. Being auditable was one of the priority which is exactly why it's small.

Regarding the clipboard, it's a third party dependency. I looked into implementing Wayland clipboard myself but it is too deep Wayland. The only reason clipboard exists is because I cannot send non-printable characters using uinput.