Files
tldr/pages/common/posh.md
T
panacotar 17d7177614 posh: update flags (#23577)
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
2026-08-24 15:43:39 +02:00

615 B

posh

Gems documentation browser for Ruby developers. More information: https://poshtui.com/docs.

  • Download documentation to your machine (run inside a Ruby project):

posh sync

  • Start the interactive documentation browser for the current project:

posh

  • Open a specific project:

posh --project {{path/to/project}}

  • Clear all docsets from your machine:

posh clear

  • Generate the autocompletion script for your shell:

posh completion {{bash|fish|powershell|zsh}}

  • Display help:

posh {{[-h|--help]}}

  • Display help for a specific subcommand:

posh {{subcommand}} {{[-h|--help]}}