$15.0 USDC
Expired
Add ubounty browse command for discovering bounties
Posted December 04, 2025
cli
bounties
feature
medium
🔄 Bounty Refunded
This bounty expired without merged PRs. Full refund has been issued.
Amount:
$15.45 USDC
Transaction:
pending-re...66421587
Description
Type: Feature
Difficulty: Medium
Suggested Bounty: $15 USDC
Description
Implement a browse subcommand that allows developers to discover available bounties from the terminal. This is the entry point for developers looking to earn.
Acceptance Criteria
ubounty browse lists open bounties with title, amount, and repo
Support filters: --language, --min-amount, --max-amount, --difficulty
Output should be clean and scannable (no walls of text)
Pagination for large result sets
Example Usage
bashubounty browse --language python --min 50
ubounty browse --difficulty easy --limit 20
Technical Notes
The backend API endpoint already exists at /api/bounties. This is primarily a CLI wrapper with good UX.
Requirements
- CLI development
- Python scripting
- API integration
Acceptance Criteria
- Lists open bounties with title, amount, and repo
- Supports --language, --min-amount, --max-amount, --difficulty filters
- Implements pagination for large result sets