docs: update README with GitHub+Gitea links, simplify install-sl.ps1

This commit is contained in:
2026-06-12 18:59:28 +00:00
parent 42c9810681
commit 587aebe8b9
2 changed files with 25 additions and 32 deletions

View File

@@ -11,14 +11,14 @@ Custom slash command for [Hermes Agent](https://github.com/NousResearch/hermes-a
## Install
**Linux/macOS:**
From **GitHub**:
```bash
hermes plugins install https://git.softmediadesign.com/git_alhan/hermes-plugin-session-list.git --enable
hermes plugins install https://github.com/alhan/hermes-plugin-session-list.git --enable
```
**Windows (one-liner):**
```powershell
PowerShell -ExecutionPolicy Bypass -Command "irm https://git.softmediadesign.com/git_alhan/hermes-plugin-session-list/raw/branch/master/install-sl.ps1 | iex"
From **Gitea** (self-hosted):
```bash
hermes plugins install https://git.softmediadesign.com/git_alhan/hermes-plugin-session-list.git --enable
```
Then `/new` (or restart Hermes) to reload.
@@ -50,3 +50,8 @@ columns:
Available fields: `#`, `id`, `source`, `model`, `title`, `started_at`, `ended_at`, `message_count`, `preview`, `last_active`, `input_tokens`, `output_tokens`, `total_tokens`, `net_input`, `net_total`, `cache_read_tokens`, `cache_write_tokens`, `reasoning_tokens`
Set `width: 0` on the **last** column for free-form (no truncation).
## Repos
- GitHub: https://github.com/alhan/hermes-plugin-session-list
- Gitea: https://git.softmediadesign.com/git_alhan/hermes-plugin-session-list