Query your trakt.tv watch history and search for movies/TV shows.
npm install -g trakt-cli
trakt-cli auth --client-id --client-secret ~/.trakt.yamltrakt-cli history # Recent history (default: 10 items)
trakt-cli history --limit 25 # Show more
trakt-cli history --page 2 # Paginate
trakt-cli search "Breaking Bad"
trakt-cli search "The Matrix"
User: "What have I been watching lately?"
trakt-cli history
User: "Show me my last 20 watched items"
trakt-cli history --limit 20
User: "Find info about Severance"
trakt-cli search "Severance"
共 1 个版本