gh issue view *

built-in
42.1% Savings
19 Commands
4.1K Tokens saved
2 Tests

Install

tokf install 01c3270909f0e38de9e1d9069af26a7c8505fedf29cb302d7d263be94de0021b
Safety checks passed

Filter definition

command = "gh issue view *"

skip = [
  "^assignees:\\s*$",
  "^projects:\\s*$",
  "^milestone:\\s*$",
  "^labels:\\s*$",
]

[on_success]
head = 30

[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 view skips empty metadata ~44 tokens → ~34 tokens (23% saved)
Raw output
title:	Bug: memory leak in filter engine
state:	OPEN
author:	mpecan
assignees:
projects:
milestone:
labels:
--
When running filters on large outputs, memory usage keeps growing.
Filtered output
title:	Bug: memory leak in filter engine
state:	OPEN
author:	mpecan
--
When running filters on large outputs, memory usage keeps growing.
Warning: Community filters are third-party code. Review the filter definition above before installing it in production environments.
Browse all filters