From 998ad80afd4dac1b2773e5b8879405aa6e0e82ed Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 4 Jun 2025 20:16:11 -0500 Subject: [PATCH] (chore): update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 66912d8..d1fdea0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ based.fish is a lightweight Fish plugin that provides context-based autocompletion for commands, options, and arguments. It enhances the default Fish shell completion system by offering more intelligent and context-aware suggestions. For example, it suggests commands based on the frequency of use, date of use, and the context of the current command line such as the path where you are, the command you are typing, etc. + +**Important:** this project was mainly born because I wrongly thought that [atuin](https://atuin.sh/) didn't offered per-directory completions, but it actually does. So, if you are looking for a more complete solution that also includes history management, I recommend checking out [atuin](https://atuin.sh/). However, if you are looking for a lightweight and simple solution that purely focuses on context-based autocompletion, this plugin is a great choice. + ## Features - Context-aware autocompletion for commands, options, and arguments.