https://github.com/tmux-python/tmux-manuals
tmux version manuals in text format, for easy diffs
https://github.com/tmux-python/tmux-manuals
Last synced: 3 months ago
JSON representation
tmux version manuals in text format, for easy diffs
- Host: GitHub
- URL: https://github.com/tmux-python/tmux-manuals
- Owner: tmux-python
- License: other
- Created: 2021-06-16T19:50:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T10:58:34.000Z (over 3 years ago)
- Last Synced: 2025-01-08T19:41:50.853Z (about 1 year ago)
- Language: Python
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
For studying the differences between prior tmux versions to check compatibility with legacy
versions.
Get source:
```bash
$ git clone https://github.com/tmux/tmux
$ cd tmux
```
Converted with:
```bash
$ git checkout
$ ./autogen.sh
$ ./configure
$ make
$ groff -t -e -mandoc -Tascii tmux.1 | col -bx > manpage.txt
```
repeat for versions.
Create a git-diff style diff of version manuals:
```bash
$ diff -u manual/1.6.txt manual/1.8.txt
```