[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10379":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},10379,"slack-term","jpbruinsslot\u002Fslack-term","jpbruinsslot","Slack client for your terminal","",null,"Go",6603,227,70,53,0,1,7,38.07,"MIT License",false,"master",true,[25,26,27,28,29,30],"cli","go","golang","slack","terminal","tui","2026-06-12 02:02:20","slack-term\n==========\n\nA [Slack](https:\u002F\u002Fslack.com) client for your terminal.\n\n![Screenshot](\u002Fscreenshot.png?raw=true)\n\nInstallation\n------------\n\n#### Binary installation\n\n[Download](https:\u002F\u002Fgithub.com\u002Ferroneousboat\u002Fslack-term\u002Freleases) a\ncompatible binary for your system. For convenience, place `slack-term` in a\ndirectory where you can access it from the command line. Usually this is\n`\u002Fusr\u002Flocal\u002Fbin`.\n\n```bash\n$ mv slack-term \u002Fusr\u002Flocal\u002Fbin\n```\n\n#### Via Go\n\nIf you want, you can also get `slack-term` via Go:\n\n```bash\n$ go get -u github.com\u002Ferroneousboat\u002Fslack-term\n$ cd $GOPATH\u002Fsrc\u002Fgithub.com\u002Ferroneousboat\u002Fslack-term\n$ go install .\n```\n\n#### Via docker\n\nYou can also run it with docker, make sure you have a valid config file\non your host system.\n\n```bash\ndocker run -it -v [config-file]:\u002Fconfig erroneousboat\u002Fslack-term\n```\n\nSetup\n-----\n\n1. Get a slack token, click [here](https:\u002F\u002Fgithub.com\u002Ferroneousboat\u002Fslack-term\u002Fwiki#running-slack-term-without-legacy-tokens)\n\n2. Running `slack-term` for the first time, will create a default config file at\n   `~\u002F.config\u002Fslack-term\u002Fconfig`.\n\n```bash\n$ slack-term\n```\n\n3. Update the config file and update your `slack_token` For more configuration\n   options of the `config` file, see the [wiki](https:\u002F\u002Fgithub.com\u002Ferroneousboat\u002Fslack-term\u002Fwiki).\n\n```javascript\n{\n    \"slack_token\": \"yourslacktokenhere\"\n}\n```\n\nUsage\n-----\n\nWhen everything is setup correctly you can run `slack-term` with the following\ncommand:\n\n```bash\n$ slack-term\n```\n\nDefault Key Mapping\n-------------------\n\nBelow are the default key-mappings for `slack-term`, you can change them\nin your `config` file.\n\n| mode    | key       | action                     |\n|---------|-----------|----------------------------|\n| command | `i`       | insert mode                |\n| command | `\u002F`       | search mode                |\n| command | `k`       | move channel cursor up     |\n| command | `j`       | move channel cursor down   |\n| command | `g`       | move channel cursor top    |\n| command | `G`       | move channel cursor bottom |\n| command | `K`       | thread up                  |\n| command | `J`       | thread down                |\n| command | `G`       | move channel cursor bottom |\n| command | `pg-up`   | scroll chat pane up        |\n| command | `ctrl-b`  | scroll chat pane up        |\n| command | `ctrl-u`  | scroll chat pane up        |\n| command | `pg-down` | scroll chat pane down      |\n| command | `ctrl-f`  | scroll chat pane down      |\n| command | `ctrl-d`  | scroll chat pane down      |\n| command | `n`       | next search match          |\n| command | `N`       | previous search match      |\n| command | `,`       | jump to next notification  |\n| command | `q`       | quit                       |\n| command | `f1`      | help                       |\n| insert  | `left`    | move input cursor left     |\n| insert  | `right`   | move input cursor right    |\n| insert  | `enter`   | send message               |\n| insert  | `esc`     | command mode               |\n| search  | `esc`     | command mode               |\n| search  | `enter`   | command mode               |\n","slack-term 是一个可在终端中使用的 Slack 客户端。它采用 Go 语言编写，支持通过 CLI 界面与 Slack 进行交互，提供了消息发送、频道切换及搜索等核心功能，并允许用户自定义键位映射以适应个人使用习惯。该项目具有轻量级、响应速度快的特点，特别适合需要在命令行环境中高效处理 Slack 消息的技术人员或团队使用。此外，其安装简便，既可通过预编译二进制文件直接部署，也支持通过 Go 或 Docker 方式运行，满足不同开发环境下的需求。",2,"2026-06-11 03:28:05","top_topic"]