https://github.com/jdsee/popman
Simple zsh-plugin that let's you browse man-pages of commands you're currently typing
https://github.com/jdsee/popman
Last synced: 4 months ago
JSON representation
Simple zsh-plugin that let's you browse man-pages of commands you're currently typing
- Host: GitHub
- URL: https://github.com/jdsee/popman
- Owner: jdsee
- License: mit
- Created: 2024-08-03T19:12:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:27:00.000Z (over 1 year ago)
- Last Synced: 2025-11-22T21:01:14.038Z (5 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - popman - Ever found yourself in the middle of composing a long command and needing to check a man page? Popman lets you instantly pop open a man page for any command you're typing and jump right back to where you left off, making your command-line experience smoother and more efficient. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - popman - Ever found yourself in the middle of composing a long command and needing to check a man page? Popman lets you instantly pop open a man page for any command you're typing and jump right back to where you left off, making your command-line experience smoother and more efficient. (Plugins / ZSH on Windows)
README
# Popman: Seamlessly Access Man Pages While Writing Commands
Ever found yourself in the middle of composing a long command and needing to check a man page?
Popman let's you instantly pop open a man page for any command you're typing and jump right back to where you left off, making your command-line experience smoother and more efficient.
# Usage
This is just a hacky script so far but you can give it a try already.
Simply source the script to start using it:
```bash
source popman.plugin.zsh
```