Add clippy (#684)

Co-authored-by: Jonathan Neidel <github@jneidel.com>
This commit is contained in:
Neil Berkman
2025-10-14 01:29:37 -07:00
committed by Jonathan Neidel
parent 0339f3148b
commit 0747f2a05b

View File

@@ -173,7 +173,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [kakoune](https://github.com/mawww/kakoune) - Modal editor inspired by vim.
- [micro](https://github.com/zyedidia/micro) - A simple and intuitive editor.
- [o](https://github.com/xyproto/o) - Configuration-free text editor and IDE.
- [helix](https://github.com/helix-editor/helix) - Modal editor inspired by kakoune.
- [helix](https://github.com/helix-editor/helix) - Modal editor inspired by kakoune.
### Frontend Development
@@ -200,7 +200,7 @@ Expose a service running on localhost to the public web for testing and sharing.
- [mycli](https://github.com/dbcli/mycli) - MySQL client with autocompletion and syntax highlighting.
- [pgcli](https://github.com/dbcli/pgcli) - Postgres client with autocompletion and syntax highlighting.
- [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL via JDBC.
- [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL via JDBC.
- [iredis](https://github.com/laixintao/iredis) - Redis client with autocompletion and syntax highlighting.
- [usql](https://github.com/xo/usql) - Universal SQL client with autocompletion and syntax highlighting.
@@ -359,6 +359,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv
- [active-win-cli](https://github.com/sindresorhus/active-win-cli) - Get the title/id/etc of the active window.
- [stronghold](https://github.com/alichtman/stronghold) - Configure security settings from the terminal.
- [dark-mode](https://github.com/sindresorhus/dark-mode) - Toggle dark mode.
- [clippy](https://github.com/neilberkman/clippy) - Clipboard tool for interacting with GUI applications.
### Terminal Sharing Utilities