https://github.com/keithdhedger/manpageeditorqt
A manpage editor for QT
https://github.com/keithdhedger/manpageeditorqt
cpp editor linux manpages qt6
Last synced: about 2 months ago
JSON representation
A manpage editor for QT
- Host: GitHub
- URL: https://github.com/keithdhedger/manpageeditorqt
- Owner: KeithDHedger
- License: gpl-3.0
- Created: 2025-09-07T13:08:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-07T13:15:53.000Z (10 months ago)
- Last Synced: 2025-09-07T15:14:24.498Z (10 months ago)
- Topics: cpp, editor, linux, manpages, qt6
- Language: C++
- Homepage: https://keithdhedger.github.io/
- Size: 71.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# ManPageEditorQT
A manpage editor for QT
I now consider this usable, but please make backups when changing man pages.
### Compile
```
For Qt6:
./autogen.sh --prefix=/usr
For Qt5:
USEQTVERSION=5 ./autogen.sh --prefix=/usr
```
#### TODO
Find/Replace