[PR #174] [MERGED] wastebin-ctl tweaks #189

Closed
opened 2026-02-27 10:16:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/matze/wastebin/pull/174
Author: @cgzones
Created: 7/6/2025
Status: Merged
Merged: 7/12/2025
Merged by: @matze

Base: masterHead: ctl


📝 Commits (5)

  • 7bd1f86 Remove debug print statement
  • 758d3f7 Update tokio dependency for ctl
  • 5ae42a7 Make shell completion a feature
  • 66aaba6 Add filter options for ctl list command
  • b4387ae Add ctl option to delete pastes

📊 Changes

3 files changed (+183 additions, -13 deletions)

View changed files

📝 crates/wastebin_core/src/db.rs (+32 -1)
📝 crates/wastebin_ctl/Cargo.toml (+6 -2)
📝 crates/wastebin_ctl/src/main.rs (+145 -10)

📄 Description

  • add command to delete pastes
  • add filter options for listing pastes
  • do not include shell completion by default

🔄 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/matze/wastebin/pull/174 **Author:** [@cgzones](https://github.com/cgzones) **Created:** 7/6/2025 **Status:** ✅ Merged **Merged:** 7/12/2025 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `ctl` --- ### 📝 Commits (5) - [`7bd1f86`](https://github.com/matze/wastebin/commit/7bd1f8638356a917511ada410892b53f643de573) Remove debug print statement - [`758d3f7`](https://github.com/matze/wastebin/commit/758d3f7c96e5a50917a9ab1b24c9dbe6e62449bb) Update tokio dependency for ctl - [`5ae42a7`](https://github.com/matze/wastebin/commit/5ae42a795b9214a32f93fae7745718ee5f23259f) Make shell completion a feature - [`66aaba6`](https://github.com/matze/wastebin/commit/66aaba6c7408642eb4449ae8f1da563cebd98fff) Add filter options for ctl list command - [`b4387ae`](https://github.com/matze/wastebin/commit/b4387ae8d0c2d0622d971a2f81151655522a03b9) Add ctl option to delete pastes ### 📊 Changes **3 files changed** (+183 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `crates/wastebin_core/src/db.rs` (+32 -1) 📝 `crates/wastebin_ctl/Cargo.toml` (+6 -2) 📝 `crates/wastebin_ctl/src/main.rs` (+145 -10) </details> ### 📄 Description * add command to delete pastes * add filter options for listing pastes * do not include shell completion by default --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:16:06 +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/wastebin-matze#189
No description provided.