Ideas: add journal idea
This commit is contained in:
parent
c8cd8eb647
commit
3ca928243e
49
ideas/journal.txt
Normal file
49
ideas/journal.txt
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
Make a cli-like journaling app.
|
||||||
|
|
||||||
|
|
||||||
|
dir structure
|
||||||
|
.myjournalapp
|
||||||
|
-- year
|
||||||
|
-- Month
|
||||||
|
-- Day
|
||||||
|
--2017-May-02.txt
|
||||||
|
|
||||||
|
When I run myjournalapp it'll open up a curses like selction dialog (think similar to NCDU)
|
||||||
|
Or better yet, screw it. We'll just get a command prompt with a list of entries.
|
||||||
|
|
||||||
|
Then I'll select the year
|
||||||
|
Then month
|
||||||
|
Then day.
|
||||||
|
|
||||||
|
First option will be today's date. Rest will be entries that already exist.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
EX:
|
||||||
|
|
||||||
|
Today (select this to go straight into today's entry. If it doesn't exist,
|
||||||
|
create a new one. Posibly have some sort of templating.)
|
||||||
|
|
||||||
|
2016
|
||||||
|
2017
|
||||||
|
|
||||||
|
(select 2017)
|
||||||
|
|
||||||
|
Jan
|
||||||
|
Feb
|
||||||
|
Mar
|
||||||
|
Apr
|
||||||
|
May
|
||||||
|
Jun
|
||||||
|
Jul
|
||||||
|
Aug
|
||||||
|
Sep
|
||||||
|
Nov
|
||||||
|
|
||||||
|
(select NOV)
|
||||||
|
|
||||||
|
01 - (Do I want a title here too?)
|
||||||
|
02
|
||||||
|
...
|
||||||
|
31
|
Loading…
x
Reference in New Issue
Block a user