Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: A faster implementation of Git status (github.com/romkatv)
15 points by romka2 on April 1, 2019 | hide | past | favorite | 2 comments



Very neat! How can we get this on bash (ubuntu)?


Take a look at the example: https://github.com/romkatv/gitstatus#gitstatusd. Even though this example uses ZSH, it's just for exposition. It launches gitstatusd, writes a request to its stdin, reads the request from stdout and prints it. You can discern from it the format it uses for requests and responses.

There is also a formal description of request/response format in `gitstatusd --help`, or in https://github.com/romkatv/gitstatus/blob/master/src/options....




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: