gh issue list

built-in
0.0% Savings
4 Commands
0 Tokens saved
2 Tests

Install

tokf install 3f10d5fe566123971de177dcaf81eab7aca65c73e70d94cfd0f121c912d6f097
Safety checks passed

Filter definition

command = "gh issue 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.
issue list strips timestamps ~47 tokens → ~35 tokens (26% saved)
Raw output
#42	Bug: memory leak in filter engine	OPEN	bug	about 2 days ago
#38	feat: add JSON output mode	OPEN	enhancement	about 5 days ago
#35	docs: improve README examples	CLOSED	docs	about 1 week ago
Filtered output
#42	Bug: memory leak in filter engine	OPEN	bug
#38	feat: add JSON output mode	OPEN	enhancement
#35	docs: improve README examples	CLOSED	docs
Warning: Community filters are third-party code. Review the filter definition above before installing it in production environments.
Browse all filters