purarue
purarue
I personally use a script to merge all my databases into a JSON file every 3 months or so, using a [merge-browser-history](https://github.com/seanbreckenridge/bleanser/blob/master/bin/merge-browser-history) script I think theres enough solutions here --...
> An alternative is to simply convert everything to a json-like thing and just store it in the single column yeah, the only thing I'm unsure of here is if...
Since the auto code generator didn't work I don't plan to any time soon Go ahead On Fri, Dec 2, 2022, 2:53 PM Chris Peterson ***@***.***> wrote: > @seanbreckenridge are...
can use `os.path.expandvars`, like in #40
will close this in favor of #42 and #44
HPI uses [appdirs](https://github.com/ActiveState/appdirs/blob/3fe6a83776843a46f20c2e5587afcffe05e03b39/appdirs.py#L187-L190) to figure out where to put your config. See [preinit](https://github.com/karlicoss/HPI/blob/master/my/core/preinit.py) for the code that figures that out You can set the `MY_CONFIG` environment variable to override that,...
tried to implement some sort of this but ended up just spinning off into a a separate, generic project: [clone-repos](https://github.com/seanbreckenridge/clone-repos) Felt as if there are just too many edge cases...
Since Ive started using activitywatch on my android and windows machines, I also published a basic library to parse the JSON dump from activitywatch [here](https://github.com/seanbreckenridge/active_window/), with the corresponding HPI file...
For 1, you should use `browserexport save -b [browser] -t ~/data/browsing` or something like that, see [here](https://github.com/seanbreckenridge/browserexport#save) Can copy over the example part of the readme: ``` $ browserexport save...
@karlicoss if you'd like, I can make a PR with some instructions for using browserexport here. Should that go in `SOURCES.org` or somewhere else? edit: perhaps a section in `GUIDE.org`?