readme: update with new recording of the termui, and screen of the webui

This commit is contained in:
Michael Muré 2018-08-17 13:19:35 +02:00
parent c93c0221ca
commit 55ab9631b9
No known key found for this signature in database
GPG Key ID: A4457C029293126F
6 changed files with 49 additions and 7 deletions

View File

@ -5,13 +5,13 @@
[![GoDoc](https://godoc.org/github.com/MichaelMure/git-bug?status.svg)](https://godoc.org/github.com/MichaelMure/git-bug) [![GoDoc](https://godoc.org/github.com/MichaelMure/git-bug?status.svg)](https://godoc.org/github.com/MichaelMure/git-bug)
[![Go Report Card](https://goreportcard.com/badge/github.com/MichaelMure/git-bug)](https://goreportcard.com/report/github.com/MichaelMure/git-bug) [![Go Report Card](https://goreportcard.com/badge/github.com/MichaelMure/git-bug)](https://goreportcard.com/report/github.com/MichaelMure/git-bug)
> Bugtracker embedded in Git > Distributed bug tracker embedded in Git
Would it be nice to not have to rely on a web service somewhere to deal with bugs ? Would it be nice to not have to rely on a web service somewhere to deal with bugs ?
Would it be nice to be able to browse and edit bug report offline ? Would it be nice to be able to browse and edit bug report offline ?
`git-bug` is a bugtracker embedded in `git`. It use git's internal storage so **no files are added in your project**. `git-bug` is a distributed bug tracker embedded in `git`. It use git's internal storage so **no files are added in your project**.
As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples. As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples.
@ -68,15 +68,14 @@ You can now use commands like `show`, `comment`, `open` or `close` to display an
An interactive terminal UI is available using the command `git bug termui` to browse and edit bugs. An interactive terminal UI is available using the command `git bug termui` to browse and edit bugs.
![terminal UI](doc/termui.png) ![terminal UI](doc/termui_recording.svg)
// TODO: replace with less test data ;-) ## Web UI (status: WIP)
## Web UI (status: terribly WIP)
You can launch a rich Web UI with `git bug webui`. You can launch a rich Web UI with `git bug webui`.
![Web UI](doc/webui.png) ![Web UI screenshot 1](doc/webui1.png)
![Web UI screenshot 2](doc/webui2.png)
This web UI is entirely packed inside the same go binary and serve static content through a localhost http server. This web UI is entirely packed inside the same go binary and serve static content through a localhost http server.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

43
doc/termui_recording.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 437 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

BIN
doc/webui1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
doc/webui2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB