1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-11-04 13:21:19 +08:00

7628 Commits

Author SHA1 Message Date
Marc Cornellà
1dc87da9e6
chore: tidy funding (#13401) 2025-10-29 11:46:31 -07:00
Mohaiminus Sakib
136298e110
feat(nestjs) Adding NestJS plugin (#13104)
* Adding NestJS command aliases
* Removed installation instructions from the README file of NestJS plugin
2025-10-27 11:37:07 -07:00
dependabot[bot]
829b8fdea4
chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#13395)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-26 06:17:45 -07:00
dependabot[bot]
279e91e132
chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#13394)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-26 06:16:55 -07:00
ohmyzsh[bot]
969cd28e0d
chore(gradle): update completion to 1525cf3f (#13393)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-10-26 08:56:26 +01:00
Alexey Trofimenko
99017b8eac
fix(key-bindings): ensure <Esc-l> works if line is not empty (#13391) 2025-10-23 11:29:46 -07:00
ohmyzsh[bot]
55aa4c40e2
feat(gradle): update to d51199b5 (#13390)
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2025-10-23 05:23:50 -07:00
Carlo Sala
38423b4b5c
ci(deps): ensure push permissions are available (#13389) 2025-10-23 05:16:17 -07:00
Jeconias Santos
bd295c014f
feat(terraform): add aliases for workspace management (#12845) 2025-10-22 19:12:22 +02:00
hanskr
f1934d2c76
fix(git): improve ggu, ggl, gp, ggfl, ggp functions (#13370)
Co-authored-by: Hans Kristian Kismul <hans.kristian.kismul@finn.no>
2025-10-21 11:48:56 +03:00
Florian
caba9ae034
fix(ssh): use grep -E instead of egrep (#13380) 2025-10-21 11:42:04 +03:00
dependabot[bot]
ac92582961
chore(deps): bump charset-normalizer in /.github/workflows/dependencies (#13378)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 11:33:03 +03:00
Olexandr88
8337a07400
chore: update license year (#13369) 2025-10-21 11:32:28 +03:00
dependabot[bot]
1672a12704
chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 (#13376)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 11:29:15 +03:00
dependabot[bot]
064f0c1d0a
chore(deps): bump idna in /.github/workflows/dependencies (#13377)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 11:28:57 +03:00
Oleg Atamanenko
d1c04d8a33
chore(task): fix error in README (#13367) 2025-10-15 11:13:54 +02:00
dependabot[bot]
c5f64018ff
chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 (#13364)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 11:57:33 +02:00
Paul Frederiksen
853680fd62
fix(history-substring-search): honor CASE_SENSITIVE variable (#13360) 2025-10-09 12:52:09 +02:00
dependabot[bot]
c6482fa5be
chore(deps): bump github/codeql-action from 3.30.5 to 3.30.6 (#13351)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 09:21:58 +02:00
dependabot[bot]
d4cb4f249c
chore(deps): bump certifi in /.github/workflows/dependencies (#13353)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 09:21:45 +02:00
dependabot[bot]
182dfdf210
chore(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#13352)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 09:21:34 +02:00
Ardeshir Nahavandi Fard
1210973cbc
fix(flutter): fix captured keyboard during completion generation (#13350) 2025-10-05 09:16:44 +02:00
Carlo Sala
d57775d89e
fix(git): replace whatchanged with log (#13338)
Closes #13333
2025-09-29 08:41:24 +02:00
DE SILVA T R R
1237525b23
docs(common-aliases): fix tar.gz command (#13332) 2025-09-29 08:32:18 +02:00
dependabot[bot]
9ac3b895d4
chore(deps): bump pyyaml in /.github/workflows/dependencies (#13337)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 08:31:23 +02:00
dependabot[bot]
e7528a5b37
chore(deps): bump github/codeql-action from 3.30.3 to 3.30.5 (#13336)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 08:27:53 +02:00
Marc Cornellà
242e2faa51
ci: improve security in project.yml workflow (#13329)
There is no inherent security vulnerability in the workflow, but there were
certain practices that increased latent risk. In this commit, we:

- Explicitly bind app token for each step that needs it, instead of setting it for
  all steps after "Store app token"
- Refactor "classify" step, to not rely on files passed around, and instead uses
  only awk script.
- Remove all instances of template injection within `run` scripts. There was nothing
  dangerous, but the practice is unsafe.
- Sanitize all unwanted characters from PR plugin and theme names.

References: W2M1-06 W2M1-07
2025-09-27 20:00:50 +02:00
Marc Cornellà
6d5482ef59
chore: remove obsolete gitpod integration (#13334) 2025-09-27 15:56:46 +02:00
Christian Kilmer
763aab3271
fix(command-not-found): support latest homebrew (#13327)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-09-23 11:57:21 +02:00
dependabot[bot]
58cba61465
chore(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.2 (#13322)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 10:50:59 +02:00
dependabot[bot]
b428e31770
chore(deps): bump actions/checkout from 4.3.0 to 5.0.0 (#13323)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 10:50:42 +02:00
Carlo Sala
ddd77516ef
ci: add scorecard automatic update (#13319) 2025-09-19 17:55:16 +02:00
StepSecurity Bot
7f3d8a34e2
ci: Harden GitHub Actions [StepSecurity] (#13318) 2025-09-19 17:30:10 +02:00
Marc Cornellà
c87eb79140
feat(cli): only allow omz pr test on PRs with testers needed label (#13238) 2025-09-19 15:58:21 +02:00
jayant011797
c1e9748909
docs(tldr): state that tldr should be installed separately (#13298) 2025-09-19 15:51:23 +02:00
Paul Frederiksen
d3888251ac
fix(check_for_upgrade): ensure compatibility with screen (#13302)
Co-authored-by: Paul Frederiksen <pfrederiksen@Pauls-Laptop.local>
2025-09-19 15:47:45 +02:00
Lin
34d6932b08
feat(task): add completion plugin (#13313) 2025-09-19 15:41:21 +02:00
Denys Dovhan
2b2d6d746c
fix(bgnotify): use lsappinfo, add support for ghostty (#13314) 2025-09-19 15:39:50 +02:00
Carlo Sala
9e23925b85
fix(magic-enter): check for cmd existance before executing
Closes #13294
2025-09-10 09:30:04 +08:00
dependabot[bot]
8c168e2662
chore(deps): bump actions/setup-python from 5 to 6 (#13293)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 12:06:41 +08:00
Conor Meagher
7b516064ec
feat(brew): add three more aliases (#13285) 2025-09-06 13:49:07 +08:00
Carlo Sala
9ad0ce6482
fix(magic-enter): avoid unexpected console output
Closes #13290
2025-09-06 12:19:49 +08:00
G'lek Tarssza
26863c50b3
docs(gpg-agent): clarify plugin purpose (#13289) 2025-09-06 09:55:42 +08:00
Max Modesto Wallin
b9c9fcfd3f
feat(repo): auto-complete docs rebase update-refs (#13286) 2025-09-05 08:06:24 +08:00
David Chin
680298e920
feat(spackenv): Adding Spackenv plugin (#13191)
* Add spackenv plugin to handle Spack environment

* Use ":t" instead of 'basename'
2025-09-01 12:02:29 -07:00
Benjamin Bock
61b144d809
feat(magic-enter plugin): Add support for jj to magic-enter plugin (#13241) 2025-09-01 11:47:54 -07:00
ymlair
9d00a004b2
feat(tt): add plugin tt (#8273) 2025-09-01 11:37:37 -07:00
Vanildo Souto Mangueira
28ac0e95da
fix(juanghurtado): Changed text color to red when 'root' (#7104) 2025-09-01 11:31:29 -07:00
Kevin S Kirkup
10b750af26
feat(kompost): Add plugin for kompose (#7729)
Co-authored-by: Kevin S Kirkup <kevin.kirkup@pureport.com>
2025-09-01 11:28:12 -07:00
ElisarEisenbach
2525dae661
feat(git): use remote default branch to guess main branch (#13212)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-08-26 11:13:21 +08:00