diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-12 08:46:46 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-12 08:46:46 +0000 |
commit | e0ecf6701b9e37b5f5d5bb2e306efb9f56d5722e (patch) | |
tree | d573a4779c2904497f8e2c2995ef861fa909bb03 /README.md | |
parent | changed the file name, added comments (diff) | |
download | lclip-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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ # lclip a minimal clip manager in lua + +## TODO +Use sqlite instead of hand-rolling a file.</br> |