Y
Hacker News
new
|
ask
|
show
|
jobs
by
tingletech
1902 days ago
cool. Is there a way to convert a sub-task to a sub-sub-task? Where does it keep the local sqlite database file?
1 comments
mikewarot
1896 days ago
It's likely to be in
.config/grit/graph.db
Here's how I found mine, thanks to help in a different thread
root@Flipper:/# find . -name graph.db ./home/mike/.config/grit/graph.db
link