Marco Franssen
9f77cb29d7
feat(sigstore): add completion plugin
...
Closes #10862
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Sandeep Tailor
1f30c1a079
feat(hasura): add completion plugin ( #11278 )
3 years ago
Banst
6dfc9b960f
feat(git): display tag in git-prompt when possible ( #11318 )
...
Co-authored-by: Marc Cornellà <hello@mcornella.com>
3 years ago
Gheritarish
6df14641ac
feat(1password): add username copy to `opswd` ( #10812 )
3 years ago
Carlo Sala
0145d744a9
fix(git): escape first hyphen in `gunwip`
3 years ago
Hoàng
ac0924930d
feat(git): add aliases for `worktree` ( #10079 )
3 years ago
Julian
4e2317c757
fix(lol): use https for `yolo` calls ( #11320 )
3 years ago
Atk
4806f75569
feat(wd): update to latest upstream release ( #11235 )
...
Based on https://github.com/mfaerevaag/wd/releases/tag/v0.5.2
3 years ago
Jeremy Combs
3eda3e5650
feat(encode64): add `encodefile64` function ( #10813 )
...
Co-authored-by: Jeremy Combs <jeremy.combs@convergetp.com>
3 years ago
Carlo Sala
80fdbc9b91
fix(git): remove unused escape chars
...
Closes #11176
3 years ago
Tanmay Patil
15014db8d5
feat(web-search): add ask.com ( #11292 )
3 years ago
Frieder Bluemle
9f2bbebdf7
docs: fix some capitalization typos( #11293 )
3 years ago
Marc Cornellà
1342459b15
ci: fix update of plugin or theme fields
...
See [1] for the reference of value field (ProjectV2FieldValue type),
and [2] for sample application code.
[1] https://docs.github.com/en/graphql/reference/input-objects#projectv2fieldvalue
[2] https://docs.github.com/en/enterprise-cloud@latest/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions#example-workflow-authenticating-with-a-github-app
3 years ago
Andrew Wu
b3b336b0f9
feat(fzf): fix MacPorts auto-completion file location. ( #11305 )
3 years ago
Marco Eidinger
02972f801b
feat(swiftpm): update completion for Swift 5.7 ( #11299 )
...
* feat(swiftpm): update completion for Swift 5.7
* chore(docs): fix typo
3 years ago
Qin Li
5ddb589011
fix(brew): suppress error message of brew cask on Linux ( #11302 )
3 years ago
Lennart Ochel
239e2f9fcd
ci: migrate to ProjectV2 GraphQL API ( #11311 )
3 years ago
Pandey-utkarsh
50a526f209
chore: correct style in CONTRIBUTING.md ( #11306 )
...
Corrected grammatically incorrect sentences, punctuations and typos for better readability.
3 years ago
Paul S
49691b58b3
feat(autojump): add support for macOS and nix ( #11291 )
3 years ago
Eric Hsieh
820b8bd40f
docs(autojump): fix outdated links and update description ( #11289 )
3 years ago
Zhong Ruoyu
bb8a0aa2c1
fix(npm): ignore `rm` alias ( #11222 )
3 years ago
pomatory
0066280c3e
fix(pip): fix `pipupall` error with `freeze` format ( #11280 )
3 years ago
Shreem Asati
a7d910c3a6
chore: fix typo in CONTRIBUTING.md ( #11273 )
3 years ago
Yuval
4e4961e60c
feat(aliases): add basic argument parsing ( #10710 )
3 years ago
Carlo
8487a5536d
fix(cli): avoid using `column` ( #11271 )
3 years ago
Carlo
7e3231b846
feat(z): replace `rupa/z` with `agkozak/zsh-z` ( #11236 )
3 years ago
Carlo Sala
818f3de1fa
fix(debian)!: remove ar alias
...
BREAKING CHANGE: This alias needs to be removed because is shadowing
`ar` archiver.
Closes #9304
3 years ago
Marc Cornellà
65a1e4edbe
fix(installer): detect newer Git for Windows version errors ( #11157 )
...
Fixes #11157
3 years ago
tmoschou
c7c0a8917b
fix(brew): do not source `brew shellenv` if already on path ( #11167 )
3 years ago
Warren Young
34cd8fbd4a
refactor(fossil): use `fossil branch current` supported since v2.7 ( #11138 )
...
Using the automation-friendly "fossil branch current" feature added in
Fossil 2.7 instead of ad hoc parsing of human-readable "fossil branch"
output. Not only does this fix a stray space in the output, it's more
robust against changes in command output in general.
Closes #11138
3 years ago
Syphdias
08d5c936c6
fix(git-auto-fetch): avoid password prompt with `GIT_TERMINAL_PROMPT=0` ( #11234 )
3 years ago
Sibs
52e848ce8f
feat(web-search): add support for Brave search engine ( #11106 )
3 years ago
Marc Cornellà
b9be3a43b4
fix(cli): change unrecognized `\s` in BSD awk ( #11146 )
...
In BSD awk, \s is not a valid sequence interchangeable with "space or tab characters"
as it is in GNU awk. This fix uses [ \t] instead, which is all the possibilities that
we need to contemplate when reading the .zshrc file.
Fixes #11146
3 years ago
Marc Cornellà
ee4910e3b3
fix: show full hyperlinks in Konsole ( #10964 )
...
Fixes #10964
3 years ago
Marc Cornellà
f80cf12092
fix: fix OSC 8 hyperlink escape sequences
3 years ago
Erik Thorelli
11daa7dd5f
chore: add vscode workspace settings to gitignore ( #11108 )
...
There are workspace settings for vscode plugins that make contributing to ohmyzsh easier. However, these would be noisy for users, especially for those that don't use vscode.
3 years ago
Alex
065f5ffc5a
ci: harden permissions for GitHub Workflows ( #11174 )
...
* build: harden main.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
* build: harden project.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
* Update project.yml
The permissions are not necessary, because a separate token is used `GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}`
3 years ago
Eddie
f52b3c6716
chore(dnote): fix incorrect link ( #11237 )
3 years ago
Carlo
78e85c7d78
fix(nvm): source nvm script only when used ( #11205 )
...
closes #11042
3 years ago
Nadhem
570158e464
chore(lib): update deprecated grep aliases ( #11161 )
4 years ago
Marc Cornellà
b93b67b844
fix(gradle): remove deprecated use of `egrep` ( #11160 )
4 years ago
George Rodrigues
e0e22d1120
chore(docs): fix some typos ( #11211 )
4 years ago
Marc Cornellà
1c879f67b4
fix(ssh-agent): silence `ssh-add` if quiet mode is enabled ( #11201 )
...
Fixes #11201
4 years ago
Marc Cornellà
23f3ded92d
chore(react-native): fix README table alignment
4 years ago
Preet Patel
74235e8aea
feat(react-native): add aliases for 2021 and 2022 iOS devices ( #11191 )
4 years ago
Giovanni Squillero
7dcabbe682
chore(init): ignore any aliases when running `rm` ( #11156 )
4 years ago
ajilty
dfa88b4d36
feat(gcloud): support macports installation path ( #11133 )
...
Closes #11133
4 years ago
James Yeoman
18d2152798
feat(gcloud): support for official apt repo ( #10889 )
...
Fixes #10888
Closes #10889
4 years ago
Monson Shao
875a455320
perf: `zrecompile` the compdump file to speed up startup ( #8802 )
4 years ago
Erik Thorelli
6d48309cd7
chore(react-native): add maintainer for `react-native` plugin ( #11109 )
4 years ago