From 1592b4b51eb965d02e5c3a974cb73d5d13d4373e Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Mon, 9 Jan 2023 09:13:30 +0100 Subject: [PATCH] img: Create a directory for images because it annoys me so much to lift my finger and fix it --- README.md | 6 +++--- dark.png => img/screenshot-dark.png | Bin sc.png => img/screenshot.png | Bin 3 files changed, 3 insertions(+), 3 deletions(-) rename dark.png => img/screenshot-dark.png (100%) rename sc.png => img/screenshot.png (100%) diff --git a/README.md b/README.md index 1fe1a96..f499142 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Totally offline performant dictionary, with prefix fuzzy autocompleting search, - Linux only, currently - - + + - A format I camp up with deliberately when cleaning up some dictionary files - [x] API server @@ -37,4 +37,4 @@ apt install libxcb-shape0-dev libxcb-xfixes0-dev # required for building clipboa ## notes -- faster fuzzy autocompletion algorithm. https://github.com/qinbill/IncNgTrie ? \ No newline at end of file +- faster fuzzy autocompletion algorithm. https://github.com/qinbill/IncNgTrie ? diff --git a/dark.png b/img/screenshot-dark.png similarity index 100% rename from dark.png rename to img/screenshot-dark.png diff --git a/sc.png b/img/screenshot.png similarity index 100% rename from sc.png rename to img/screenshot.png