Tuure Piitulainen
Tuure Piitulainen
The AUR link goes to a 404 page because `up` has been moved from the AUR to the community repo due to popularity. Fixed link in a way that is...
Hey, turns out I found some issues in the Makefile, and the fix seems perfect :smile: Please make sure for example that `/usr/lib/web-greeter/` is removed as intended and in the...
## Environment ``` $ web-greeter --version 3.5.2 ``` ## Bug description Hello, I wanted to create an issue for this as it took me quite some time to find a...
### Bug Description When there are nested quotes, having the cursor on the first character of a nested quote and doing `.anyQuote("inner")`, the wrong quote gets matched (the outer nested...
Discussed in https://github.com/papis/papis/discussions/898 When using git I heavily use aliases like this: `~/.gitconfig` ```gitconfig [alias] s = status a = add c = commit ca = commit --amend p =...
Discussed in https://github.com/papis/papis/discussions/898 We think the tab completions (provided by [click](https://click.palletsprojects.com/en/8.1.x/shell-completion/)) are noticeably slower than in other projects (for example git), and thus feels quite bad to use Pointers by...
Discussed in https://github.com/papis/papis/discussions/898 I've got some long library names where tab completion could be very useful, for example: ``` $ papis -l sys $ papis -l systematic-literature-review ``` When using...