| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-27 | docs(jsontools): document requirements | Marc Cornellà | |
| Fixes #10834 | |||
| 2024-10-23 | fix(websearch): allow multi-word parameters | Carlo Sala | |
| 2024-10-22 | feat(rclone): create completion plugin (#12754) | nervo | |
| 2024-10-20 | chore: fix note block in README | Marc Cornellà | |
| 2024-10-18 | chore(installer): only serve installer in / and /install.sh | Marc Cornellà | |
| This avoids false positive detections on other bruteforced paths, such as .zsh_history or others, which eventually result in automated false vulnerability submissions. | |||
| 2024-10-17 | docs(volta): fix typo (#12765) | Lin | |
| 2024-10-17 | feat(buf): add completion plugin | Lin | |
| 2024-10-16 | fix(pm2): update completion | Carlo Sala | |
| Closes #12733 | |||
| 2024-10-16 | feat(scw): use official scw completion (#12755) | nervo | |
| 2024-10-15 | Revert "feat(ssh-agent): add keys regardless of filename (#12741)" (#12761) | Carlo Sala | |
| This reverts commit d2d5155d41cbe183ef172fef1e83a29d116a5af6. Closes #12743 Closes #12745 Closes #12758 | |||
| 2024-10-14 | ci(dependencies): use tag version in git commit if available (#12756) | Marc Cornellà | |
| Related: https://github.com/ohmyzsh/ohmyzsh/pull/12747#issuecomment-2410440748 | |||
| 2024-10-13 | chore(deps): bump charset-normalizer in /.github/workflows/dependencies (#12749) | dependabot[bot] | |
| Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2024-10-13 | feat(wd): update to f0f47b71 (#12747) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2024-10-10 | feat(ssh-agent): add keys regardless of filename (#12741) | Щанников Михаил | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-10-08 | fix(gem): regression with gem completion (#12735) | Carlo Sala | |
| 2024-10-08 | feat(jonathan): add virtualenv support (#12705) | Paul | |
| Co-authored-by: paul <paul@MAINPC> | |||
| 2024-10-08 | fix(poetry-env): only run `deactivate` if needed (#12701) | Alex Rosenfeld | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-10-08 | feat(git): add escape hatch to enable async prompt | Carlo Sala | |
| 2024-10-08 | style: run prettier on main README | Carlo Sala | |
| 2024-10-08 | feat(grep): exclude Python virtualenv from `grep` (#12685) | Henrik Holmboe | |
| The convention to use `.venv` or `venv` directories for Python virtualenvs is widespread. This directory is huge and gives very little value when grepping in a source code directory. Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2024-10-08 | feat(k9s): add completion plugin for `k9s` (#12691) | Shubham Rajvanshi | |
| Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2024-10-08 | chore: assign owner for terraform and k8s-related plugins | Marc Cornellà | |
| 2024-10-08 | fix(cli): add plugins with indentation in `omz plugin enable` | Marc Cornellà | |
| 2024-10-07 | feat(uv): add `uv` plugin (#12702) | Sebastian Correa | |
| The uv plugin adds shell completions and many useful aliases. | |||
| 2024-10-03 | feat(terraform): add `destroy -auto-approve` alias (#12704) | So4resAlex | |
| 2024-10-03 | fix(theme-chooser): use `env` in shebang (#12720) | Muhammad Atif Ali | |
| 2024-10-03 | feat(opentofu): add `destroy -auto-approve` alias (#12719) | za | |
| 2024-10-02 | refactor(bzr): simplify and improve code (#12716) | mnv | |
| 2024-10-02 | feat(opentofu): add `apply -auto-approve` alias (#12714) | za | |
| 2024-10-01 | feat(cli): style plugin README in `omz plugin info` | Marc Cornellà | |
| 2024-10-01 | fix(fastfile): use idiomatic expressions (#12708) | gsspdev | |
| 2024-09-27 | feat(chezmoi): add completion plugin (#12696) | Alexander Schaber | |
| 2024-09-27 | fix(ssh-agent): use termux prefix for tmp (#12695) | flyingpeakock | |
| 2024-09-27 | feat(systemadmin): add `ping6` alias with count limit (#12697) | Alexander Schaber | |
| 2024-09-24 | fix(aussiegeek): quote color sequences | Marc Cornellà | |
| 2024-09-23 | chore(git): fix typo | Carlo Sala | |
| 2024-09-22 | chore(deps): bump idna in /.github/workflows/dependencies (#12688) | dependabot[bot] | |
| Bumps [idna](https://github.com/kjd/idna) from 3.9 to 3.10. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.9...v3.10) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2024-09-19 | feat(nvm): add `_omz_nvm_load` function | Carlo Sala | |
| 2024-09-18 | feat(git): add `git_previous_branch` function | Carlo Sala | |
| Closes #12538 | |||
| 2024-09-18 | feat(web-search): add `reddit` (#12664) | Francesco Cataldo | |
| 2024-09-18 | feat(gnzh): add virtualenv prompt (#12666) | rakeshgm | |
| 2024-09-18 | feat (terraform): add `apply -auto-approve` alias (#12658) | Tushar Mohod | |
| Closes #12591 | |||
| 2024-09-18 | feat(functions): add `takezip` (#12670) | Erik Teichmann | |
| 2024-09-18 | fix(git): re-add accidentally removed `gcn` (#12681) | Ruslan Tursunov | |
| 2024-09-15 | feat(bgnotify): add config to pass extra args (#12679) | PukNgae Cryolitia | |
| 2024-09-15 | chore(deps): bump urllib3 in /.github/workflows/dependencies (#12677) | dependabot[bot] | |
| Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2024-09-15 | chore(deps): bump idna in /.github/workflows/dependencies (#12678) | dependabot[bot] | |
| Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.9. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.8...v3.9) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| 2024-09-15 | chore(jsontools): change link to NDJSON spec (#12671) | Marc Cornellà | |
| Fixes #12671 | |||
| 2024-09-15 | fix(python)!: remove harmful `ipython` alias (#12676) | Marc Cornellà | |
| BREAKING CHANGE: the `ipython` alias was incorrectly trying to manually call ipython from the installed module in the virtual environment, when actually a command already exists when loading the virtual environment. This change removes the unnecessary alias and allows calling the right command. Fixes #12676 | |||
| 2024-09-15 | fix(git): update prefix map for modified files (#12674) | Saravana J | |
