Personal information management - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
movq
Long time nixers
Topics like this are great, there is so much interesting software to discover!


To-do lists, Calendars, and notifications

https://github.com/vain/gitodo which also includes highcal: Basically just a colored "cal" that can highlight deadlines of TODO items. A cronjob can create e-mails as reminders (these mails don't leave my system, they just end up in my user's ~/Mail).

For those little reminders ("in 15 minutes, your pizza is ready!"), there are wrappers around at(1): https://github.com/vain/bin-pub/blob/master/alarm and https://github.com/vain/bin-pub/blob/master/listalarms

Contacts

I store contacts in a JSON file + some tools to read that file:

"contacts_mutt_query" can also query an ldap server. I need that at work.

Note taking and storage

Just a git repo containing text and markdown files.

Email setups

exim/dovecot on my server, mpop/msmtp + procmail + mu on my workstations. mutt as MUA. When I mark mails as "read", they get committed to a git repo and thus get synced amongst my machines. Yes, this sounds a little weird (why not just imap?), but it works quite well and makes it hard to accidentally lose mails.

On each workstation, there's a local exim with a minimal configuration which allows me to use /usr/bin/sendmail. It just permits local mail from one unix user to another.

Device synchronization

I don't have a smartphone, so it's just git and unison.


Messages In This Thread
Personal information management - by Laserswald - 25-07-2015, 01:10 AM
RE: Personal information management - by venam - 25-07-2015, 04:39 AM
RE: Personal information management - by bsdkeith - 25-07-2015, 05:00 AM
RE: Personal information management - by z3bra - 25-07-2015, 08:59 AM
RE: Personal information management - by movq - 25-07-2015, 09:02 AM
RE: Personal information management - by z3bra - 25-07-2015, 03:56 PM
RE: Personal information management - by io86 - 26-07-2015, 10:45 AM
RE: Personal information management - by srp - 29-07-2015, 07:59 AM
RE: Personal information management - by venam - 11-11-2015, 05:03 AM
RE: Personal information management - by z3bra - 11-11-2015, 05:15 PM
RE: Personal information management - by z3bra - 12-11-2015, 08:17 AM
RE: Personal information management - by z3bra - 12-11-2015, 11:00 AM