-
Notifications
You must be signed in to change notification settings - Fork 39
docs: add Homebrew as an installation method #84
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
Merged
Merged
Conversation
This file contains hidden or 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
idursun
approved these changes
May 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome thanks!
Closed
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Jun 13, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [idursun/jjui](https://github.com/idursun/jjui) | patch | `v0.8.8` -> `v0.8.10` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>idursun/jjui (idursun/jjui)</summary> ### [`v0.8.10`](https://github.com/idursun/jjui/releases/tag/v0.8.10) [Compare Source](idursun/jjui@v0.8.9...v0.8.10) #### What's Changed - docs: add Homebrew as an installation method by [@​lvignoli](https://github.com/lvignoli) in idursun/jjui#84 - Update instruction on installation for archlinux-based linux distros by [@​TeddyHuang-00](https://github.com/TeddyHuang-00) in idursun/jjui#85 - feat: support `~/.config` and `$XDG_CONFIG_HOME` on macOS by [@​PrayagS](https://github.com/PrayagS) in idursun/jjui#86 - Automatically add `--allow-new` argument to new local bookmarks by [@​idursun](https://github.com/idursun) in idursun/jjui#88 - fix(revisions): set selected item on refresh by [@​idursun](https://github.com/idursun) in idursun/jjui#103 - fix: snapshot working copy less often by [@​Jollywatt](https://github.com/Jollywatt) in idursun/jjui#96 - fix: highlight background colour seq calculation by [@​idursun](https://github.com/idursun) in idursun/jjui#106 - fix: add `--remote` argument to bookmarks with multiple remotes by [@​idursun](https://github.com/idursun) in idursun/jjui#107 - perf: make the preview pane more responsive when switching commit by [@​glehmann](https://github.com/glehmann) in idursun/jjui#108 - Add compilation instructions and add `/jjui` to `.gitignore` by [@​ilyagr](https://github.com/ilyagr) in idursun/jjui#112 - Abandon command passes `--retain-bookmarks` by default - New key binding: `@` jumps to working copy revision [#​111](idursun/jjui#111) - New key binding: `J` jump to parent of the currently selected revision - New key binding: `ctrl+z` suspends `jjui` and returns to terminal. Typing `fg` should resume it. - `jjui` won't start and print an error message if the configuration file is malformed [#​114](idursun/jjui#114) - When typing a bookmark name, spaces will be automatically replaced with `-` and the input box will expand if it exceeds the initial size. - Git: git push commands will be repeated per remote and `--remote` argument is always displayed. #### New Contributors - [@​TeddyHuang-00](https://github.com/TeddyHuang-00) made their first contribution in idursun/jjui#85 - [@​PrayagS](https://github.com/PrayagS) made their first contribution in idursun/jjui#86 - [@​Jollywatt](https://github.com/Jollywatt) made their first contribution in idursun/jjui#96 - [@​glehmann](https://github.com/glehmann) made their first contribution in idursun/jjui#108 - [@​ilyagr](https://github.com/ilyagr) made their first contribution in idursun/jjui#112 **Full Changelog**: idursun/jjui@v0.8.8...v0.8.10 ### [`v0.8.9`](https://github.com/idursun/jjui/releases/tag/v0.8.9) [Compare Source](idursun/jjui@v0.8.8...v0.8.9) #### What's Changed - docs: add Homebrew as an installation method by [@​lvignoli](https://github.com/lvignoli) in idursun/jjui#84 - Update instruction on installation for archlinux-based linux distros by [@​TeddyHuang-00](https://github.com/TeddyHuang-00) in idursun/jjui#85 - feat: support `~/.config` and `$XDG_CONFIG_HOME` on macOS by [@​PrayagS](https://github.com/PrayagS) in idursun/jjui#86 - Automatically add `--allow-new` argument to new local bookmarks by [@​idursun](https://github.com/idursun) in idursun/jjui#88 - fix(revisions): set selected item on refresh by [@​idursun](https://github.com/idursun) in idursun/jjui#103 - fix: snapshot working copy less often by [@​Jollywatt](https://github.com/Jollywatt) in idursun/jjui#96 - fix: highlight background colour seq calculation by [@​idursun](https://github.com/idursun) in idursun/jjui#106 - fix: add `--remote` argument to bookmarks with multiple remotes by [@​idursun](https://github.com/idursun) in idursun/jjui#107 - perf: make the preview pane more responsive when switching commit by [@​glehmann](https://github.com/glehmann) in idursun/jjui#108 - Add compilation instructions and add `/jjui` to `.gitignore` by [@​ilyagr](https://github.com/ilyagr) in idursun/jjui#112 - Abandon command passes `--retain-bookmarks` by default - New key binding: `@` jumps to working copy revision [#​111](idursun/jjui#111) - New key binding: `J` jump to parent of the currently selected revision - New key binding: `ctrl+z` suspends `jjui` and returns to terminal. Typing `fg` should resume it. - `jjui` won't start and print an error message if the configuration file is malformed [#​114](idursun/jjui#114) - When typing a bookmark name, spaces will be automatically replaced with `-` and the input box will expand if it exceeds the initial size. - Git: git push commands will be repeated per remote and `--remote` argument is always displayed. #### New Contributors - [@​TeddyHuang-00](https://github.com/TeddyHuang-00) made their first contribution in idursun/jjui#85 - [@​PrayagS](https://github.com/PrayagS) made their first contribution in idursun/jjui#86 - [@​Jollywatt](https://github.com/Jollywatt) made their first contribution in idursun/jjui#96 - [@​glehmann](https://github.com/glehmann) made their first contribution in idursun/jjui#108 - [@​ilyagr](https://github.com/ilyagr) made their first contribution in idursun/jjui#112 **Full Changelog**: idursun/jjui@v0.8.8...v0.8.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
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.
No description provided.