8000 GitHub - alephmelo/watchman: Watchman: Version control status management made easy.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alephmelo/watchman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watchman

contributions welcome PyPI version PyPI python versions

Installation

$ pip install watchman

Usage

From the directory containing all your projects (subfolders):

$ watchman check
project1                     is on branch: default
project2                     is on branch: default
project3                     is on branch: development

Note: Default scm app is mercurial, if you use git just set -s flag:

$ watchman check -s git
project1                     is on branch: master
project2                     is on branch: patch-1
project3                     is on branch: dev

Contributing

Just clone the repo and install via Python

$ git clone git@github.com:alephmelo/watchman.git
$ cd watchman
$ python setup.py develop

Demo

demo

TODO (lots of it)

  • Optional git or mercurial
  • Set all to branch (e.g. master/default)
  • Coloring for better UX
  • Sign of stash change
  • Many more.

About

Watchman: Version control status management made easy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0