# wailsman **Repository Path**: EEPPEE_admin/wailsman ## Basic Information - **Project Name**: wailsman - **Description**: manpage viewer with go wails and vue.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-18 - **Last Updated**: 2026-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: manpageviewer, wails, Vue ## README # Wailsman(experimental manpage viewer) - basically idea from `xman` program, but xman is too old software - then I make a fancy manpage viewer - [WARNING]: code generated by llm, I don't know if there is bug or not # tech internal - example show ls manpage to stdout: `man 1 ls | col -bx` - send manpage string to frontend, and render it # keybinds - I'm thinking I only need to find string, I guess - ctrl + f: find specify string in viwer # screenshot