saladpanda
saladpanda
I find the `--colour` option to be very confusing and mostly unnecessary. Confusing because: specifying `--colour` actually disables colored output. This is extremely counterintuitive! Additionally it is possible to detect...
Support for bash-completion would be very nice. I suppose it could be possible to copy great parts of it from cower (https://github.com/falconindy/cower/blob/master/bash_completion).
meat does not seem to take "pkgbase" from PKGBUILD into account. An example package is [chromium-pepper-flash](https://aur.archlinux.org/packages/chromium-pepper-flash/). Its PKGBUILD reads: ``` pkgbase=chromium-plugins pkgname=(chromium-pepper-flash) ``` It's downloaded to the folder _chromium-plugins_ but...
When manually issuing the cvlc command in I get `Warning: option --volume no longer exists.` I can't find out when and why they removed it, but as it stands the...
Since this script is already running in parallel with Spotify I think it is a neat little addition to make the script inhibit suspend while Spotify is playing music. As...
Since i upgraded to KeepassXC 2.3 the ordering of matching entries in the Auto-Type popup changed. It is now ordering by the "Group" column in descending order (Z-A). If I...
latexdiff currently only scans the documents preamble for `usepackage` statements. I'm using a custom documentclass (.cls file in my source-folder) that has several `RequirePackage` statements. It would be nice if...
I think the "find" feature is not working as expected/advertised. The README says: > --content-search : find command searches by note's title. > If you want to search by note's...
``` geeknote remove --notebook ``` does not exist. It must be: ``` geeknote remove --note ```
I recently installed Ubuntu Mate 20.04 which uses "Advanced MATE Menu" 20.04.1. Somehow a .desktop file with a NUL byte ended up in my `~/.local/share/applications` which lead to the mate...