Commit graph

12 commits

Author SHA1 Message Date
6ec8ad3ab5
fix: sqlite storage, add max deptth in list 2022-12-15 02:52:05 +01:00
c085d9183e
modularized storage, implemented basic json backend 2022-03-26 21:48:18 +01:00
Francesco Tolomei
212d41221e
improved compatibility (kind of)
windows support is still a loooong way to go
- replaced env!("HOME") with dirs::home_dir()
- replaced libnotify with notify_rust
- set to use bundled libcipher (encryption not implemented yet)
2022-03-23 20:01:24 +01:00
497879b839
added merge, use keys to sync, encrypt sent db
there's still much to do: server discards symbols in filename but base64
might produce symbols. The edit sync is broken: new memos will be
synched but not edited memos. Also it's pretty janky but I have to start
somewhere.
2022-03-23 02:42:08 +01:00
0d5ca6bf58
super crude remote sync system 2022-03-20 23:48:33 +01:00
821c1579e5
added color library 2022-03-16 02:10:22 +01:00
784fc2686a
update regex, bump vers a little 2022-03-16 02:08:53 +01:00
581aca2fb1
include git hash into version 2022-03-15 22:17:24 +01:00
4e49696dab
added basic notifications, args cleanup 2022-03-14 23:12:41 +01:00
fe9dabed7b
strip release binary, added some more info 2022-03-14 14:26:33 +01:00
0fce795d3a
command overhaul, finished core features, made it modular 2022-03-14 03:41:26 +01:00
1aee78643c
first commit 2022-03-13 20:13:13 +01:00