← 返回
效率工具 中文

Queue

Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items.
管理带有优先级和重试逻辑的消息队列。适用于添加任务、规划重试策略、跟踪投递状态、审查失败项。
bytesagain1
效率工具 clawhub v2.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 657
下载
💾 2
安装
2
版本
#latest

概述

Queue

Task queue with priority management, timeline tracking, streaks, tagging, and weekly reviews. Logs all operations with timestamps for full traceability.

Commands

CommandDescription
----------------------
queue add Add a new item to the queue
queue plan Plan a task with scheduling details
queue track Track progress on a queued item
queue reviewReview current queue items and status
queue prioritize Set priority level for an item
queue remind Set a reminder for a queued item
queue streakShow current processing streak
queue tag Tag a queue item for categorization
queue timelineDisplay timeline of all queue activity
queue reportGenerate a queue status report
queue archive Move completed items to archive
queue weekly-reviewRun a weekly review of queue throughput
queue statsShow queue statistics and counts
queue export Export queue data in json, csv, or txt
queue search Search across all queue entries
queue recent [n]Show last n queue operations
queue statusShow current queue health
queue helpDisplay help and available commands
queue versionShow version number

Data Storage

All data stored locally in ~/.local/share/queue/:

  • add.log — added items
  • plan.log — planned tasks
  • track.log — tracking events
  • history.log — full operation history
  • Exported files saved to current directory

Requirements

  • bash 4+
  • Standard coreutils (grep, wc, du, sort, head, tail)

When to Use

  • Adding tasks to a processing queue with priority levels
  • Tracking progress on multiple concurrent jobs
  • Running weekly reviews to assess throughput and bottlenecks
  • Tagging and categorizing queue items for filtering
  • Archiving completed work and generating reports

Examples

# Add a new item to the queue
queue add "Process incoming data files"

# Plan a scheduled task
queue plan "Deploy v2.0 to staging"

# Track progress on an item
queue track ITEM-001

# Set priority
queue prioritize ITEM-001 high

# Tag for categorization
queue tag ITEM-001 deployment

# Run weekly review
queue weekly-review

# Export queue data
queue export json

# Show recent activity
queue recent 15

Tips

  • Use prioritize to bubble urgent items to the top
  • weekly-review gives a throughput summary with trends
  • tag items to filter by category in search
  • archive completed items to keep the active queue clean
  • streak tracks how many consecutive days you processed items

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

版本历史

共 2 个版本

  • v2.0.1 当前
    2026-03-29 22:37 安全 安全
  • v1.0.2
    2026-03-20 00:25

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,358
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,775

Cad

bytesagain1
CAD参考工具
★ 0 📥 2,725