mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 20:12:55 +02:00
feat: implements filter on -l
Implements filtering by pattern with `-l`. Resolves #504.
This commit is contained in:
@ -44,6 +44,9 @@ Examples:
|
||||
To list all available cheatsheets:
|
||||
cheat -l
|
||||
|
||||
To list all cheatsheets whose titles match "apt":
|
||||
cheat -l apt
|
||||
|
||||
To list all tags in use:
|
||||
cheat -T
|
||||
|
||||
|
Reference in New Issue
Block a user