From 6de697ca021c4790667f630dfa9cedc10a823f40 Mon Sep 17 00:00:00 2001 From: Calm Zhu <10286576+calmzhu@users.noreply.github.com> Date: Fri, 29 Dec 2023 21:22:45 +0800 Subject: [PATCH] Add external plugin bookmark (#46) --- External-plugins.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index 2eb9753..e814637 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -109,3 +109,14 @@ Some users may want to use Oh My Zsh during the SSH connections. There is [xxh p #### [zshnotes](https://github.com/jameshgrn/zshnotes) A small, tidy, lightweight notes app that creates a daily text file and timestamps every line of added text + +#### [bookmark](https://github.com/calmzhu/ohmyzsh-plugin-bookmark) + +Yet another ohmyzsh plugin to quick jump between cmdline directories. with an intuitiv design + +``` +Add path to bookmarks, return an ordered number. +and use the numbers to switch between dirs finally. +``` + +