Chris Ward

Results 14 comments of Chris Ward

Include docs that describe for developers the Workflows for building a new plugin

I think pulling in sqlalchemy as a dependency using local sqlite (~/.did/$USER.db) as the default store could be a good place to start. We know this way too we can...

some extra syntax that could later enable 'social' features ``` #tag @mention ```

maybe the command could be 'idid' ``` idid [date] #projectx #othertag drafted really important slides in libraoffice ``` then .did/config ``` [idid] source = '~/.did/cward.db' [Project X] type=idid filter="tag in...

I like it. Something tells me integrating Logging loggers into the mix could be an interesting solution rather than rewriting the print -> output code; LogHandlers could be extended easily...

OK, working off your proposal @psss mostly I have come up with one approach. https://github.com/kejbaly2/did/commits/feat.log.git It's functional already. It includes/depends on the fix.date branch I pull requested yesterday. Here's an...

Here's my go at this feature https://github.com/psss/did/pull/75 There's still a lot of potential for improvement, obviously. I think this is a good place to start though. The basic use-case (appending...

remote's could also be other services that permit saving strings; eg, ``` [facebook-kejbaly2] token = ... [facebook-group-x] type = logg remotee = facebook-kejbaly2 group = ... idid 'Hey fans great...

default to using YAML (readability)

remove Cython dependency (make optional and not required to run setup.py)