nonmean/dsh-plugin-explorer

nonmean★ 2TypeScriptLast synced: 2026-08-15

Open on GitHub

DSH client plugin: browse GitHub repos tagged dsh-plugin (name, README, stats) with sync and search

README excerpt

dsh-plugin-explorer A local tool for the DeepSeek Harness web GUI that browses the GitHub dsh-plugin topic: every repo's name , README , and statistics (stars, forks, open issues, language, license, last update, topics), with a Sync button to refresh the data, an in-memory search , top-tag filtering , and sorting (stars / last update / created, ascending or descending). It is a client plugin ( dsh.client dual-face package) that mounts one entry into the sidebar's footer action list ( sidebar.footer.action ): a Plugin Explorer trigger beside Settings that opens the tool's modal. Using the tool 1. Open the web GUI ( http://127.0.0.1:3080 ) and refresh the page. 2. Click Plugin Explorer in the sidebar footer (bottom-left, next to Settings). 3. Press Sync to fetch the topic's repos from the GitHub search API (sorted by stars). Keywords in the search box and the selected tag are folded into the GitHub query (e.g. topic:dsh-plugin agent topic:python ), so a scoped sync fetches exactly that matching subset instead of GitHub's 1000-result cap truncating the whole topic, and the fetched subset replaces the cached snapshot. The status line shows the GitHub query of the last sync. 4. Search f…

View full README on GitHub →
Terminal / TUIdshdsh-pluginsidebarsearch

Category