magnus woldrich
magnus woldrich
Would it be possible to allow for Hammer to take a visual selection and apply its magic only on that instead of the whole buffer? Related to #24, I tried...
### Problem Since singleton is a binary flag similar to comp, it should return results the same way comp does. As of now, they do differ: ``` % beet ls...
### Problem I just enabled the bucket plugin and moving one directory at a time like this: ``` cd 2/ for x in * ;do beet move artist:"$x"; done ```...
Creating my own theme, I discovered that if using SGR escape sequences for the 'escaped' key in the hash returned from colors, like so: `escaped => "\e[38;5;172;1;3;4;7m",` the additional attributes...
lltag is having issues with unicode while tagging, see below. locale is set to UTF-8 and I've tried to add a `use open qw(:std :utf8); ` to no avail. ````...
I've noticed this behaviour very often in the past, but it wasn't until today that I started thinking that it might only occur when a search term isn't found on...
First off, thanks a ton for your work. I enjoy it everyday. I've noticed an issue where at times a specific frame become un-focusable. See [this](https://youtu.be/rM9maXW7UDk) short video clip. As...
Hello, I just want to make you aware of the fact that the Xterm colors are not static. You can change all of them, and since your script uses hardcoded...
We can already do this since 0.499 via the $File::LsColor::NO_STAT variable, but perhaps it would be useful to add some configurability. [Interesting read](https://news.sherlock.stanford.edu/posts/when-setting-an-environment-variable-gives-you-a-40-x-speedup).