| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2024-09-15 | feat(wd): update to 7054de2b (#12675) | ohmyzsh[bot] | |
| Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> | |||
| 2024-09-10 | feat(web-search): add chatgpt (#12660) | Tulsi Prasad | |
| 2024-09-10 | feat(ssh-agent): support `id_ed25519_sk` (#12663) | Mattias Eriksson | |
| 2024-09-05 | fix(1password): copy password properly in `opswd` | Carlo Sala | |
| Closes #12635 | |||
| 2024-09-05 | feat(1password): make completion loading async | Carlo Sala | |
| 2024-09-05 | feat(kubectl): show labels in aliases `kgpsl` (get pod) and `kgnosl` (get ↵ | Jérémy | |
| node) (#12612) Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2024-09-05 | feat(terraform): add `fmt -recursive` alias (#12637) | michael-follmann | |
| 2024-09-05 | feat(localstack): add plugin (#12595) | Eduardo Dos Santos Vilke | |
| 2024-09-05 | feat(extract): add support for `.crx` (Chrome extension format) (#12652) | Marc Cornellà | |
| 2024-09-03 | Revert "fix(awesomepanda): new line wrap" (#12651) | Marc Cornellà | |
| This reverts commit 80c114cb3a64044ea50b623f96a35bc022db5e8d. | |||
| 2024-09-01 | chore(deps): bump certifi in /.github/workflows/dependencies (#12646) | dependabot[bot] | |
| Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.7.4 to 2024.8.30. - [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30) --- updated-dependencies: - dependency-name: certifi 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-01 | chore: fix typos (#12647) | Alexander Cyon | |
| 2024-08-30 | feat(extract): add support for .vsix files (VS Code extension) (#12643) | Marc Cornellà | |
