Add zaw-source

https://github.com/junkblocker/calibre-zaw-source/issues/1 is closed, add
zaw-source
This commit is contained in:
Joe Block 2021-06-16 10:05:02 -06:00
parent f2111040c3
commit dc5bb5b541

View file

@ -1041,6 +1041,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
* [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.
* [zaw](https://github.com/zsh-users/zaw) - ZSH anything.el-like widget.
* [zaw-source](https://github.com/junkblocker/calibre-zaw-source) - Source for [zaw](https://github.com/zsh-users/zaw).
* [zce](https://github.com/hchbaw/zce.zsh) - Vims EasyMotion / Emacss ace-jump-mode for ZSH.
* [zcolors](https://github.com/marlonrichert/zcolors) - Uses your `$LS_COLORS` to generate a coherent theme for Git and your Zsh prompt, completions and [ZSH syntax highlighting](https://github.com/zsh-users/zsh-syntax-highlighting).
* [zconvey](https://github.com/zdharma/zconvey) - Adds ability to send commands to other ZSH sessions, you can use this to `cd $PWD` on all active Z shell sessions, for example.