This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
CutBox CLI
Jason Milkins edited this page Aug 28, 2023
·
1 revision
Display items from CutBox history. Most recent items first.
cutbox [options]
-f or --fuzzy <query> Fuzzy match items (case insensitive)
-r or --regex <query> Regexp match items
-i or --regexi <query> Regexp match items (case insensitive)
-e or --exact <string> Exact substring match items (case sensitive)
-l or --limit <num> Limit to num items
-F or --favorites Only list favorites
-M or --missing-date Only list items missing a date (copied pre CutBox v1.5.5)
Filter by time units e.g. 7d, 1min, 5hr, 30s, 25sec, 3days, 2wks, 1.5hours, etc. Supports seconds, minutes, hours, days, weeks.
--since <time>
--before <time>
Filter by ISO 8601 date e.g. 2023-06-05T09:21:59Z
--since-date <date>
--before-date <date>
--version Show the current version
-h or --help Show this help page
CutBox a nice little pasteboard time-machine