Skip to content

tmux-python/tmux-manuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For studying the differences between prior tmux versions to check compatibility with legacy versions.

Get source:

$ git clone https://github.com/tmux/tmux
$ cd tmux

Converted with:

$ git checkout <version>
$ ./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:

$ diff -u 1.6 1.8 > 1_6__1_8.diff

About

tmux version manuals in text format, for easy diffs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published