Keith Devens
Keith Devens
For many tools I desire behavior like `less`'s `--quit-if-one-screen`. So, if output fills more than one screen, page it and don't spam my terminal with gobs of output. However, piping...
I'm trying to use `reorder_python_imports` with Visual Studio Code. Unfortunately, [built-in support in the Python extension was already rejected](https://github.com/microsoft/vscode-python/issues/9274) due to lack of demand, but I'd still like to use...
## Description When using visidata as pager, stderr is swallowed. There are a few tickets about similar issues (#1200, #1275) but after reading those tickets I don't know that there...
I saw you [recently added the ●](https://github.com/belluzj/fantasque-sans/issues/78). Similarly, the ✚ and ✖ symbols aren't properly spaced around other text because they're not in Fantasque. With inspiration from [these](https://github.com/yonchu/zsh-vcs-prompt) two [projects](https://github.com/olivierverdier/zsh-git-prompt)...
I'll use `gitwatch` to watch my git controlled notes directory to make sure changes are always saved. In fact, I have the following aliases set up: ```ini watch = !gitwatch...
"Redo" doesn't work on Dvorak keyboard layout. Steps to reproduce: * Type some text * Undo * Try to Redo and it doesn't work Switch to QWERTY keyboard layout and...
I've long had a [`setup`](https://github.com/kbd/setup/blob/main/HOME/bin/setup) program that makes symlinks to dotfiles, installs packages, etc. At some point I realized I could replace my code with `just` (thanks for that), so...
### Description On Mac, when using the Dvorak keyboard layout, "Redo" is broken. ### Reproducing - type something - undo - switch to dvorak keyboard layout - try to redo...
Some process has been occasionally opening windows which immediately disappear. Their presence is only noticeable thanks to Tinkle. However, I have no way to identify which program is the culprit...