dorothy icon indicating copy to clipboard operation
dorothy copied to clipboard

🧙🏻‍♀️ Bring your dotfile commands and configuration to any shell. Sensible defaults and hundreds of commands preloaded. Supports Bash, Zsh, Fish, Nu, Xonsh, Elvish, Dash, KornShell, macOS, Linux, Wi...

Results 56 dorothy issues
Sort by recently updated
recently updated
newest added

WIP — Work still ongoing for #188, and timeout tests need to be added for #99 /ref #99, #213, #188

VSCode terminal does not initially clear alt ttys, despite all other terminals doing so. We should check if the terminal is vscode, and trigger a tty clear when establishing an...

bug

Currently `ask` and `confirm` are rendered inline, yet `choose` requires an alt TTY to be established, which looses context. With the incoming #188, it will be straightforward enough to achieve...

enhancement
PR / Bounty only

In the example below, which is from my setup.bash file, upon auto-rewriting the file, dorothy removed the second instance of `GO_INSTALL` when it attempted to move strong box to setup-util...

bug

I am installing dorothy on a machine that I don't have root on. It begins to install the required packages, and basically prompts me to enter a sudo password many...

enhancement

gawk is now needed within dorothy, and its usage in echo-wrap requires it as the fresh macos awk version is not suitable. Unfortunately, gawk is now bundled and needs to...

bug

`echo-wrap` tests are failing on CI, this may be due to non-strict requirement of gawk, and falling back to awk. If so the tests should consider this, similar to how...

bug

`uname -a` is the same as `uname -m -n -r -s -v`, but the only relevant part that needs to be compared against ARM64 is the `-v` one. This is...

wip. im testing a lot of dorothy commands and adding a choose menu fallback if it makes sense.

### 1. trying to enable ssh-agent in tmux window without refreshing shell with `zsh -il` Neither `ssh-helper add`nor `ssh-helper setup -> ssh-helper add` does the trick. ```bash > ssh-helper add...