grimnight
grimnight
For example [i3blocks] supports multiple signals which you can trigger using `pkill -SIGRTMIN+10 i3blocks`, which then causes an action. Could you add atleast two signals, one for re-reading INPUT file...
Assuming following config file: ```toml # URL: https://www.pogdesign.co.uk/cat/ [[pluck]] name = "day" activators = ['href="./day/', 'title="'] deactivator = '"' [[pluck]] name = "show" activators = ['
Add support for mruby [mrbgems](https://github.com/mruby/mruby/blob/master/doc/mrbgems/README.md). A possible way to do so would be to use the output from `mgem config`[[1](http://blog.mruby.sh/201301040627.html)] to generate [build_config.rb](https://github.com/mruby/mruby/blob/master/doc/mrbgems/README.md#usage), although that requires installing [mgem](https://github.com/bovi/mgem).
It would be useful to have support for indexing removable drives. Possibly only searching folders that exist, leaving data about folders that do not exist intact. Maybe creating separate datafiles...
Create examples folder with runnable scripts, the ones from the documentation. Please add more usage examples. Such as: - Using [threading](https://docs.python.org/2/library/threading.html) and how-to cleanly and safely stop the program. -...
Currently using both `insert-files` and `convert` is needed in order to create sqlar files, it would be more convenient if it could be done with just one command. ```shell ~...
I noticed [coerce.nvim](https://github.com/gregorias/coerce.nvim) today in [awesome-neovim](https://github.com/rockerBOO/awesome-neovim/commits/main/). It has support for custom cases, would it be possible to get them in [text-case.nvim](https://github.com/johmsalas/text-case.nvim)?
Can you add support for subtitle files? I'm only missing subtitles for my use case.
Using original keys hash value as a key will create a new key, but only until `flush()`. After `flush()` the key will still exist in the `.keys` file, but not...
Instead of using `cat page.html | hq '{something: .something}'` repeatedly until it works, it might be better to use something like `cat page.html | hq --repl` to get a prompt:...