YummyOreo
YummyOreo
closes #854 This implements if you press `Alt + d` on a entry. It will delete all of the entries matching that exactly. > Note: this keybinding is subject to...
This adds a vim mode: j and k to go up and down the list and i to enter insert mode. has to be enabled in config by adding vim...
Windows automatically doesn't allow other users to access other's files (unless they are a admin). So a replacement for windows isn't needed.
### Related problem Shell plugins like atuin can be a pain to manually update and stuff like alias syncing doesnt work (https://github.com/atuinsh/atuin/issues/1862). Right now you can't update aliases programmatically. ###...
Adds support for env syncing for nushell, it auto updates because it just parses `autin dotfiles var list` at runtime. ## Checks - [x] I am happy for maintainers to...
I dont know if I should label this as a bug or feature request. Also I dont know if it's possible in the current version of nushell as dynamic aliases...
Add support for the daemon on windows using tcp. fixes #2011 ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up...