Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,18 @@ if you would rather browse from inside the app.
</details>


- **Build a Zotero-style library for papers and data** with [dsh-paperpanel](https://github.com/Floatingfur/dsh-paperpanel) by [Floatingfur](https://github.com/Floatingfur). Reads PDF/Word in a centered reader with select-to-note, and edits CSV/Excel tables in place. 0★, MIT.

<details>
<summary>Install</summary>

```sh
dsh plugin --profile web add github:Floatingfur/dsh-paperpanel
```

</details>


### Git and code review

- **Run a code review bot natively inside DSH** with [dsh-reviewer-bot](https://github.com/chaojixinren/dsh-reviewer-bot) by [chaojixinren](https://github.com/chaojixinren). Cross-platform, rules are pluggable, and a review can be replayed locally. 14★, MIT.
Expand Down