p4hipsnap
v1.0.0
Published
send hipchat message with optional selfie while submitting code to perforce
Downloads
2
Readme
p4hipsnap
Hasnæ's last day at escenic :'(
Next time I see all of you (in few years) I will naturally say the most confusing expression takk for siste ... so you better remember !!
requirements
- p4 (perforce)
- nodejs
- npm
- sense of humor
- common sense
install it
npm install p4hipsnap -g
echo "export NODE_FILECONFIG_DIR=$yourconfigpath" >> ~/.bashrc
source ~/.bashrc
setup configuration
cd $NODE_FILECONFIG_DIR
mkdir hipsnap
vim hipsnap/default.json
{
"user" : "",
"color" : "random",
"auth" : {
"bearer" : ""
},
"room" : {
"id" : hipchatroomid
}
}
use it
p4hipsnap submit "your awesome commit message" -i yourselfie.jpeg
wink ;)
The fileconfig dependency is a little "nursery" for javascript, yet requires lots and lots of nurturing.
TODO
Get the webcam to do its magic and take a realtime selfie while submitting code, kindof like lolcommits