Friday, September 25, 2009

[ANNOUNCE] nosyd 0.0.1

I got tired of having multiple nosy.py windows. So I daemonized the whole thing to run a unique instance per user.

Forget (my version of) nosy, here's nosyd, the _minimalist_ personal command line friendly CI server. It's initialy geared towards building python projects (hence the name).



Usage:

# add it to your PATH then
nosyd.py

Then from another shell:

nosyd.py --add
or
nosyd.py --add path/to/your/project
or
nosyd.py --delete
or
nosyd.py --delete path/to/your/project

One can also list the monitored projects

nosyd.py --list
nosyd monitors 4 project(s)
/home/jerome/Code/Customers/Xxx/Maths/eureka
/home/jerome/Code/Customers/Me/nosyd.git/nosyd
/home/jerome/Code/Customers/Yyy/projectx
/home/jerome/Code/Customers/Zzz/projecty

Get it while it's hot ! Feedback appreciated.

Notes

  • you might want to change the default time_period from 10 to 1.
  • only tested on Ubuntu 9.04 !


Update: github url updated.

No comments:

Post a Comment