A curated registry of high-quality, terminal-friendly documentation (.gg files) designed for the gig engine.
To view any guide in this collection, ensure the gig engine is installed. Search for guides by section and name.
Examples:
gig ls # View the 'ls' guide from the default search path
gig 1 grep # View 'grep' specifically from section 1
gig view doc.gg # Render a local guide fileYou can install and synchronize the full gigs collection directly through the gig engine using the built-in sync command. This ensures your local guide library is up-to-date with the latest versions.
gig syncThis command performs an atomic update, downloading the latest guides and placing them in the appropriate system directory (/usr/share/gig/ or the Termux equivalent).
Guides are organized by standard Unix manual sections: gigs/<section>/<name>.gg.
- Section 1: User Commands (
ls,grep,tar, etc.) - Section 7: Miscellaneous (
example, overview) - Section n/l: New and Local drafts
Interested in authoring your own .gg files? Check out our comprehensive syntax and style documentation:
We welcome new guides and improvements! Please follow our CONTRIBUTING.md guidelines.