dorothy
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...
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...
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...
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...
`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...
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....
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...
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...
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...
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...