-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2022 Q1 #121
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
up until `downtime`
* origin/master: improve symlink handling (close #58) fix `setup-update` flow on macos cpr: fix comment typo add link to gpg gist
* origin/master: gpg/key helpers merged into `gpg-helper` `ssh*` helpers merged into `ssh-helper` `{edit,setup}-dorothy*` merged into `dorothy` rm-*: use native `find` conventions cpr: major rework for better option handling fs-filename: support edge cases, add help add `.github` with standard bevry template add `.vscode` to ensure consistent formatting
* origin/master: gpg-helper: got it going with the rewrite from earlier add support for `* help`, and filter action early dorothy: fix `dorothy theme` config-helper: fix `--columns` parsing echo-quote: support ' " inside strings, by supporting a single layer of escaped quotes dorothy: fix fresh installs, fix mapfile shim dorothy: fix --help dorothy: trial mode now compat with recent changes dorothy: merge `select-theme`, revise trial mode
* origin/master: setup-bin, setup-util: prefer XDG_BIN_HOME `gpg-helper permissions` will report dupe gnupg dirs gpg-helper: fix comment typo dorothy: zshenv goes in $HOME (#116) complete `ssh-helper`, `GNUPGHOME` support, add `echo-file` setup-git: improvements around GPG
The new convention that is being rolled out is less error prone, faster, more detailed in its assistance, and more easily customised as the command expands.
Fixes the breakage of env setup, as `setup-environment-commands` as calling `is-help` which is not yet in the PATH, and especially now as it is now deleted.
- `does-url-contain` to `fetch-contains` - `http-ok` to `fetch-ok` - `http-status` to `fetch-status`
also prevent ripgrep.bash recursion
- setup-util: fix --help, failed due to a bad copy paste - setup-util: remove some unnecessary comments - setup-util-shellcheck: avoid apt, as it is outdated
the config-helper tests were failing, because echo-quote was outputting spaces after each this approach has been removed in favour of a more convention newline output from echo-quote, which can then be combined with echo-join the fallback functionality of invoking echo-quote has also been removed, as the failure case is so rare, a hard failure will be fine
as it messes with line clearing
debugging regression from de2170e
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Discussion:
Closes:
choose-option
#120--help
flags for each of the commands #7Most of the work done in: