Skip to content

hype list

List and filter your wins.

Terminal window
hype list [options]
OptionTypeDefaultDescription
-s, --space <name>stringFilter by space name (case-insensitive)
-l, --last <duration>stringShow wins from the last period
-t, --tag <name>stringFilter by tag name
-n, --limit <count>number20Maximum number of wins to show

The --last flag accepts these duration formats:

ExampleMeaning
7dLast 7 days
2wLast 2 weeks
1mLast 1 month
24hLast 24 hours
Terminal window
# List your 20 most recent wins
hype list
# Last week's wins
hype list --last 7d
# Work wins from the last month
hype list --space Work --last 1m
# Wins tagged "impact"
hype list --tag impact --limit 50
# Combine filters
hype list --space Work --tag launch --last 2w