You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,7 @@
11
11
A simple and easy-to-use command-line application and tool library written in Golang.
12
12
Including running commands, color styles, data display, progress display, interactive methods, etc.
13
13
14
-
## [中文说明](README.zh-CN.md)
15
-
16
-
中文说明请看 **[README.zh-CN](README.zh-CN.md)**
17
-
18
-
## Screenshots
14
+
> [中文说明](README.zh-CN.md)
19
15
20
16

21
17
@@ -70,8 +66,7 @@ Rich in functions and easy to use. Highlights grouped by area:
70
66
71
67
**Extras**
72
68
73
-
- Color output, interactive input and progress/data display, provided by
74
-
[gookit/color](https://github.com/gookit/color) and [gookit/cliui](https://github.com/gookit/cliui)
69
+
- Color output, interactive input and progress/data display, provided by [gookit/color](https://github.com/gookit/color) and [gookit/cliui](https://github.com/gookit/cliui)
75
70
76
71
## GoDoc
77
72
@@ -687,8 +682,7 @@ go build ./_examples/cliapp.go && ./cliapp example -h
687
682
688
683
gcli ships with color output, interactive input (`Confirm` / `Select` / `ReadLine` ...),
689
684
progress display (`Bar` / `Spinner` / `Loading` ...) and data display (table / list / tree),
690
-
provided by [gookit/color](https://github.com/gookit/color) and
> For more usage see [gookit/color](https://github.com/gookit/color) and [gookit/cliui](https://github.com/gookit/cliui).
-[gookit/event](https://github.com/gookit/event) Lightweight event manager and dispatcher implements by Go
713
-
-[gookit/cache](https://github.com/gookit/cache) Generic cache use and cache manager for golang. support File, Memory, Redis, Memcached.
714
709
-[gookit/config](https://github.com/gookit/config) Go config management. support JSON, YAML, TOML, INI, HCL, ENV and Flags
715
710
-[gookit/color](https://github.com/gookit/color) A command-line color library with true color support, universal API methods and Windows support
716
711
-[gookit/filter](https://github.com/gookit/filter) Provide filtering, sanitizing, and conversion of golang data
0 commit comments