From d9f5dabfc42ada8eb7e3509b3f8666cb0e9bb8c8 Mon Sep 17 00:00:00 2001 From: Luca Zambarda Date: Fri, 16 Apr 2021 08:57:54 +0100 Subject: [PATCH] Add hbt plugin Add heuristic command suggestion system for ZSH. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d9f9f0..2a251a1 100644 --- a/README.md +++ b/README.md @@ -678,6 +678,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [hadoop-plugin](https://github.com/valek/zsh-hadoop-plugin) - Adds some convenience aliases for hadoop functions. * [hanami](https://github.com/davydovanton/hanami-zsh) - ZSH plugin for [hanami](http://hanamirb.org) projects. * [hangul](https://github.com/gomjellie/zsh-hangul) - Auto correct hangul(한글, korean) to english when it was supposed to be typed english. 영어를 타이핑 해야되는데 한글로 타이핑된경우 자동으로 수정합니다. +* [hbt](https://github.com/lzambarda/hbt) - Heuristic ZSH suggestion system based on past command usage. * [hints](https://github.com/joepvd/zsh-hints) - Display glob and parameter flags and other non completable info right under your editing buffer. * [hipchat](https://github.com/robertzk/hipchat.zsh) - Send hipchat messages from the shell. * [hist](https://github.com/marlonrichert/zsh-hist) - Edit your history in ZSH, without ever leaving the command line.