summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2018-01-19 10:59:08 +0200
committerGitHub <[email protected]>2018-01-19 10:59:08 +0200
commitafdafeec968a1e70c6621f79f6473118ab01bdb8 (patch)
tree8be3a7956e6a4e3dd407835216c925cab36d4c5d
parent22fe9ceed3cf977d68b29512decde01f6930f171 (diff)
update readme
Move description to top, and add go command line completion, so it will appear nicer in google search.
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 639c045..2a999ba 100644
--- a/readme.md
+++ b/readme.md
@@ -1,12 +1,12 @@
# complete
+A tool for bash writing bash completion in go, and bash completion for the go command line.
+
[![Build Status](https://travis-ci.org/posener/complete.svg?branch=master)](https://travis-ci.org/posener/complete)
[![codecov](https://codecov.io/gh/posener/complete/branch/master/graph/badge.svg)](https://codecov.io/gh/posener/complete)
[![GoDoc](https://godoc.org/github.com/posener/complete?status.svg)](http://godoc.org/github.com/posener/complete)
[![Go Report Card](https://goreportcard.com/badge/github.com/posener/complete)](https://goreportcard.com/report/github.com/posener/complete)
-A tool for bash writing bash completion in go.
-
Writing bash completion scripts is a hard work. This package provides an easy way
to create bash completion scripts for any command, and also an easy way to install/uninstall
the completion of the command.