[PR #536] [MERGED] Tag list filter #1212

Closed
opened 2026-03-01 14:48:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/536
Author: @jdcaballerov
Created: 11/13/2020
Status: Merged
Merged: 11/13/2020
Merged by: @pirate

Base: masterHead: tag-list-filter


📝 Commits (3)

  • cbb3d04 Allow list filtering by tag name
  • d54c3ee Add tag filter argument to remove command
  • b1dbfcb Add test remove tag filter

📊 Changes

4 files changed (+26 additions, -2 deletions)

View changed files

📝 archivebox/cli/archivebox_list.py (+1 -1)
📝 archivebox/cli/archivebox_remove.py (+1 -1)
📝 archivebox/index/__init__.py (+1 -0)
📝 tests/test_remove.py (+23 -0)

📄 Description

Summary

Adds a tag filter for remove and list commands

Related issues

#261

Changes these areas

Adds tag filter for list and remove commands

  • 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/536 **Author:** [@jdcaballerov](https://github.com/jdcaballerov) **Created:** 11/13/2020 **Status:** ✅ Merged **Merged:** 11/13/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `master` ← **Head:** `tag-list-filter` --- ### 📝 Commits (3) - [`cbb3d04`](https://github.com/ArchiveBox/ArchiveBox/commit/cbb3d04c12996365146feff99331aa47fe67492c) Allow list filtering by tag name - [`d54c3ee`](https://github.com/ArchiveBox/ArchiveBox/commit/d54c3eec9d65ac87dd70cbd0f85c5cab995e9c1a) Add tag filter argument to remove command - [`b1dbfcb`](https://github.com/ArchiveBox/ArchiveBox/commit/b1dbfcb73f22ebbb68e511650ede01db9cd87809) Add test remove tag filter ### 📊 Changes **4 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/cli/archivebox_list.py` (+1 -1) 📝 `archivebox/cli/archivebox_remove.py` (+1 -1) 📝 `archivebox/index/__init__.py` (+1 -0) 📝 `tests/test_remove.py` (+23 -0) </details> ### 📄 Description # Summary Adds a tag filter for remove and list commands # Related issues #261 # Changes these areas Adds tag filter for list and remove commands - [ ] Bugfixes - [x] Feature behavior - [x] 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-01 14:48:52 +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#1212
No description provided.