Skip to content

Commit

Permalink
new tip
Browse files Browse the repository at this point in the history
  • Loading branch information
lasantosr committed May 22, 2023
1 parent cc75920 commit 4b167dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b167dc

Please sign in to comment.