Sami Kankaristo
Sami Kankaristo
Apparently, `rofi-calc` is a Rofi plugin (which are written in C), and the plugins have access to some additional functionality in Rofi. So, this doesn't seem to be possible with...
I've opened https://github.com/cdown/clipmenu/pull/150, which allows using Rofi's custom keybindings with `clipmenu`. I'm using the following script, which I've bound to `Super+v`: ```bash #!/bin/bash trap "exit" INT # Run clipmenu CM_LAUNCHER=rofi...
This is the one "killer feature" that I would want in this plugin before I feel like I can actually use it fully for my task lists. I don't want...
+1 I'd prefer not to create a `coverage/` directory in the project root especially for use with this package. Even better would be a full path to `lcov.info`, not just...
Ah okay, good to know. The ones I have above were just based on quickly testing how the plugin behaves, I didn't actually check the documentation or code. :sweat_smile: To...
I noticed this too. @skywind3000, this should be fixed in https://github.com/skywind3000/z.lua/compare/master...kankaristo:patch-1
It would also be nice to be able to customize the tag format. We use Sphinx, which uses the following format: ``` /** * Brief description. * * Longer description....
This can already be done using [toggle-packages](https://atom.io/packages/toggle-packages), but only for the packages you list in its settings. It creates a button in the status bar and exports a command, e.g....
I submitted [an issue for Kramdown](https://github.com/gettalong/kramdown/issues/746). But after reading about [Kramdown's syntax](https://kramdown.gettalong.org/syntax.html) (which is a bit different from "regular" Markdown), especially [the part about lists](https://kramdown.gettalong.org/syntax.html#lists), which apparently allow nesting headers...