purarue
purarue
> And whether duplicates and overlaps are dropped. Duplicates in this case would use the timestamp as part of the unique check, so whenever a new database is backed up...
Ah, that is true... even `my.browser.export` might have duplicates (with local browser history API) if you recently backed up a database. I haven't found it to be too bothersome, but...
I think this is related to #177 and #307 If you want to ignore the site for now, you can right click the promnesia icon and click 'exclude globally' For...
Yeah seems fine One would need to git pull to update an editable install anyways, so they'd probably notice that Will probably swap the HPI-template and my repo as well...
Oh, if it wasnt obvious, I'll work on this, after some experimenting as posted in memex: https://memex.zulipchat.com/#narrow/stream/279601-hpi/topic/where_db/near/329138872
Oh yeah, GUI programs work as well, will make the interface agnostic so should be able to write a `my.photos.digikam` etc.
hmm, doesnt seem like anything like this exists (or more likely the npm bundling/packaging space is so full of random tools that I cant find it...) for reference, this would:...
Ah yeah, totally down for adding this, falling back to default behaviour if it fails
have been thinking more about this with me [adding more formats to browserexport](https://github.com/seanbreckenridge/browserexport/blob/78598d486dc3b727d31ca3e33f5181c397d32aa8/browserexport/parse.py#L58-L82), will probably create a meta-package like you have in exporthelpers that this will have as a dependency
looks good I think the only thing it doesnt meet my usecase for is `.gz` files (not `.tar.gz` files) like here: gzip has the same `rb` -> `rt` problem lzma...