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

Currently dorothy's config files are sourced into the shell calling them, and as most of the files that load config files are bash the config files must either be .sh...

enhancement
PR / Bounty only

This is in progress and was initiated by @molleweide: https://github.com/bevry/dorothy/tree/dev-dorothy-new This requires improvements to the input tooling. The original plan was to use openai to prefill answers to the prompts...

enhancement

choose-menu returns indexes, choose-option supports filters. They should be the same command now, which would offer a better experience around timeouts and filters. The different functionality should just be via...

enhancement

eval "$(/opt/homebrew/bin/brew shellenv)"

enhancement

`setup-system install` should have the prompts, not `setup-system update`. There is probably two steps for this: 1. having configuration options to specify defaults for all prompts 2. having shorter or...

enhancement

I'm creating a command to setup [Ghidra](https://ghidra-sre.org/). Ghidra is distributed as a zip file that is extracted somewhere and then run with a script. You need all the files, unfortunately....

enhancement
PR / Bounty only

Two things have happened since setup-dns was written: 1. Cloudflared now has a simpler setup, allowing cloud-based configuration, which is far easier that the current manual way of managing tunnels...

enhancement

It's a little bit of friction for new users to have to open their web browser and create a new repository, instead we could check if the github or gitlab...

enhancement

Currently if one uses `ask --password` it just prevents it from being outputted after being entered, however `read` (at least on macos) supports `--silent` which obfuscates what is entered with...

enhancement
PR / Bounty only

Work has started on this, including the following: - [x] enable `choose` to be themeable - [x] support nocolor variants for segments and elements - [x] rework targets for better...

enhancement