Personal information management - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
Todo-list - I use a plain text file ~/.todo with one task per line, and use "nl < ~/.todo" in my shell startup script. I don't sync them between computers as every machine has a different purpose (work, home, server, etc..). I wrote a small script to manage it all (http://git.z3bra.org/cgit.cgi/scripts/tree/todo). It's pretty simple:
Code:
$ todo
    1 explain what todo(1) is
$ todo post on nixers about the workflow thingy
$ todo
    1 explain what todo(1) is
    2 post on nixers about the workflow thingy
$ todo -d 1
$ todo
    1 post on nixers about the workflow thingy
$ todo -d /nixers/
$ todo
$
the -d flag just pass the argument as "sed ${2}d", so you can use regex and all that :)

Contacts - I'm not well organized... In fact, all I have is my ~/.mutt/aliases, which is not sync either between my computers. I only have a few contacts anyway. Otherwise, all contacts are stored on my phone. I hope I'll not loose it again!

Calendar - I use markers to write all my appointments on my bay window, as I use it everyday to enter/leave my appartment. This way I don't forget them!

Note taking & storage - I use my gopher server to have my notes available everywhere. It's just a "write everywhere and publish" workflow (I have vi, git and cgo on my phone, so I can work with it too).

e-mail setups - I have two accounts: my personnal box, and my spam box. Both are setup on my phone using imaps so I can read them anywhere. Then I use mutt with imap on my desktop, for easy management (I use different folders: dev, help, friends, commands, others). I also fetch all my mails via POP3 on my server, for archiving.

Device synchronization - I don't have any good solution yet.. I wish I had one though. I need something secure, fast and scalable so I can sync my medias, but also password managers and others. The best setup for me would an automatic rsync between my server and all the devices I connect on LAN (using some passphrase or something). I don't want to use some tier service for this. I don't trust other people regarding my personnal data. I want to do it all myself.

P.S. Thanks for this post, I love this kind of content where people share actual tips abouttheir day-to-day workflow! It makes me want to do another "workflow compilation!"


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