Achille Lacoin
Achille Lacoin
When a full screen app is focused, hitting the toggle shortcut does not show the window
Usecase: `cd "$(ghq get x-motemen/ghq)"` to clone the repo and cd to the corresponding dir.
Adding the ability to directly share a link from the browser to workflowy on android would be awesome. Here is some documentation on the api : https://web.dev/web-share-target/ And here is...
This makes uses of the `vt-playground` web components. I found out multiple broken vals while editing the examples, so I updated them. I would advise to only import `fetchJSON` in...
I'm going to update this as I go
Hello, I am the maintainer of https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor. My extension is based on the excalidraw npm package, so it is quite easy to maintain. However, this was my first javascript project,...
Beeing able to have completion for `--session` flags is quite nice. See the `kks completion command` for setup instructions.
Hey, what do you think of switching to cobra for argument parsing ? It would allow to add completions for bash/zsh/fish with minimal effort
Each extension should be able to register a command as a `share_target`. ```json { "title": "My Command", "share_target": { "command": "sunbeam", "params": { "url": "link" } } "commands": [ {...