Blinking Commits
blog.annharter.com
Blinking Commits
1–10 of 105 posts
Re: Blinking Commits
#2ok now i need a spam filter for git log - everything is flashing like "look at my nice changes here!" :)
Re: Blinking Commits
#3Of course, you can also use other escape codes to make your commits colored (e.g. [92m for green), underlined ([4m), etc.
Re: Blinking Commits
#4I actually quite like the idea of control codes in commit messages for internal teams where you can implement rules.
It could be useful for highlighting risky commits in red or other visual markers.
Would play merry hell with almost every other way of viewing commits though :D
Re: Blinking Commits
#5I think this post just changed my position on censorship :p
Re: Blinking Commits
#6In the world of ANSI escape codes and terminal emulators things are never that easy.
Works for OS X apparently.
Re: Blinking Commits
#7Regrettably (?), you can't use this to implement marquee.
But you can make your text black with a black background. Or re-order lines, which I suspect to be "fun" for git logs.
Re: Blinking Commits
#8[deleted]
Re: Blinking Commits
#9I wonder if GitHub do/will support this and parse it to HTML
Re: Blinking Commits
#10First emojis, now blinking text, this has to stop.