Age | Commit message (Expand) | Author |
2021-04-01 | fix(dirhistory): make sure to call built-in zle widgets (#9771) | Stéphane Caron |
2021-03-31 | fix(git): add `push` or `save` to `gstu` alias (#9766) | Marc Cornellà |
2021-03-28 | fix(virtualenv): allow empty prefix/suffix in prompt function (#9763) | Marc Cornellà |
2021-03-27 | feat(plugins): add hitchhiker plugin (#5117) | Luiz Pericolo |
2021-03-25 | fix: use `$USERNAME` guaranteed to always be defined in zsh | Marc Cornellà |
2021-03-15 | fix(vi-mode): fix keymap indicator on zle-line-finish (#9620) | CrispyConductor |
2021-03-15 | fix(fossil): PROMPT and RPROMPT are no longer exported (#9655) | wahjava |
2021-03-15 | feat(ssh-agent): add `ssh-add-args` setting (#7908) | Will Boyce |
2021-03-15 | feat(fzf): add support for Termux package (#9718) | Dario Vladović |
2021-03-15 | fix(emotty): fix `bad assignment` error (#9714) | Piotr Rogoża |
2021-03-15 | feat(git): add `grbo` alias for `git rebase --onto` (#8088) | John Delgado |
2021-03-08 | fix(terraform): use faster method to get workspace (#9709) | Vlad Korolev |
2021-02-20 | feat: add mongocli plugin (#9248) | Gustavo Bazan |
2021-02-20 | [docker-compose] Added alias for docker-compose up --build (#8843) | Vikas Raj |
2021-02-20 | Replce 'rake routes' task with 'rails rotues' (#9662) | Kartikey Tanna |
2021-02-09 | refactor(git-flow): remove duplicate `gflfp` alias (#9640) | iammordaty |
2021-01-27 | docs(git-prompt): explain stashed icon (⚑) (#9619) | Aidin Gharibnavaz |
2021-01-16 | fix(vi-mode): ignore `clip*` function errors in yank and put widgets | Marc Cornellà |
2021-01-16 | feat(plugins): add `zbell` plugin to notify when commands end (#3034) | bullno1 |
2021-01-16 | feat(plugins): add `term_tab` plugin to complete other zsh sessions' director... | deathjest3r |
2021-01-16 | fix(debian): add quotes to `kclean` alias (#3066) | Marc Cornellà |
2021-01-15 | feat(git-prompt): display stash count in prompt | Arnaud Thimel |
2021-01-15 | feat(git-prompt): display untracked files count | Arnaud Thimel |
2021-01-14 | fix(colorize): bypass less aliases in `colorize_less` (#9593) | Ruslan Sayfutdinov |
2021-01-12 | feat(last-working-dir): log separate `lwd`s for different SSH keys on the sam... | wilkis |
2021-01-11 | feat(macports): add 'reclaim' to completion list for Macports (#9521) | Søren Nielsen |
2021-01-11 | fix(jake-node): support all Jakefile filenames in `jake` completion (#9589) | TIT |
2021-01-10 | fix(universalarchive): make plugin zsh-only to fix `realpath` not found error | Marc Cornellà |
2021-01-05 | feat(plugins): add `universalarchive` plugin to conveniently compress files (... | Konfekt |
2021-01-04 | fix(vi-mode)!: add back edit-command-line key binding as 'vv' (#9573) | Marc Cornellà |
2021-01-04 | fix(vi-mode): hide cursor-change logic behind `VI_MODE_SET_CURSOR` setting | Marc Cornellà |
2021-01-04 | docs(vi-mode): revamp README and document settings | Marc Cornellà |
2021-01-03 | fix(archlinux): update URL and key server in `pacmanallkeys` (#9569) | Gabriel Corral |
2021-01-02 | refactor(vi-mode): remove duplicate bindkey logic and fix syntax | Marc Cornellà |
2021-01-02 | fix(vi-mode): control cursor, restore and use visual mode and speed up mode c... | Robert Estelle |
2021-01-02 | docs(nvm): clarify how to enable settings (#9542) | Paul Robert Lloyd |
2021-01-01 | feat(git): add grst alias for `git restore --staged` (#8932) | Peter Babič |
2021-01-01 | feat(docker): update completion to upstream version (#9470) | YantaoZhao |
2020-12-31 | feat(grc): source `grc.zsh` instead of hard-coding its content (#9553) | hjpotter92 |
2020-12-30 | fix(brew)!: update `bcubc` alias to use `brew upgrade --cask` (#9501) | Josh E. Roberts |
2020-12-27 | fix(genpass): use `log()` instead of `log2()` for zsh < 5.6 (#9548) | Marc Cornellà |
2020-12-16 | fix(genpass): improve performance and usability and fix bugs (#9520) | Roman Perepelitsa |
2020-12-14 | fix(genpass): add compatibility for macOS paste command | Patrick Harrison |
2020-12-14 | fix(genpass): warn if no wordlist is found | Marc Cornellà |
2020-12-14 | fix(genpass): check for presence of shuf command. | Patrick Harrison |
2020-12-13 | fix(genpass): fix grep regex in `genpass-xkcd` for FreeBSD version (#9514) | Matt Lewin |
2020-12-13 | fix(genpass): only use words with ASCII characters in `genpass-xkcd` (#9508) | Aaron Toponce |
2020-12-12 | feat(plugins): add genpass plugin with 3 distinct password generators (#9502) | Aaron Toponce |
2020-12-11 | fix(composer): autoload `_cache_invalid` for antigen compatibility | Marc Cornellà |
2020-12-10 | refactor(hanami): change global aliases and clean up README | Marc Cornellà |