An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```