Merge pull request #1922 from unixorn/2024-updates

Add `iliutaadrian/zapmarks` plugin
This commit is contained in:
Joe Block 2024-10-14 15:53:19 -06:00 committed by GitHub
commit 30698ec881
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1566,6 +1566,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts:
- [z.lua](https://github.com/skywind3000/z.lua) - A command line tool which helps you navigate faster by learning your habits. An alternative to [z.sh](https://github.com/rupa/z) with Windows and posix shells support and various improvements. 10x faster than fasd and autojump, 3x faster than [z.sh](https://github.com/rupa/z).
- [zabb](https://github.com/Mellbourn/zabb) - `zabb` is a command that tries to figure out the shortest memorable abbreviation of a directory that is usable by [z](https://github.com/ajeetdsouza/zoxide) to unambiguously jump to that directory.
- [zabrze](https://github.com/Ryooooooga/zabrze) - A ZSH abbreviation expansion plugin.
- [zapmarks](https://github.com/iliutaadrian/zapmarks) - Provides quick access to your most used command-line bookmarks. It allows you to save, search, and execute complex commands with ease.
- [zautoload](https://github.com/Doc0x1/zautoload) - Autoloader for ZSH config files.
- [zaw](https://github.com/zsh-users/zaw) - ZSH anything.el-like widget.
- [zbrowse](https://github.com/zdharma-continuum/zbrowse) - When doing shell work, it is often the case that `echo $variable` is invoked multiple times, to check the result of a loop, etc. With ZBrowse, you just need to press `Ctrl-B`, which invokes the ZBrowse Zshell variable browser.