Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Oct 24, 2023
1 parent 130fc1b commit 56a2a16
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@

**Gogpt** 是一个非常简洁直观的基于[TUI](https://github.com/charmbracelet/bubbletea)的ChatGPT客户端.

### 安装使用

---------------

- 从releases下载,解压可得到可执行文件,支持Win/Mac/Linux。
- 编译安装。
```bash
go install github.com/moqsien/gogpt/tree/main/pkgs/cmd/gogptm
```

### 功能描述

---------------
[j178](https://github.com/j178/chatgpt)更好用。
---------------
- 支持本地代理配置(http或者socks5)。
Expand Down Expand Up @@ -37,6 +48,16 @@

**Gogpt** is a simple client for chatgpt based on [TUI](https://github.com/charmbracelet/bubbletea).

### Install

---------------

- Download zip file from releases, decompress, use the binaries for Win/Mac/Linux.
- Compile and install.
```bash
go install github.com/moqsien/gogpt/tree/main/pkgs/cmd/gogptm
```

### Features

Easies to use than [j178](https://github.com/j178/chatgpt).
Expand Down
2 changes: 2 additions & 0 deletions pkgs/tui/ui_help.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ func (that *HelpModel) View() string {
fmt.Sprintf(pattern, "ctrl+c/esc", "Exit."),
fmt.Sprintf(pattern, "→", "Switch to the next Tab."),
fmt.Sprintf(pattern, "←", "Switch to the previous Tab."),
fmt.Sprintf(pattern, "tab", "Goto next input."),
fmt.Sprintf(pattern, "shift+tab", "Goto previous input."),
}
r := []string{}
for _, str := range helpList {
Expand Down

0 comments on commit 56a2a16

Please sign in to comment.