ZigZig Forums  


Post a new message in "Feature requests"
Name:
email*:
Subject:
This image contains a scrambled text, it is using a combination of colors, font size, background, angle in order to disallow computer to automate reading. You will have to reproduce it to post a message in the forums. Enter the text in the image:
topic icon:
no
boardcode:
 Colour:  Size:   Close all tags
Message:

emoticons
B) ;) :) :P
:laugh: :ohmy: :sick: :angry:
:blink: :( :unsure: :kiss:
:woohoo: :lol: :silly: :pinch:
:side: :whistle: :evil: :S
:blush: :cheer: :huh: :dry:
* - your email address will never be displayed on the site.

Topic History of: Running custom commands
Max. showing the last posts - (Last post first)
Author Message
Gavin Laking A nice feature that you could add to ZigVersion would be the ability to execute a command/script before or after an operation. For example, I run php -l on all of my changed files as I'm coding and committing:



svn stat | grep 'php' | awk '{print "php -l " $2}' | sh



This could be placed into a little Bash script which I could then instruct ZigVersion to run before it allows a commit on a file or group of files. This for me would mean an end to silly parse errors because I forgot my trailing ;



Thanks!