Skip to content

Releases: drmad/tmux-git

New release 0.4

18 Jan 04:59
Compare
Choose a tag to compare
  • Configuration is now stored in a separate file, ~/.tmux-git.conf, automagically created at first run (@michael-coleman)
  • Initial Mac support with homebrew (@npauzenga)
  • Removed the tmux checking inside the main function. Warning, if you have installed a pre 0.3 version, you must update the ~/.bashrc line as show in the README.md!

New release 0.3

27 Nov 00:30
Compare
Choose a tag to compare
  • TMUX_OUTREPO_STATUS now defaults to tmux status value (@danarnold)
  • bright attribute is now removed when leaving a repo (@danarnold)
  • New installation line, now checks if inside tmux before loading the script (@danarnold)
  • Fix: Added quotes and slashes to avoid confusion in repos with similar starting names, and repos with spaces within the names. (@tilt)
  • Repo name now is shown before branch name.

New release 0.2

02 Oct 15:52
Compare
Choose a tag to compare
  • Small optimization: Now the script only checks for a repo if the
    current directory is outside the last repo found.
  • Flags added. For now, it only shows when there is a stash in the repo.
  • Configuration variables (and a function) now are at the top of the script,
    for easy hacking.