tldr clear
The tldr clear command removes command examples that were previously imported from tldr pages. This allows you to
clean up your library or remove categories you no longer need.
This operation only affects tldr commands and will not touch your personal, user-created bookmarks.
Usage
intelli-shell tldr clear [CATEGORY]
Arguments
-
CATEGORYSpecifies atldrcategory (e.g.,linux,osx,common) to clear from your library.If this argument is omitted, all
tldrcommands from all categories will be removed.For a list of official categories, see the tldr pages repository.
Examples
Clear All Imported tldr Commands
This is useful if you want to start fresh or remove all tldr examples from your search results.
intelli-shell tldr clear
Clear a Specific Category
If you've fetched pages for a specific category (e.g., osx) and no longer need them, you can remove them individually.
# Remove only the macOS-specific commands
intelli-shell tldr clear osx