Update Readme & add demo GIF #125

Merged
6543 merged 8 commits from 6543/tea:add-demo-and-update-readme into master 2020-04-25 12:04:10 +00:00
Owner

Add a demo gif!

to see the demo of the demo go to: https://gitea.com/6543/tea ;)

close #120

**Add a demo gif!** to see the demo of the demo go to: https://gitea.com/6543/tea ;) * fix newline for new markdown roule: https://github.com/go-gitea/gitea/pull/11162 * add demo gif * update install & subcomand description * Add Icon & Name to the top close #120
6543 added the
kind/docs
skip-changelog
labels 2020-04-22 23:26:24 +00:00
6543 changed title from add-demo-and-update-readme to Update Readme & add demo GIF 2020-04-22 23:42:56 +00:00
techknowlogick reviewed 2020-04-22 23:44:17 +00:00
Dismissed
README.md Outdated
@ -14,3 +13,2 @@
Currently no prebuilt binaries are provided.
To install, a Go installation is needed.
You can use prebuild binaries from [dl.gitea.io](https://dl.gitea.io/tea/)!

You can use prebuild -> You can use the prebuilt

Also there is trailing space at end of this line.

`You can use prebuild` -> `You can use the prebuilt` Also there is trailing space at end of this line.
gary-kim reviewed 2020-04-23 01:42:36 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments :)

Couple comments :)
README.md Outdated
@ -11,1 +5,3 @@
the Gitea API implementation.
## The official CLI interface for gitea
This project acts as a command line tool for operating on one or multiple Gitea instances.
Member

Tea is a command line tool for interacting on one or more Gitea instances.

This is more of a personal preference but I think this is easier to understand. Your choice.

`Tea is a command line tool for interacting on one or more Gitea instances`. This is more of a personal preference but I think this is easier to understand. Your choice.
README.md Outdated
@ -14,3 +13,2 @@
Currently no prebuilt binaries are provided.
To install, a Go installation is needed.
You can use the prebuilt from [dl.gitea.io](https://dl.gitea.io/tea/)
Member

You can use the prebuilt binaries from [dl.gitea.io](https://dl.gitea.io/tea/)

`You can use the prebuilt binaries from [dl.gitea.io](https://dl.gitea.io/tea/)`
gary-kim reviewed 2020-04-23 01:42:45 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments :)

Couple comments :)
gary-kim reviewed 2020-04-23 01:42:55 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
gary-kim reviewed 2020-04-23 01:43:20 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
gary-kim reviewed 2020-04-23 01:43:45 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
gary-kim reviewed 2020-04-23 01:44:03 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
gary-kim reviewed 2020-04-23 01:44:30 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
gary-kim reviewed 2020-04-23 01:47:19 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
gary-kim reviewed 2020-04-23 01:49:00 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
gary-kim reviewed 2020-04-23 01:49:31 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
gary-kim reviewed 2020-04-23 01:49:48 +00:00
Dismissed
gary-kim left a comment
Member

Couple comments

Couple comments
Member

Oh whoops, sorry for the spam. I was getting a 500 error and I thought it didn't submit.

Oh whoops, sorry for the spam. I was getting a 500 error and I thought it didn't submit.
Author
Owner
@gary-kim: https://github.com/go-gitea/gitea/issues/11185 ;)
noerw requested changes 2020-04-23 10:38:35 +00:00
Dismissed
noerw left a comment
Member

nice gif! here's some more suggestions

nice gif! here's some more suggestions
README.md Outdated
@ -12,0 +5,4 @@
## The official CLI interface for gitea
This project acts as a command line tool for operating on one or multiple Gitea instances.
It use [code.gitea.io/sdk](https://code.gitea.io/sdk) and interact with the Gitea API
Member

use -> uses, interact -> interacts

use -> uses, interact -> interacts
README.md Outdated
@ -17,1 +14,4 @@
You can use the prebuilt from [dl.gitea.io](https://dl.gitea.io/tea/)
do it the `go` way:
Member

To install from source, go 1.12 or newer is required:

`To install from source, go 1.12 or newer is required:`
README.md Outdated
@ -45,20 +40,28 @@ tea login add --name=try --url=https://try.gitea.io --token=xxxxxx
Now you can use the `tea` commands:
Member
Now you can use the following `tea` subcommands.
Detailed usage information is available via `tea <command> --help`.
``` Now you can use the following `tea` subcommands. Detailed usage information is available via `tea <command> --help`. ```
README.md Outdated
@ -50,0 +43,4 @@
login Log in to a Gitea server
logout Log out from a Gitea server
issues List and create issues
pulls, pull, pr List open pull requests
Member

tea pulls does more than listing open pull requests. This description should be updated, also for other subcommands.

`tea pulls` does more than listing open pull requests. This description should be updated, also for other subcommands.
Author
Owner
@noerw @gary-kim done
noerw approved these changes 2020-04-24 10:11:56 +00:00
Dismissed
lafriks approved these changes 2020-04-24 14:45:08 +00:00
Dismissed
gary-kim approved these changes 2020-04-25 11:59:46 +00:00
Dismissed
6543 merged commit 8bbeeae327 into master 2020-04-25 12:04:08 +00:00
6543 deleted branch add-demo-and-update-readme 2020-04-25 12:04:53 +00:00
Sign in to join this conversation.
No description provided.