starcraftman / zsh-git-prompt

[Active Fork] Informative git prompt for zsh
MIT License
58 stars 15 forks source link

Speedup by taking input from STDIN for git status --branch --porcelain #12

Closed starcraftman closed 6 years ago

starcraftman commented 6 years ago

Already in progress, just a note for tracking. Will eliminate the time waiting for the command to complete. The largest remaining cost is the time taken to startup the python interpreter and source imports. I do not think further improvements will make a large dent in time.