fresh history
View and manage search history
The history command shows your recent search activity.
Usage
fresh history <SUB_COMMAND> [OPTIONS]Sub Commands
View History
# View recent searches
fresh history
# Show statistics
fresh history statsClear History
# Clear all history
fresh history clear
# Clear for specific URL
fresh history clear --url https://docs.python.org/3/
# Clear older than 30 days
fresh history clear --older-than-days 30Import/Export
# Export to JSON
fresh history export history.json
# Import from JSON
fresh history import history.json