grimnight
grimnight
It would be helpful to have more examples. I have been trying to get the following to work: ```shell curl -s https://news.ycombinator.com/ | hq '{posts: .athing | [{url: .titleline >...
I have noticed that I tend to prefer list view when using file managers. Would it be possible to get list view on xfiles, or is that out-of-scope?
The following example doesn't work: ```shell ❯ curl https://perso.telecom-paristech.fr/eagan/class/igr204/data/factbook.csv \ | srg '^Republic.*' 1 --delimiter=';' error: unexpected argument '1' found Usage: srg For more information, try '--help'. % Total %...
How should High DPI displays be handled? Is there a way to set scaling?
I use [WebToEpub] to make epubs of webnovels, some of them contain tables and zathura+mupdf does not show them correctly. As an example try making an epub of the first...
Mangl seems interesting and potentially useful. I was wondering if you could add support for reading from stdin. It might be useful to be able add mangl to a pipeline...
Config file is located in `.local/share/dev.mandre.rquickshare/.settings.json` when it should be at `.config/dev.mandre.rquickshare/` and log file is at `.config/dev.mandre.rquickshare/logs/RQuickShare.log` when it should be at `.local/share/dev.mandre.rquickshare/`. Please see [XDG Base Directory Specification]...
### Description When selecting files in dropbar, something goes wrong when trying to close the view leading to current file being set readonly and leaving a small scrollbar box visible....
Can you add support for [Nonstandard predefined scheduling definitions]? Not having them leads to errors with [cronex.nvim]. [Nonstandard predefined scheduling definitions]: https://en.wikipedia.org/wiki/Cron#Nonstandard_predefined_scheduling_definitions [cronex.nvim]: https://github.com/fabridamicelli/cronex.nvim/issues/14