Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Oh My Zsh

🙃 A delightful community-driven (with 2000+ contributors) framework for managing your zsh configuration.
Collective - Host: opensource - https://opencollective.com/ohmyzsh - Website: https://ohmyz.sh/ - Code: https://github.com/ohmyzsh/ohmyzsh

fix(genpass): check for presence of shuf command.

"shuf" is not a standard command on MacOS and requires installation of the brew coreutils package

github.com/ohmyzsh/ohmyzsh - 619097cc2ad31c1b5086870293739d41dd4129c3 authored about 4 years ago
fix(genpass): fix grep regex in `genpass-xkcd` for FreeBSD version (#9514)

github.com/ohmyzsh/ohmyzsh - 2a0ae3315db98d137de547e2cb9adfbc38263e6c authored about 4 years ago
fix(genpass): only use words with ASCII characters in `genpass-xkcd` (#9508)

github.com/ohmyzsh/ohmyzsh - f8e9339c87ab6b17ee34d34a72ddbe89333e9fa1 authored about 4 years ago
fix(changelog): allow breaking change message to span multiple lines

This also allows the option to put extra paragraphs after the BREAKING CHANGE
message while prop...

github.com/ohmyzsh/ohmyzsh - e2c73cf59a1a02257203db784f1e2fd27c830173 authored about 4 years ago
feat(updater): save version prior to updating so `omz changelog` just works™

Fixes #9505

github.com/ohmyzsh/ohmyzsh - e8e37eedbc8cf5e446be11971769df7cc10faeb0 authored about 4 years ago
feat(plugins): add genpass plugin with 3 distinct password generators (#9502)

github.com/ohmyzsh/ohmyzsh - 9d6b3984f92cf7f4411b40dfb5a0897b260ae368 authored about 4 years ago
fix(composer): autoload `_cache_invalid` for antigen compatibility

Antigen doesn't call `compinit` until the user prompt is about to be shown,
which means `_cache_...

github.com/ohmyzsh/ohmyzsh - 918195425576e57016c8415766a7d4e98bc2e260 authored about 4 years ago
chore!: notify breaking change in `git_prompt_info`

BREAKING CHANGE: the git config option to skip running `git_prompt_info` has changed from `oh-my...

github.com/ohmyzsh/ohmyzsh - 28265812f8fb923788d74409cef3e5635793b38e authored about 4 years ago
feat(lib): show upstream branch in `git_prompt_info` (#9188)

Show the remote branch the local branch is tracking if `ZSH_THEME_GIT_SHOW_UPSTREAM`
is set, li...

github.com/ohmyzsh/ohmyzsh - 2f39c68ab0157b55413de74e579d1787f26e58b6 authored about 4 years ago
refactor(hanami): change global aliases and clean up README

github.com/ohmyzsh/ohmyzsh - 79d0182a2666a98f04bd0d731012ce97114c1ef1 authored about 4 years ago
fix(common-aliases)!: don't overshadow `fd` if installed (#9162)

BREAKING CHANGE: in `common-aliases`, the `fd` alias won't be defined if `fd` is installed (http...

github.com/ohmyzsh/ohmyzsh - e4082a951fe28a3da3ff63cec2b2c03fc04373c1 authored about 4 years ago
Document fd alias change in README

github.com/ohmyzsh/ohmyzsh - 5feb2b67428546c7e50b510f9d644ce24e1d5c43 authored about 4 years ago
fd: Rework command to be more idiomatic

Co-authored-by: Marc CornellĂ  <[email protected]>

github.com/ohmyzsh/ohmyzsh - fbee1ff8bda5a4491a4d003023f27daf04e09f4a authored about 4 years ago
feat(plugins): add grc plugin for Generic Colouriser (#9315)

Co-authored-by: Marc CornellĂ  <[email protected]>

github.com/ohmyzsh/ohmyzsh - e5af22cca6a07c9be52fe48810faaa08261e4d15 authored about 4 years ago
fix(git): silently fail in `git_main_branch` if not in a git repo (#9484)

Co-authored-by: Marc CornellĂ  <[email protected]>

github.com/ohmyzsh/ohmyzsh - e2f2489a666caf238804783b4e8851a781ac6ffc authored about 4 years ago
chore: add Josh Medeski as `wp-cli` plugin maintainer

github.com/ohmyzsh/ohmyzsh - 452586e79a06d568a3445b26e6d6f4d62c111f52 authored about 4 years ago
refactor(archlinux): prevent leaking local variables (#9476)

Co-authored-by: Marc CornellĂ  <[email protected]>

github.com/ohmyzsh/ohmyzsh - 865d2d8a53f65eba22c8a0436be1ea985aaa2aba authored about 4 years ago
feat(wp-cli): add aliases for DB management (#9469)

github.com/ohmyzsh/ohmyzsh - e48be7dfc8dfb1e7110bdecc8c9dfcb9380953dd authored about 4 years ago
fix(updater): don't show changelog when running unattended update (#9495)

Fixes #9495

github.com/ohmyzsh/ohmyzsh - 5a888ff4ac58798ccdff0f32c4609fd153edc217 authored about 4 years ago
fix(changelog): fix assoc array syntax for zsh 5.4.2 and older (#9495)

Also fixed a call to a defunct display:type-header function in displaying
breaking changes.

github.com/ohmyzsh/ohmyzsh - 92fa8153d5e7e2e0d317f766f608e2062c76b390 authored about 4 years ago
feat(lib)!: soft-deprecate `upgrade_oh_my_zsh` function for everybody

BREAKING CHANGE: the `upgrade_oh_my_zsh` function now calls `omz update` directly.

github.com/ohmyzsh/ohmyzsh - 4b7dba5b75cf5ed9e047d18c0a1588a52fa7f83b authored about 4 years ago
fix(command-not-found): show error in Ubuntu when no package is found (#9418)

github.com/ohmyzsh/ohmyzsh - fa1911f89eab6d8d753e302546c6ecd5d0db9e08 authored about 4 years ago
fix(changelog): fix highlight of codeblocks in subject

github.com/ohmyzsh/ohmyzsh - 4f8964d8fff25b67e79029d570d171c8cdf3f833 authored about 4 years ago
feat(CLI): add `--unattended` flag to `omz update` to not reload zsh (#9187)

github.com/ohmyzsh/ohmyzsh - 1aa2b18e293db8278a013322e42fd7aaa002a780 authored about 4 years ago
fix(updater): properly show changelog via `less`

github.com/ohmyzsh/ohmyzsh - 81bbe86db0fd039c2b781b7466214ffaf19e3ca0 authored about 4 years ago
fix(git-prompt): make `gitstatus.py` python3-compatible (#9186)

check_output() in get_tagname_or_hash() returns bytes instead of str in
python3. Decode the re...

github.com/ohmyzsh/ohmyzsh - 1ac40cd4456230f09bf0258b173304929d118992 authored about 4 years ago
fix(updater): fix ignored variable name in read

I used _ which is a convention in other languages, but in shell scripting
$_ is a special variab...

github.com/ohmyzsh/ohmyzsh - 3f8af040e9ed2d940451a5259e9c44308b695e60 authored about 4 years ago
fix(updater): make sure to run it with zsh

github.com/ohmyzsh/ohmyzsh - 021f0251e072b0cd2c2f1bfb5b0d2f57fbdfdc50 authored about 4 years ago
refactor(updater): switch to Zsh execution and fix git remote detection logic

github.com/ohmyzsh/ohmyzsh - 889cd7acf349f1cae81c07378986157b382f7f1d authored about 4 years ago
feat(CLI): add `omz changelog` command

github.com/ohmyzsh/ohmyzsh - 7712da89ee841f4773d0158370174200813169e1 authored about 4 years ago
feat(updater): add changelog display by parsing the commit list

github.com/ohmyzsh/ohmyzsh - eeab4e5186961f9af591d0264d96f0e39d154886 authored about 4 years ago
fix(updater): correctly restart the zsh session when the update pulled changes

github.com/ohmyzsh/ohmyzsh - e093a4cf62d494dc46a8b68de1cb039c0bcf007a authored about 4 years ago
fix(git-auto-fetch): background `git-fetch-all` and other fixes (#9468)

github.com/ohmyzsh/ohmyzsh - 05e2956dc61198d4767b96d97c5d10c93cedd6e3 authored about 4 years ago
fix(magic-enter): fix various bugs in the plugin (#9466)

github.com/ohmyzsh/ohmyzsh - d88887195fd5535ef2fd95180baa73af2a8c88f8 authored about 4 years ago
style(ansible): minor style change (#8356)

github.com/ohmyzsh/ohmyzsh - 7a76afd61e5daab6fb33f955930efa7f4cf16021 authored about 4 years ago
feat(terraform): add autocompletion for Terraform 0.13 (#9226)

github.com/ohmyzsh/ohmyzsh - 88b3f028f4a2ffa4f3853a11e4b8e0d78008ca34 authored about 4 years ago
fix(shell-proxy): change NAME env variable for WSL clash (#9447)

github.com/ohmyzsh/ohmyzsh - d57131dc49500a056c5b78b0fb444c7cb1ca83cd authored about 4 years ago
feat(gitfast): update to git-completion 1.2 (#9458)

Signed-off-by: Felipe Contreras <[email protected]>

github.com/ohmyzsh/ohmyzsh - e92a4667cbd65e9567dc962b5a482e10f319596a authored about 4 years ago
feat(aws): respect optional parameters from the AWS CLI config file (#9453)

github.com/ohmyzsh/ohmyzsh - ce836647e5e8b11246e2ef7069001287dc7cdd2b authored about 4 years ago
refactor(colored-man-pages): move nroff wrapper and refactor logic in `colored` function (#9437)

github.com/ohmyzsh/ohmyzsh - 9b119866dd0e2d5054abd992f4dfbf346ac81b0d authored about 4 years ago
feat(git): support trunk branches in `git_main_branch` (#9417)

github.com/ohmyzsh/ohmyzsh - 51772732f54f01522ad5720e8ed0ba16ca3147ae authored about 4 years ago
feat(sudo): support aliases to $EDITOR (#9431)

Co-authored-by: Marc CornellĂ  <[email protected]>

github.com/ohmyzsh/ohmyzsh - 874d83f7b86afbc395915e796cff4e4fe949a204 authored about 4 years ago
docs(aws): add config examples (#9422)

github.com/ohmyzsh/ohmyzsh - 1beac5958ede29855ef2ac4313ada83ed37f5ea8 authored about 4 years ago
fix(aws): fix acp function for MFA without role and other fixes (#9426)

* fix(aws): don't duplicate aws_prompt_info function in RPROMPT

* refactor(aws): clean up logic...

github.com/ohmyzsh/ohmyzsh - dc4692b53e4a1dc512d405f36f2d2af30c66304b authored about 4 years ago
docs(thefuck): add description for enabling the plugin (#9433)

Add a description about adding thefuck to the plugins list

github.com/ohmyzsh/ohmyzsh - fc82aff77c14418df33d4d2d8c946d3adf023706 authored about 4 years ago
fix(battery): use `pmset` for battery percentage in macOS (#9364)

Returns the battery charge consistent with the system battery manager

github.com/ohmyzsh/ohmyzsh - 5d8e1f82670e14b45a81e41e46467df51e193e77 authored about 4 years ago
fix(installer): fix error message if $ZSH exists when installing

Also prefix all formatting functions with fmt_

Related: #9427

github.com/ohmyzsh/ohmyzsh - eef04c62c2dfbd81f9fee6752e3b7e0b9c3bf617 authored about 4 years ago
fix(lib): make opts local in omz_urlencode to fix scoping bug

Fixes error message when using zplug, due to $opts having been declared
as an associative array:...

github.com/ohmyzsh/ohmyzsh - a3e0f4f2afe03a207b98d4c0aaecb5bbaa796883 authored about 4 years ago
fix(fzf): consistently ignore .git directory in `FZF_DEFAULT_COMMAND` (#9421)

Be consistent and ignore contents of `.git` directory no matter how FZF_DEFAULT_COMMAND is set.

github.com/ohmyzsh/ohmyzsh - fa780867d9745bfbd6c190859645d4c92405d961 authored about 4 years ago
Revert "lib: remove share_history"

This reverts commit 23760228908d14a4644718869d5ebfb7b0dde6a7.

Fixes #9430

github.com/ohmyzsh/ohmyzsh - 28ed2880c766eb5a360354fb71d597dbc07abaa0 authored about 4 years ago
fix(aws): support MFA for profiles without role to assume (#9411)

Previously, the plugin only supported MFA for profiles that had a role to assume, specified in r...

github.com/ohmyzsh/ohmyzsh - 3e6ee85a161c8089955c19364728e167025a911d authored about 4 years ago
aws: split setting profile from changing profile (#9402)

the change to assume a role when it is specified in configuration broke some workflows. This fix...

github.com/ohmyzsh/ohmyzsh - 852a44094a3bb4df39f8f778bc7ada2ddda09727 authored over 4 years ago
Add maintainer for aws plugin

github.com/ohmyzsh/ohmyzsh - 39c79493feb71da4ba3b69eb82229804b27209cc authored over 4 years ago
aws: get and set session token if available (#9397)

github.com/ohmyzsh/ohmyzsh - 77f74570512ab9fef0669c23e8613f204c992d48 authored over 4 years ago
colorize: add compatibility for zsh < 5.1 (#9400)

The direct assignment of a local array is not possible in older ZSH version, as used by RHEL/Cen...

github.com/ohmyzsh/ohmyzsh - 47d30784c53ed3159fb317d4a1a1cedb105aa278 authored over 4 years ago
Fix labels in issue templates

github.com/ohmyzsh/ohmyzsh - 63922b5ec435d04ea31ee33138061f1d812beefe authored over 4 years ago
gitfast: fetch latest fixes from git-completion (#9390)

Signed-off-by: Felipe Contreras <[email protected]>

github.com/ohmyzsh/ohmyzsh - d05544562532fdf4d5f4a4d4eba01f4263e17cc7 authored over 4 years ago
lib: delete zsh session history list

NOTE: it still lives somewhere in the current zsh process. Run `fc -P` to
restore it.

github.com/ohmyzsh/ohmyzsh - bad9ee00042cc7f63f5271646d31e531a9e8c48c authored over 4 years ago
aws: add role delegation and MFA support as per IAM Best Practices (#8419)

* Added role delegation support and MFA support as per IAM Best Practices

* fix: grep with co...

github.com/ohmyzsh/ohmyzsh - fcb6fa78a1304f9a8eff2a7563658de04a13d499 authored over 4 years ago
gitfast: improve command aliases (#9385)

So that compdefs with dashes work as well as underscores:

compdef _git gc=git_commit

Or:...

github.com/ohmyzsh/ohmyzsh - 66f9fdabc1d08374c3eef212928f81ff32e2241e authored over 4 years ago
gitfast: update to latest upstream and more (#9382)

github.com/ohmyzsh/ohmyzsh - a32564e0ae87686702570f3f942977bc9280f178 authored over 4 years ago
npx: deprecate plugin

Fixes #9366

github.com/ohmyzsh/ohmyzsh - 3b1699b59527ee8095397b9909a37d55689a0481 authored over 4 years ago
Grammar: remove hyphens from predicate adjective “up to date” (#9356)

https://english.stackexchange.com/a/180617
https://web.archive.org/web/20190728053012id_/gramma...

github.com/ohmyzsh/ohmyzsh - 80d2e4336b85c070e021571f8724032b204f3c4f authored over 4 years ago
kubectl: add aliases for serviceaccount, daemonsets and cronjob (#9344)

github.com/ohmyzsh/ohmyzsh - bf5574fc93166d7c1915b9f3ae78aba1959a8403 authored over 4 years ago
Revert "lib: treat _ and - as part of a word"

This reverts commit 50dc4ab3574f4e265dff816d8d9a0195cd260152.

The community has spoken:
- https...

github.com/ohmyzsh/ohmyzsh - 3f42700c0d65cf26470d1e165b8ed80dfff9efca authored over 4 years ago
fzf: add check for OpenSUSE and OpenBSD packages (#9327)

github.com/ohmyzsh/ohmyzsh - 7d73908223222d3df7f36ed5a362fcfccd770ca5 authored over 4 years ago
lib: follow symlinked plugins in `plugin list` CLI command

See https://github.com/ohmyzsh/ohmyzsh/issues/9087#issuecomment-712460275

github.com/ohmyzsh/ohmyzsh - f9f45ca222a0ec6fa867ab3733f15911d1b894e6 authored over 4 years ago
lib: allow bare output in theme and plugins list command

github.com/ohmyzsh/ohmyzsh - 7525b1d533b927bc40e3cfb29e399e5f2e0828d4 authored over 4 years ago
lib: use `column` to format plugin and theme list CLI commands

github.com/ohmyzsh/ohmyzsh - 902954d1cc4438e98149d72c878a4fbac3b3d7c5 authored over 4 years ago
kubectl: check for empty cache completion file

github.com/ohmyzsh/ohmyzsh - 176376cbc026bb5339a00a6486882649d250469a authored over 4 years ago
kubectl: verify kubectl is installed before running compdef (#9346)

github.com/ohmyzsh/ohmyzsh - 5b717ab3e4bfb627a936d7c04367a39867734d63 authored over 4 years ago
globalias: use ${(z)var} to split into words using shell parsing

github.com/ohmyzsh/ohmyzsh - 53cbd658f5ae6874af0d804cee6748dfba69e786 authored over 4 years ago
globalias: expand filtering to anywhere in the command (#9338)

github.com/ohmyzsh/ohmyzsh - e75aa2875eea94fcf7ceb3f246db96cc3bc61a2e authored over 4 years ago
safe-paste: fix _bracketed_paste_zle_init/finish error

Fixes #9337

github.com/ohmyzsh/ohmyzsh - 568a977d2076b4210a9a925c53abcf0a831e4003 authored over 4 years ago
git-prompt: document Python prerequisite in README (#9336)

github.com/ohmyzsh/ohmyzsh - a39bee8d11aca960651403dddbb7dba38b00183e authored over 4 years ago
meta: add checklist instructions on Pull Request template

github.com/ohmyzsh/ohmyzsh - 1e25abacad6cdf380b7b1df9fc758290d969d99e authored over 4 years ago
Add gitpod integration

Fixes #8212

Co-authored-by: Sean Hellum <[email protected]>

github.com/ohmyzsh/ohmyzsh - 2657c87f0aa1fe7f66062bc3452ad68347be356f authored over 4 years ago
globalias: allow filtering values not to be expanded (#9331)

github.com/ohmyzsh/ohmyzsh - 82856bfbd86ac77f0f28ab741a399a04495ed3bc authored over 4 years ago
emacs: add ansi-term directory tracking (#9218)

github.com/ohmyzsh/ohmyzsh - fb80eb8e05e13cfb224114688fc7d20960e26b5f authored over 4 years ago
systemadmin: correct sort order for psmem aliases (#6253)

github.com/ohmyzsh/ohmyzsh - 1744277a68101916d51cda2c67951f5981f1f216 authored over 4 years ago
Remove missing screenshots from kube-ps1 README (#9199)

Removes missing screenshots from README for kube-ps1 plugin.

Signed-off-by: hasheddan <george...

github.com/ohmyzsh/ohmyzsh - fd512077018353faefd51036239bdba12981b40f authored over 4 years ago
agnoster: fix icon for unstaged git status (#9164)

github.com/ohmyzsh/ohmyzsh - c66d8a841d231895be37721220f23b537d90c5a5 authored over 4 years ago
lib: fix regex bug in git_prompt_status

Fixes #9326

github.com/ohmyzsh/ohmyzsh - 6e7b861675c4568931e91255abc62a7c45660e28 authored over 4 years ago
lib: remove share_history

Related: #2537, #9324

github.com/ohmyzsh/ohmyzsh - 23760228908d14a4644718869d5ebfb7b0dde6a7 authored over 4 years ago
lib: fix `omz help` and reword

github.com/ohmyzsh/ohmyzsh - 75ae0e905fcb928555df122ec1ec29a8a546130d authored over 4 years ago
lib: fix fmt removing ESC characters in theme and plugin list CLI commands

github.com/ohmyzsh/ohmyzsh - 982d010be5fdb1cff471978634f8ff374deba9ba authored over 4 years ago
Add lando plugin (#8748)

Co-authored-by: Joshua Bedford <[email protected]>
Co-authored-by: Marc CornellĂ  <...

github.com/ohmyzsh/ohmyzsh - 4cd5f7f9202bd062871662836ea837c9abea6e5d authored over 4 years ago
mvn: list modules (directories with pom.xml) (#8478)

Co-authored-by: zhangjinyan1 <[email protected]>

github.com/ohmyzsh/ohmyzsh - a5e706d749e4218820391cb7ea374c6ddd248933 authored over 4 years ago
mvn: add Quarkus support in mvn completion (#9037)

Co-authored-by: Geoffrey GREBERT <[email protected]>

github.com/ohmyzsh/ohmyzsh - e93a2dca0e893cd1518e98cce44b55a6dbf29c1a authored over 4 years ago
wd: update to v0.5.1 (#9273)

github.com/ohmyzsh/ohmyzsh - 2abe4d6a2576f064c09ce78b32005e7437a93ee0 authored over 4 years ago
nvm: simplify nvm.sh and bash completion loading

github.com/ohmyzsh/ohmyzsh - d8cb67023540c1e2e7e4e211e2f7c9fc2d4e0c3c authored over 4 years ago
nvm: use `nvm current` in nvm_prompt_info and look in alternate install locations

This makes it work regardless of where nvm is loaded from. And it uses nvm's
version strings, wh...

github.com/ohmyzsh/ohmyzsh - ef44416df2e2ae819b13764dbf6ca87ce099ec36 authored over 4 years ago
nvm: add autoloading of nvm version in .nvmrc

Closes #5782
Fixes #8959
Closes #8976

github.com/ohmyzsh/ohmyzsh - 8c8fe2a1715df916f0b5d785fee32c8a4a40c05b authored over 4 years ago
nvm: exit the plugin if the nvm loading script wasn't found

github.com/ohmyzsh/ohmyzsh - 8163f65084b86d5e63c1867d076ecdc8faca2f33 authored over 4 years ago
nvm: only lazy-load nvm if the NVM_LAZY setting is set

github.com/ohmyzsh/ohmyzsh - a33c0cdb46badcc1df9a37da015a82f7f7b0a7e5 authored over 4 years ago
nvm: speed-up nvm loading with `--no-use`

Closes #7138

Co-authored-by: Marc CornellĂ  <[email protected]>

github.com/ohmyzsh/ohmyzsh - 3e973080037ae68ac25a08545e7cdc60ba128900 authored over 4 years ago
nvm: check $XDG_CONFIG_HOME/nvm for an nvm installation

Closes #7807

Co-authored-by: Marc CornellĂ  <[email protected]>

github.com/ohmyzsh/ohmyzsh - d6f3630932f364370c08b5a02b88c74aed577463 authored over 4 years ago
lib: fix formatting in `omz pr clean` CLI command

github.com/ohmyzsh/ohmyzsh - fc6c9ca4b40ee1c9ba7fb4b1c8862fb54a8cb1f6 authored over 4 years ago
lib: add plugin and theme subcommands and fix `omz pr clean`

- Add plugin and theme subcommand

Fixes #8961

- Add confirmation prompt to `omz pr clean` co...

github.com/ohmyzsh/ohmyzsh - 1bb402190d53c118f47a0851f5714dd4faa52809 authored over 4 years ago
Merge branch 'TheDauthi/enhanced-status-prompt' (#5531)

Closes #5531

github.com/ohmyzsh/ohmyzsh - 6811a486184d7849df1290a7827e18c158cf642a authored over 4 years ago