-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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 within a folder #36
Comments
You can't with the AppImage because it's in a frozen state, but you can if you use the portable zip or the .deb! Just remove /usr from the blocklists! in /opt/drill-search/assets Drill/assets/blocklists/linux.txt Line 13 in e8c5802
|
But if you want that /usr/share/icons is treated as the root search this still needs to be implemented I want to add a "path:/usr/share/icons iconname" search way probably |
The entire Drill needs a token system for searching, like path:, extension:, date: and so on |
Maybe, you should include two types of search, one that look into entirely system and another like actualy was. |
The more time passes the less blacklists will be needed, SSDs price is crashing and every average user will have a SSD in 5 years max Anyways I think a "all:" token is a nice addition |
Side question: do you have any knowledge about the best idea to parse tokens? Like what is the best way to parse something like this:
I NEVER did something like this and I want to ask opinions around |
For now I will add low priority because you can """fix""" this by removing /usr from the blocklists and it's not something the average user would use But this needs to be implemented as a token, and the token system will be a huge update |
Sorry, i don't have this knowlege to help you. But thank you for the support, your suggestion fixed my problem. |
Another thing that you should change:
This way i can use a icon from theme. |
How does icon path resolving work? If I replace it with just |
|
You have to put icon on |
You are right, I can already see other software icons there |
icon fixed |
now the real question: why do you want to change the icon? you prefer a magnifying glass thingy? |
I don't want to change, the icon has to be a part of theme, when change theme, all icons has to be the same look/patern. |
Thanks, I want it to follow the standards as much as possible Do you know any good link to the documentation about the various paths in the Linux distros and what should I put there? |
Sorry, i don't know, but if you need any help, just ask me. |
What if there are multiple users so every user can have his/her own configuration file? Where should I put Drill configuration files? Into |
Could be. |
So do you think but the time it takes to write |
In fact, what I need is an option to search on a specific path only. |
So it's more like removing useless results from the list instead of actually searching on a specific path because of performance reasons? |
Something like that...hehe |
typing I believe the best solution for this is that if you start Drill (CLI or GTK) with and you could create a link to start Drill with that command, is it usable for you in this way? |
It should be enough. |
In Catfish i can search within a folder and i'm using this to search icons on system folder
/usr/share/icons
, i can't do this with Drill.Could this be implemented?
The text was updated successfully, but these errors were encountered: