From 1a974ce1ca5d29066d28345656fd5fdc416a1ce2 Mon Sep 17 00:00:00 2001 From: Lazarus Lazaridis <9477868+iridakos@users.noreply.github.com> Date: Fri, 1 Mar 2019 07:30:34 +0200 Subject: [PATCH] Added goto (#231) --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f83af79..179e44d 100644 --- a/readme.md +++ b/readme.md @@ -291,8 +291,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [happyfinder](https://github.com/hugows/hf) - (another) Fuzzy file finder for the command line. - [PathPicker](https://github.com/facebook/pathpicker/) - After parsing the output from a command, PathPicker presents you with a nice UI to select which files you're interested in. - [find-up-cli](https://github.com/sindresorhus/find-up-cli) - Find a file by walking up parent directories. -- [fz](https://github.com/changyuheng/fz) - Seamless fuzzy tab completion for z -- [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration +- [fz](https://github.com/changyuheng/fz) - Seamless fuzzy tab completion for z. +- [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration. +- [goto](https://github.com/iridakos/goto) - Directory aliases for the shell with autocomplete. ## Terminal Utilities