arisuchan    [ tech / cult / art ]   [ λ / Δ ]   [ psy ]   [ ru ]   [ random ]   [ meta ]   [ all ]    info / stickers     temporarily disabledtemporarily disabled

/feels/ - personal experiences

share your thoughts, feelings, and experiences.
Name
Email
Subject
Comment

formatting options

File
Password (For file deletion.)

Help me fix this shit. https://legacy.arisuchan.jp/q/res/2703.html#2703

Kalyx ######


File: 1493704554031.png (2.1 MB, 1520x1080, ClipboardImage.png)

 No.101

What does lain do to keep on top of things? I get so overwhelmed with thoughts and ideas and tasks that I just end up paralyzing myself and doing absolutely nothing. Even if my one and only task for the day is to organize my tasks. My physical and digital notes are overflowing literally and figuratively respectively. I am feeling so disheartened. Help.

 No.102

>>101
Use a database, SQLite is probably best for this. That way the data will never overwhelm you and you can group or order however you like. You could create tags for certain types of note. For example you could SELECT * FROM NOTES WHERE TAG = "TODO" AND PRIORITY = 10; or whatever you want. You could make a small UI for it in a language of your choice or just use something like SQLiteBrowser. If you don't want to do any of this you could try taskwarrior, its a Free Software cli tool to track tasks.

 No.103

I use emacs' org-mode: http://orgmode.org/

It's great, your TODO items are headers in a document, so you can write your notes under them and hierarchically organize them. It supports tags, custom statuses, priorities, you can even use it to estimate effort and keep track of time spent on various tasks.

It has agenda views where it gathers your stuff from multiple files and displays them in various ways, like the weekly agenda that displays your upcoming tasks for the days of the week. You can schedule tasks, set deadlines, and even set recurring tasks. Of course you can define your own views and it's extremely customizable.

At first it's a bit complex (especially if you have never used emacs before), when I started out I barely used any of thr features but my workflow slowly evolved to include more and more. There are non-programmers who only use emacs for org-mode so don't be scared to give it a try!



[Return] [Go to top] [ Catalog ] [Post a Reply]
Delete Post [ ]