dirichy

Results 19 issues of dirichy

May be we can intergration tree-sitter-lilypond for alternative to syntax. Also, tree-sitter provide some awesome feature like injections. As I know, someone has wrote this https://github.com/nwhetsell/tree-sitter-lilypond, but there is no...

I what to know if this app is activate or not from zsh, or further, I want to know the remain of activate time. Is there some command to do...

feature wish

Hello. Thanks very much for the work on hammerspoon. I tried to use hammerspoon to capture double click applepencil, but it don't work. The mwe is following: ```lua TEST=hs.eventtap.new({hs.eventtap.event.types.changeMode},function(event) print("change...

I want to use both mouse and keyboard to scroll. When I set scroll-step big, scrolling with my mouse is too fast, while when I set scroll-step small, scrolling with...

### Did you check existing requests? - [x] I have searched the existing issues ### Describe the feature Rename a file with a name contains `/` to mv it to...

enhancement

**Describe the bug** A clear and concise description of what the bug is. longpress seems only work in bindm, not bind. And bindm only can use to movewindow and resizewindow....

bug

I want a ctl to embed this into other program, such as waybar. Is it possible?

I use [AltTab](https://github.com/lwouis/alt-tab-macos) to switch window on mac, but when use it switch to sioyek, it will trigger external search and then open google scholar, it's so anoying. I don't...

use this snippet: ```lua local number=0 s({ trig = "[", wordTrig = false, snippetType = "autosnippet" }, { t("["), i(1), f(function(_, _) number = number + 1 print(number) return "]"...