gh pr list

built-in
0.8% Savings
23 Commands
225 Tokens saved
2 Tests

Install

tokf install d4bce8be4ab4b2ec46924aff8f1b87724cd51f05414a1785bb780a2669104593
Safety checks passed

Filter definition

command = "gh pr list"

[[replace]]
pattern = '^(.*?)\tabout .+ ago$'
output = '{1}'

[on_success]
head = 40

[on_failure]
tail = 10

Examples

auth error shows tail ~39 tokens → ~39 tokens
Raw output
To get started with GitHub CLI, please run:  gh auth login
Alternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.
Filtered output
To get started with GitHub CLI, please run:  gh auth login
Alternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.
PR list strips timestamps ~49 tokens → ~37 tokens (24% saved)
Raw output
#69	refactor: replace Rust filter tests with declarative verify suites	OPEN	about 2 hours ago
#67	feat: add pnpm support	OPEN	about 1 day ago
#61	feat: add tokf verify command	MERGED	about 3 days ago
Filtered output
#69	refactor: replace Rust filter tests with declarative verify suites	OPEN
#67	feat: add pnpm support	OPEN
#61	feat: add tokf verify command	MERGED
Warning: Community filters are third-party code. Review the filter definition above before installing it in production environments.
Browse all filters