We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search is one of the main tools in ATO, it works with out of the box and you can look for URLs and titles that match your search.
ATO
Here's some advanced ways to use search.
Implementation status: #19
Regex search works using basic regex terms
Implementation status: #37
Use terms like -keyword to remove a specific word from results, for example:
-keyword
youtube -pewdiepie
Will look for all tabs with the word youtube in URL or the title, but remove all tabs that have the word pewdiepie in the URL or title.
youtube
pewdiepie
Some possible improvements that are not being implemented for the first version:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search is one of the main tools in
ATO
, it works with out of the box and you can look for URLs and titles that match your search.Here's some advanced ways to use search.
Regex search
Implementation status: #19
Regex search works using basic regex terms
Special search terms
Implementation status: #37
Use terms like
-keyword
to remove a specific word from results, for example:youtube -pewdiepie
Will look for all tabs with the word
youtube
in URL or the title, but remove all tabs that have the wordpewdiepie
in the URL or title.Improvements
Some possible improvements that are not being implemented for the first version:
The text was updated successfully, but these errors were encountered: