Skip to content

Tags: mrkline/promptoglyph

Tags

v0.6

Toggle v0.6's commit message
Remove timeout for VCS status output

This was promptoglyph's raison d'être, but modern Git has an "fsmonitor"
feature that gets you _really_ fast repo status by using a daemon
(like Watchman) to keep track of which files might have changed and need
another stat(). This system also doesn't like if you murder `git status`
while it's in the middle of doing its thing.

With this feature gone, I should probably revisit zsh's `vcs_info` and
see how it compares (both in output and performance) to this tool.

v0.5.1

Toggle v0.5.1's commit message
build bump

v0.5

Toggle v0.5's commit message
Git ignores .tar.gz package

v0.4

Toggle v0.4's commit message
Bump to 0.4

v0.3.2

Toggle v0.3.2's commit message
Version bump for recent fixes

v0.3.1

Toggle v0.3.1's commit message
Version bump for fix by Daniel Kurashige-Gollub

v0.3

Toggle v0.3's commit message
Provide a --bash option similar to --zsh

This should address #4.

v0.2

Toggle v0.2's commit message
Call this v0.2

v0.1.1

Toggle v0.1.1's commit message
Add "make package" for releases, tweak --help