arl / tmux-gitbar

Git in your tmux status bar
GNU General Public License v3.0
169 stars 16 forks source link

Allow delimiters to be configured #45

Closed roobert closed 7 years ago

roobert commented 7 years ago

This doesn't change the default behaviour so shouldn't break peoples existing configurations.

Related to #32.

arl commented 7 years ago

Hi @roobert and thanks for the PR, it could be useful indeed. I'll have a look at it in detail during the weekend, and especially to see if it is worth adding integration tests to the existing suite. It just a matter of checking that those configuration variables you added are taken into account.

In case you are interested to write it yourself, help yourself :smile: . The entry point is in ./test/integration-tests/main.bats and the expect commands corresponds to scripts written in TCL/Tk using Expect located in the same directory, those do the actual parsing of the tmux screen

arl commented 7 years ago

This would probably fix #32