bashbunni
bashbunni
Discussed in Discord i think you should be able to do `Set Theme TokyoNight` - [ ] include supported themes in the README
## Changes: - [x] copy entire file contents to clipboard with same styling as stashing The timeout message is time-based like the stash message. ## Related: #387 ![screen capture of...
(Discussed in dev meeting) was asked to add functionality to copy to clipboard - Use same styling as stashing documents in pager view
been using it lately. it's cool. good work tj
builds off of the `delete-db` PR. Suggests a db name that does exist based on the first two characters of a mistyped arg. Just kept it simple, but would be...
I was digging through the source for our deletion PR and I noticed that when using the `nameFromArgs` function, it will reset the default skate DB if the argument provided...
This gets asked about quite a bit. It's not very reliable when using `DefaultDelegate` as a workaround due to the underlying expectations for list item heights under the hood. Would...
It would be a nice upgrade to make the description optional for list items as this gets asked about a lot.
I still need to test this before merging, just need to find a good candidate for when `RUNEWIDTH_EASTASIAN` fixes a rendering issue. Also should decide what we want to do...
saves the current setting of RUNEWIDTH_EASTASIAN on startup, then sets it to true, and then restores it on shutdown. Will want to check when `go-runewidth` needs it