-
-
Notifications
You must be signed in to change notification settings - Fork 114
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 that spans both repos and AUR #88
Comments
Just as a random thought, what about |
I actually thought of that too, but for technically reasons it would be a terrible mess to implement it that way. |
Alright, I'll just make an alias then I guess :-). |
|
--all? aura -Ass isn't a good idea, really :P |
What about Otherwise, if you'd rather want to implement a long option I'd say |
What about |
Capital letters usually represent a whole family of operations, and I'm not about to fuse the AUR and the Repos on any other fronts. |
Any choice is necessarily going to be a bit silly since it's asymmetric (why is -A, an AUR flag, searching the repos?). It would be really nice if we could get -SAs to work, but I know it'd be a mess. :\ |
Once again the power of taking a shower has bestowed the solution upon me: I won't implement this after all. The desired output can easily be obtained with a simple shell function (here's a fish example): function search
aura -Ss $argv; aura -As $argv
end |
That was too easy, and works exactly as it should :-). |
Sure, please. |
@fosskers, excellent choice, I was hoping you'd say that! |
I swear man, taking a shower works every time. |
Nice @fosskers ; as a side note, might want to integrate this more easily with the the install of aura ... maybe adding another binary such as "aura_search" or something. May make it easier for new people to Aura to know this exists and make it more friendly without having to create a separate shell function. |
I'll add it to the man page. We're Arch users, remember. |
True. =) Adding to the man page would be great as well. |
A new long suboption?
aura -As --wide
?The text was updated successfully, but these errors were encountered: