aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-12 08:46:46 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-12 08:46:46 +0000
commite0ecf6701b9e37b5f5d5bb2e306efb9f56d5722e (patch)
treed573a4779c2904497f8e2c2995ef861fa909bb03 /README.md
parentchanged the file name, added comments (diff)
downloadlclip-e0ecf6701b9e37b5f5d5bb2e306efb9f56d5722e.tar.gz
lclip-e0ecf6701b9e37b5f5d5bb2e306efb9f56d5722e.zip
added a todo to the readme to use sqlite instead of just a plain file
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8f1380..1a39059 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
# lclip
a minimal clip manager in lua
+
+## TODO
+Use sqlite instead of hand-rolling a file.</br>