To install, grab the bash script, read its comments, and off you go. The script is here: https://github.com/bigethan/social-command
This is a small command line program to quickly jot down ideas and throughts and associate them with a friend / group / thing. I wanted a specific tool that don't really belong in a todo or reminder app, and my terminal is always a keystroke away.
I use it like so: assuming I have the command aliased as social in my shell, and I'm strangely taking notes about myself, at the ⤇ prompt I might type things like:
[ ~]$ social ethan ⤇ doesn't like celebrating his birthday [ ~]$ social ethan ⤇ just built a shop in his garage [ ~]$ social ethan ⤇ is looking for a new sport like hobby
and then I can review them later with social show ethan:
[ ~]$ social show ethan 1 | 2016-06-20 03:55:52 | doesn't like celebrating his birthday 2 | 2016-06-21 15:45:11 | just built a shop in his garage 3 | 2016-06-22 11:12:22 | is looking for a new sport like hobby
To clear item '3' from the list: social done ethan 3 If you want to see all of your notes social show will show everything.