purarue

Results 108 comments of purarue

Agree that emacs is a good model to use here. > Since all.py is tiny, it's not a big problem to just copy/paste it and apply your changes Definitely think...

Just as an update on my current state with HPI/extending this. Is to be expected with a fork that diverges, but its become more difficult to merge changes back in...

After trying and disliking how much had to be changed with a symlink based approach, have migrated towards a namespace-based approach: https://github.com/seanbreckenridge/HPI It does require me to manually edit the...

Created a naive implementation to manage my easy-install.pth file: https://github.com/seanbreckenridge/reorder_editable Isnt a perfect solution, but added a check in `my.config`, so it should catch it whenever I happen to break...

`all.py` has sort of become the standard here, see my [overlay](https://github.com/seanbreckenridge/HPI#partially-in-usewith-overrides) for an example Related PR: #238

Posting this here as reference: https://github.com/danzek/sms-backup-and-restore-parser/blob/master/smsbackuprestore/mms.go

`cachew` *should* automatically pick up that there have been new files picked up, and should recalculate new comments and overwrite that database On line 88 in `my/reddit/rexport.py`: ```diff diff --git...

Oh -- The only case where I see an issue if the filesnames of the new data are the same as the old, and you seem to be using `date...

I personally dont use bookmarks in the browser (just have a textfile with a [script](https://github.com/seanbreckenridge/bookmark.txt) to open stuff), so I haven't written anything to parse that yet. Feel free to...

Just as an update, I've since converted that into [browserexport](https://github.com/seanbreckenridge/browserexport), which supports reading history from: - Firefox (and Waterfox) - Chrome (and Chromium, Brave, Vivaldi) - Safari - Palemoon If...