[PR #1661] [MERGED] fix(export_browser_history): tilde doesn't expand in quotes #4475

Closed
opened 2026-03-15 01:46:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1661
Author: @pirate
Created: 2/18/2025
Status: Merged
Merged: 3/20/2025
Merged by: @pirate

Base: devHead: fix/export-browser-history


📝 Commits (8)

  • 0043b59 fix(export_browser_history): tilde doesn't expand in quotes
  • 2ff3fc4 feat(export_browser_history): basic arg parsing error message
  • 2e1ac04 feat(export_browser_history): fail script when errors occur
  • feded9e fix(export_browser_history): fix sqlite quote syntax error
  • 58bf8d0 feat(export_browser_history): add linux support for firefox
  • 9fbc2d3 fix chrome browser history export on Linux
  • 639aa72 fix typo
  • ba6a8c2 support XDG standard, search for chrome and chromium DBs

📊 Changes

1 file changed (+94 additions, -19 deletions)

View changed files

📝 bin/export_browser_history.sh (+94 -19)

📄 Description

Summary

Patch submitted by @pcrockett

Related issues

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/1661 **Author:** [@pirate](https://github.com/pirate) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `dev` ← **Head:** `fix/export-browser-history` --- ### 📝 Commits (8) - [`0043b59`](https://github.com/ArchiveBox/ArchiveBox/commit/0043b59bc8c7d3d26970eb34a368f660ca8e85aa) fix(export_browser_history): tilde doesn't expand in quotes - [`2ff3fc4`](https://github.com/ArchiveBox/ArchiveBox/commit/2ff3fc434e818e42188638bc091ad85585f93643) feat(export_browser_history): basic arg parsing error message - [`2e1ac04`](https://github.com/ArchiveBox/ArchiveBox/commit/2e1ac0409dd814e7dd646286a5e4cdee4f9b2cad) feat(export_browser_history): fail script when errors occur - [`feded9e`](https://github.com/ArchiveBox/ArchiveBox/commit/feded9e3d4db9bb91aef3721502685c7214e6b23) fix(export_browser_history): fix sqlite quote syntax error - [`58bf8d0`](https://github.com/ArchiveBox/ArchiveBox/commit/58bf8d07e1eb439691cb4ba6ad2c10847c92bddb) feat(export_browser_history): add linux support for firefox - [`9fbc2d3`](https://github.com/ArchiveBox/ArchiveBox/commit/9fbc2d3818f2757e2bac443cf7329fa65dadee98) fix chrome browser history export on Linux - [`639aa72`](https://github.com/ArchiveBox/ArchiveBox/commit/639aa7242b2d30edacab852316692935ffdbcbc0) fix typo - [`ba6a8c2`](https://github.com/ArchiveBox/ArchiveBox/commit/ba6a8c2da55df8da408ba7b26e8d9203d99eee92) support XDG standard, search for chrome and chromium DBs ### 📊 Changes **1 file changed** (+94 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `bin/export_browser_history.sh` (+94 -19) </details> ### 📄 Description <!-- IMPORTANT: Do not submit PRs with only formatting / PEP8 / line length changes. --> # Summary Patch submitted by @pcrockett # Related issues - Fixes https://github.com/ArchiveBox/ArchiveBox/issues/1657#issue-2856003985 # Changes these areas - [x] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Snapshot data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:46:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#4475
No description provided.