From 4b167dc5f0e9d328388bb471f54e66832532f117 Mon Sep 17 00:00:00 2001 From: Luis Alberto Santos Date: Mon, 22 May 2023 20:10:58 +0200 Subject: [PATCH] new tip --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 482c180..41ac93e 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,15 @@ You can customize key bindings using environment variables: `INTELLI_BOOKMARK_HO - You can regularly use `cd` but if you hit `ctrl + space` it will show your "pinned" folders - Long commands or even functions can also be bookmarked - For example `function custom_echo () { echo "hey: $@"; }; custom_echo {{text}};` +- Label suggestions are stored based on the root command and the label name, which gives you flexibility to decide. + + For these two commands, the same images will be suggested: + - `docker run {{--rm}} {{--interactive}} {{image}}` + - `docker rmi {{--no-prune}} {{image}}` + + But these two commands will suggest different volumes: + - `docker run --volume {{image-1-volumes}} image-1` + - `docker run --volume {{image-2-volumes}} -p {{image-2-ports}} image-2` ## Wishlist