From 1f937cc3c0684d6273ca101088cb53918002fd1d Mon Sep 17 00:00:00 2001 From: ChenYe Date: Mon, 9 Dec 2024 16:34:05 +0800 Subject: [PATCH] draft new 2.0 version --- README.md | 94 +-------------------------------------- {doc => docs}/shortcut.md | 0 2 files changed, 2 insertions(+), 92 deletions(-) rename {doc => docs}/shortcut.md (100%) diff --git a/README.md b/README.md index 4b0a5ff..5e9838a 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,13 @@ [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md) [![Version](https://img.shields.io/github/tag/chzyer/readline.svg)](https://github.com/chzyer/readline/releases) [![GoDoc](https://godoc.org/github.com/chzyer/readline?status.svg)](https://godoc.org/github.com/chzyer/readline) -[![OpenCollective](https://opencollective.com/readline/badge/backers.svg)](#backers) -[![OpenCollective](https://opencollective.com/readline/badge/sponsors.svg)](#sponsors) - -

- - - -

A powerful readline library in `Linux` `macOS` `Windows` `Solaris` `AIX` ## Guide * [Demo](example/readline-demo/readline-demo.go) -* [Shortcut](doc/shortcut.md) +* [Shortcut](docs/shortcut.md) ## Repos using readline @@ -29,86 +21,4 @@ A powerful readline library in `Linux` `macOS` `Windows` `Solaris` `AIX` [![bom-d-van/harp](https://img.shields.io/github/stars/bom-d-van/harp.svg?label=bom-d-van/harp)](https://github.com/bom-d-van/harp) [![abiosoft/ishell](https://img.shields.io/github/stars/abiosoft/ishell.svg?label=abiosoft/ishell)](https://github.com/abiosoft/ishell) [![Netflix/hal-9001](https://img.shields.io/github/stars/Netflix/hal-9001.svg?label=Netflix/hal-9001)](https://github.com/Netflix/hal-9001) -[![docker/go-p9p](https://img.shields.io/github/stars/docker/go-p9p.svg?label=docker/go-p9p)](https://github.com/docker/go-p9p) - - -## Feedback - -If you have any questions, please submit a github issue and any pull requests is welcomed :) - -* [https://twitter.com/chzyer](https://twitter.com/chzyer) -* [http://weibo.com/2145262190](http://weibo.com/2145262190) - - -## Backers - -Love Readline? Help me keep it alive by donating funds to cover project expenses!
-[[Become a backer](https://opencollective.com/readline#backer)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -## Sponsors - -Become a sponsor and get your logo here on our Github page. [[Become a sponsor](https://opencollective.com/readline#sponsor)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +[![docker/go-p9p](https://img.shields.io/github/stars/docker/go-p9p.svg?label=docker/go-p9p)](https://github.com/docker/go-p9p) \ No newline at end of file diff --git a/doc/shortcut.md b/docs/shortcut.md similarity index 100% rename from doc/shortcut.md rename to docs/shortcut.md