From ef0517329e209de0a3fd1d9ee37bdb572c8d5b6f Mon Sep 17 00:00:00 2001 From: Kevin Today Date: Wed, 4 Jun 2025 09:47:28 -0400 Subject: [PATCH] Add cmdk to examples --- Examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Examples.md b/Examples.md index a36dc7a..cf08bec 100644 --- a/Examples.md +++ b/Examples.md @@ -259,6 +259,8 @@ vg() { } ``` +Use `Cmd-k` to open any file and change to any directory, from anywhere: [cmdk](https://github.com/mieubrisse/cmdk) ([Bash code](https://github.com/mieubrisse/cmdk/blob/main/cmdk.sh)) + ### Changing directory ```sh