purarue
purarue
Sounds good - [I think I already have it hooked up to cachew](https://github.com/seanbreckenridge/HPI/blob/master/my/browsing.py#L76-L85), unless you mean something different. Corresponding [promnesia Source](https://github.com/seanbreckenridge/promnesia/blob/master/promnesia_sean/sources/browsing.py) for now Only thing missing before a PR is...
@redthing1 [browser history](https://github.com/karlicoss/HPI/tree/master/my/browser) has a module here now; see [here](https://github.com/karlicoss/HPI/blob/master/doc/MODULES.org#mybrowser) to set it up If bookmarks from the databases is something you're still interested in, feel free to [create an...
`hpi repo install /path/to/local/clone` would be nice as well, allows you to place it wherever you want and is more flexible than just forcing a specific directory Should still definitely...
Currently the way this gets youtube data is through [google takeout](https://takeout.google.com/?pli=1), (can see the parser for it [here](https://github.com/seanbreckenridge/google_takeout_parser)), which is typically done on a monthly or so basis. That does...
Personally I would probably solve this with RSS, but may not be the kind of experience youre looking for
Just some thoughts on configuring/modifying this. This is heavily biased as someone who is familiar with python, and I expected that I'd have to fork/modify HPI to fit my needs....
> Hm, can you elaborate on 'enabling' modules? In Emacs this makes sense because many modules are on hooks and depend on the file mode, whereas in HPI, modules are...
After some fiddling to get it to work on my fork, [Works great!](https://gist.github.com/seanbreckenridge/b2be6adc46642f2989367aa0f7684ae4)
Yeah... may be possible to inspect the error to see if its importing from my.config? can see if thats easy to do
To just copy paste what was said in `#wrapper-devs`, regarding #99 There's incompatibility in types with the schema and the generator is super strict so it doesn't really work. Edit:...