Window and tab titles are changed by emitting an unprintable escape
sequence to the terminal. These escape sequences do not play nicely
with the TAB character on multiple terminal emulators--they create
un-deletable characters on the first line after command execution.
Sending "\r" after changing the window and tab titles allows all
characters on the first line to be deleted.
Fixes#11314
* feat(qrcode): new plugin to generate qrcode via https://qrcode.show
* code fix suggested by @JuniorJPDJ
* Update docs to clarify how to interact with it
Co-authored-by: Robby Russell <robby@planetargon.com>
* feat(jira): support rapid view on rapid board mode
* Update README to clarify how the rapid board/view works
Co-authored-by: Robby Russell <robby@planetargon.com>
CHANGE: added new environment variable JIRA_TEMPO_PATH to allow set an optional path
Co-authored-by: Vladimir Antoscenco <vladimir.antoscenco@tekoway.com>
* Make prefix check on "jira branch" command case-insensitive
* Update plugins/jira/jira.plugin.zsh
Co-authored-by: Marc Cornellà <hello@mcornella.com>
* Fixing tabs to spaces
Co-authored-by: Robby Russell <robby@planetargon.com>
Co-authored-by: Marc Cornellà <hello@mcornella.com>
* chore(plugins/brew): rename buf alias to bfu
The alias `buf` collides with the protobuf tooling (buf)[https://buf.build/].
This commit renames the `buf` alias to `bfu` (`brew upgrade --formula`) so its semantically more aligned with `bcu` (`brew upgrade --cask`) as well as to avoid command collision especially with existing scripts that refers to `buf` as the tool and not the alias.
* chore(brew): updated README.md
Updated README to reflect renamed alias (`buf` -> `bfu`)
Co-authored-by: Robby Russell <robby@planetargon.com>
* Adding new alias for brew uninstall --zap as buz
* Closes#10329
* add buz
* closes#10329
* Fix typo
* Closes ohmyzsh#10329
* Closes ohmyzsh#10329
Co-authored-by: Sung <sungkyungpark@bol.com>
Co-authored-by: Robby Russell <robby@planetargon.com>
I'm afraid I no longer use `ohmyzsh` or even `zsh` in favour of `fish`. Hence, it doesn't make sense for me to continue being the code owner for the plugin. Good luck with an amazing tool!
* fix(autojump): fix autojump sourcing in nix (-darwin)
This plugin expects to source an sh/zsh file which sets up autojump, but
that is not done when running Nix on macos using nix-darwin. Looking at
the old value (/etc/profiles/per-user/$USER/bin/autojump), it points to a
binary file instead of the setup script.
* Use zsh file instead of sh