From 49f648a908d05e5b7094e4382515a2ab960cfbfb Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Wed, 25 May 2022 20:16:06 -0600 Subject: [PATCH] Add community reference to linkding-cli (#270) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fb80a2..2f2be12 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ This section lists community projects around using linkding, in alphabetical ord - [linkding-extension](https://github.com/jeroenpardon/linkding-extension) Chromium compatible extension that wraps the linkding bookmarklet. Tested with Chrome, Edge, Brave. By [jeroenpardon](https://github.com/jeroenpardon) - [linkding-injector](https://github.com/Fivefold/linkding-injector) Injects search results from linkding into the sidebar of search pages like google and duckduckgo. Tested with Firefox and Chrome. By [Fivefold](https://github.com/Fivefold) - [aiolinkding](https://github.com/bachya/aiolinkding) A Python3, async library to interact with the linkding REST API. By [bachya](https://github.com/bachya) +- [linkding-cli](https://github.com/bachya/linkding-cli) A command-line interface (CLI) to interact with the linkding REST API. Powered by [aiolinkding](https://github.com/bachya/aiolinkding). By [bachya](https://github.com/bachya) ## Development