Add screenshot
This commit is contained in:
parent
8029f58990
commit
3dc65b4e64
|
@ -3,6 +3,10 @@
|
|||
`gitstatus` is a plugin made for prompts - it tells you how many things have
|
||||
changed since the last git commit in a repository.
|
||||
|
||||
Example with `PS1='%F{blue}%~%F{default} $(gitstatus) %F{green}$%F{default} '`:
|
||||
|
||||
![](./screenshot.png)
|
||||
|
||||
## Why such a thing?
|
||||
|
||||
Frankly, it's because I needed something small and fast that would integrate
|
||||
|
@ -61,7 +65,7 @@ to the program.
|
|||
|
||||
## Roadmap
|
||||
|
||||
- [ ] add screenshots
|
||||
- [x] add screenshots
|
||||
- [ ] cover more `git status` flags
|
||||
|
||||
## Contributing
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
Reference in New Issue