From 4fbf5b73ba60f4ff558020b4b8b31fc8a1d0beb1 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 24 Apr 2024 12:37:22 -0600 Subject: [PATCH] Add `ttkalcevic/pwp` Add `ttkalcevic/pwp` plugin Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a7cf28..e1d84e6 100644 --- a/README.md +++ b/README.md @@ -1126,6 +1126,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [portal](https://github.com/anasouardini/portal/) - A very basic script for jumping to/from paths without having to do write the whole path, open multiple terminal sessions or do a file system search using [fzf](https://github.com/junegunn/fzf). - [posh-git-bash](https://github.com/lyze/posh-git-sh) - Adds `git` status in your prompt. - [ppsmon](https://github.com/mzpqnxow/ppsmon) - Reads `/sys/class/net/$interface/` to keep track of packet transmission rates. It stores the current rate to a file in the RAM backed filesystem where it can be easily accessed for display in a shell-prompt. Linux-only due to use of `/sys`. +- [pwp](https://github.com/ttkalcevic/pwp) - Provides a convenient way to display the present working path in the terminal prompt and lists the current working directory along with its parent directories. Additionally, it includes a custom command .. to navigate to parent directories easily. - [pr-cwd](https://github.com/zpm-zsh/pr-cwd) - Creates a global variable with current working directory. Plugin has integration with [jocelynmallon/zshmarks](https://github.com/jocelynmallon/zshmarks). - [pr-eol](https://github.com/zpm-zsh/pr-eol) - Displays an EOL symbol which can be embedded in the prompt. - [pr-exec-time](https://github.com/zpm-zsh/pr-exec-time) - Adds a variable you can use to display the execution time of the last command run.