qadzek
qadzek
Thanks for this plugin. Executing e.g. `:Info ls` returns the error `Info.vim: falling back to manpage`. Running `info ls` on the regular command line shows the expected page. Executing `:Info`...
#### New App Submission - [x] I've read the [contribution guidelines](https://github.com/agarrharr/awesome-cli-apps/blob/master/contributing.md#readme). **Repo or homepage link:** [sshuttle](https://github.com/sshuttle/sshuttle) **Description:** Transparent proxy server that works as a poor man's VPN. Forwards over ssh....
#### New App Submission - [x] I've read the [contribution guidelines](https://github.com/agarrharr/awesome-cli-apps/blob/master/contributing.md#readme). **Repo or homepage link:** [epy](https://github.com/wustho/epy) **Description:** `epy` is a fork of `epr` (already included in the list), developed by...
Prior to submitting a new issue make sure to complete these steps: - [x] Include the VimWiki settings from your `.vimrc` ``` let g:vimwiki_global_ext = 0 let g:vimwiki_dir_link = 'index'...
`let g:vimwiki_folding = 'list:quick'` folds list items (e.g. `- foo` or `- [ ] bar`) and `let g:vimwiki_folding = 'expr:quick'` folds Markdown headings (e.g. `## Baz`), is there any way...
Thanks a lot for this very useful plugin. Running the sample commands (e.g. `rofi -show calc -modi calc -no-show-match -no-sort -no-bold`) on the command-line works fine for me, but I...
Thanks a ton for creating this tool, it's very useful and always works. Just a small nitpick: while using `btop`, I noticed that often `/usr/bin/python3 /usr/bin/keyd-application-mapper -d` is the program...
It looks like Epy displays all headings the same, even when some are more important than others. Perhaps using different colors, or the Markdown system (`# Title` vs `## Subtitle`),...
Books often contain em dashes (U+2014). Currently they are being displayed as a regular hyphen, which I found to be a bit confusing. Maybe they can be displayed as e.g....