From 0747f2a05b7fbe119bfd907c6ccf1eca5f3b0da9 Mon Sep 17 00:00:00 2001 From: Neil Berkman Date: Tue, 14 Oct 2025 01:29:37 -0700 Subject: [PATCH] Add clippy (#684) Co-authored-by: Jonathan Neidel --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ec00236..5f5ea3f 100644 --- a/readme.md +++ b/readme.md @@ -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