summaryrefslogtreecommitdiff
path: root/plugins/zsh-navigation-tools
AgeCommit message (Collapse)Author
2022-03-31chore: fix some instances of bad wordingMarc Cornellà
Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
2021-12-31docs(zsh-navigation-tools): remove installation steps from README (#10549)Marc Cornellà
Fixes #10549
2021-12-28refactor: handle `$0` according to the Zsh plugin standard (#10518)Curtis Rueden
For details and rationale, see: https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html Closes #10518
2021-12-24feat(zsh-navigation-tools)!: update to zdharma-continuum fork (#10402)Philipp Schmitt
BREAKING CHANGE: the `zsh-navigation-tools` plugin now bundles the version from the zdharma-continuum project, which republished the projects that psprint deleted (we don't yet know yet why). In theory this change doesn't break anything, but be aware of the change and that the upstream repository now lives somewhere else. Source: https://github.com/zdharma-continuum/zsh-navigation-tools/commit/67b24e1
2020-05-16zsh-navigation-tools: update to 5937e57eMarc Cornellà
Fixes #8476
2018-09-15misc: remove execution permission from various filesMarc Cornellà
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2016-11-02znt: Update to v2.2.7 (#5576)psprint
2016-10-10Use OSTYPE instead of uname whenever possible for better speed. (#5496)Hong
2016-06-18znt: update to v2.2.1 (#5174)psprint
2016-05-16znt: update to v2.1.15Sebastian Gniazdowski
2016-04-20Don't leave positional parameters being setSebastian Gniazdowski
2016-01-18znt: optimizations for zsh<=5.2, use $BUFFER if cmd is not from historySebastian Gniazdowski
2015-12-15znt: more optimizing workarounds for 5.0.6 <= zsh < 5.2Sebastian Gniazdowski
2015-12-07znt: include some status information on top of the windowSebastian Gniazdowski
2015-12-04znt: optimize heap usage for older Zsh's (e.g. 5.0.8)Sebastian Gniazdowski
2015-12-03znt: faster startup of tools using colorifying (e.g. n-history)Sebastian Gniazdowski
2015-11-30znt: twice as fast searchingSebastian Gniazdowski
2015-11-30znt: updated README.mdSebastian Gniazdowski
2015-11-30Updated README.mdSebastian Gniazdowski
2015-11-30Renamed README.txt to README.mdSebastian Gniazdowski
2015-11-30znt: n-history supports multi-line cmds and starts with current bufferSebastian Gniazdowski
2015-11-01Initial commit of Zsh Navigation ToolsSebastian Gniazdowski