>whats new easy manual installation with install.sh bash script basic keyboard shortcuts to get focus of search input or quit simple context menu on right click quotation marks work for explicit search
FTS5 implementation where available, currently only Arch sqlite.org/fts5.html this gives ability to remove unwanted results with minus sign, like video -webm
FTS5 also ignores diacritic/accent so search for operator would show in results 'ôperàtor'
also important fix for the slow but precise nonFTS search(checkbox top right) the order of searched terms mattered before, now it does permutations of input so you can be sure that if it exists on the system it will be shown
I made also a gif of the installation with the new bash script but it kinda felt meh.. too large, too attention dragging to be put on the github readme page
but here it is...
Samuel Morris
>mfw linux tries to reinvent search that microsoft mastered on idk xp? when cortana searches the phrase you want on the fucking PICTURES with ocr so you can get that photo of that blurry recipe or whatever on your phone in mere seconds because it also works with connected cloud services too.
Leo Green
>windows search >good lol
Hunter Taylor
find . -iname "filename"
Owen King
regex support?
Jordan Morgan
the default search in windows has the same shortcomings as the many searches in linux go find some non executable file in program files and search for it...
find . -iname "*.webm" and what now what to do with results when its just giant list and you cant adjust and filter out the results more based on what you see
sqlite can do it according to quick google so it could be done cant really see it used often or by many people.. though it might actually be pretty nifty regex tester, seeing results go live as you play with the regex expression will look in to it
Sebastian Russell
>sqlite can do it according to quick google so it could be done cool really the only thing I can think of that I use often with everything search is wildcards * and the video/audio/everything filters
Jeremiah Gonzalez
OP - if this is yours, thank you. People like you are the reason Linux is great. I really appreciate it. I'm flat broke at the moment but I'll buy you a beer as soon as I get my first paycheck in a few weeks. I'll star your Github repo too.
Have you packaged it for the AUR yet?
Dominic Miller
nice
Adam Thompson
find . -iregex ".*foo$"
Zachary Smith
Also, you should put a bitcoin/paypal address that you'd take donations at
Daniel Robinson
...
Joseph Cruz
Fuck off, this diserves its own thread you shitty backseat mod.
Nicholas Russell
good. But can I click that mp3 and open it in my preferred player from Angrysearch?
Ian White
thnx for the praise, but it dont really feel very earned this project is surprisingly easy, as in I had like codecademy python course done when I started to tinker with it.. but its shame that actual professional programmers with some C magic did not pick up on everything.. that shit would be tiny and awesome
this is just input field for searching in 200MB large database and table with results with some fluff around it
>Have you packaged it for the AUR yet? yeap its up
The fuck is the point of this? Fuzzy search isnt new
Aaron Roberts
to find what you want as fast as possible or to get fast where you want to go
and after you get to it you can actually make use of it right away
Michael Adams
find / &| grep "chrome"
Nicholas Reyes
sneaky
Aiden Robinson
what's wrong with locate(1)? you don't even need X to run it
Jace Barnes
cumbersome and unwieldy, hard to make use of the results
its on completely different level to just press alt+space, angrysearch opens and write part of the name of a tv series that you want to continue watching and be there with next 2 key presses
or to search for stuff and filter results depending on what you see instantly popping up...
Wyatt Peterson
Looking pretty good.
Gavin Jenkins
how do you change the icon?
Liam Howard
whats wrong with locate
Aaron Thompson
Linux has had this functionality for ages you retard.
Thomas Smith
>having to hit enter
inferior searching tool
Easton Williams
>HUR I CAN'T PRESS ENTER IT'S TOO HAAAARRRD. WAAAAAAAAH Fucking winfags man, absolute fucking retards. Pressing enter is too hard for them.
Henry Hughes
how does this differ from ‘locate’?
Connor Gray
>I made also a gif of the installation with the new bash script make a fucking package REEEEEEEEEEEEE
not some stupid bash install script
Ethan Stewart
>being this much of a buttfrustrated anti-GUI tard >clogging up your bash history with locates
Sebastian Rivera
>bash
Josiah Stewart
>locate brain >not found
Logan Brown
Why is it that angrysearch need to manually update the database when everything knows about all your new files instantly?
Nicholas Brown
the most productive thing Sup Forums has ever done in it's entire existance.
Thank you based OP
Caleb Wilson
>entire project is one big py-qt script
Aaron Russell
write a better one or shut the fuck up
Eli Morris
>bash
Anthony Diaz
>find . -iname "filename"
Good! Now integrate that into a file manager.
Lucas Rodriguez
>Have to press enter AND type in some long complex command to use the files
Just fuck off.
Luke Lewis
>some long complex command
Zachary Hall
>linux >functionality lol
Cameron Cox
fewer steps is better than more steps
I know it's difficult to accept that your precious command line interface is not better at everything.
Josiah Thomas
>need to find a file >have to type shit into the terminal and hack the mainframe like you're in the fucking matrix or something linux is garbage
Aiden Johnson
>install.sh >not utilizing python's setuputils >not using that to create a proper package for any distribution
Carter Brown
Shit, he even went and developed something instead of just the logo. What a time to be alive.
Cameron Watson
Can it crawl folders that begin with a #? Everything cant
Isaiah Rivera
>cortana searches the phrase you want on the fucking PICTURES with ocr
Is this actually for real? Sweet
Cameron Young
theres arch, opensuse and fedora packages setup.py install I saw only used for modules not actually whole applications and more linux users should be familiar with few lines of bash
yeah, not ideal I guess, if you know of some similar size project that does separation well do tell... I feel like i would be just forcing it for the sake of separation with few classes
I guess database update might be better as separate file with some changes that would make it work for both update from within the main application and on a cronjob...
yeap, it can crawl in to folders named ^@{#}$::: linux is not picky about the naming
Logan Davis
>when everything knows about all your new files instantly? It doesn't.
Jack Harris
Make it so that angrysearch creates a lockfile or I can configure the systray feature.
Currently I use krunner to run it, but it keeps spawning new instances and spamming my systray. Either make it not minimize to the systray, or check if an instance is already running and bring that one up instead.
Jayden Harris
will check, I can confirm that KDE is virtual box is doing it to me too
Ryder Baker
of course not--too much for microcucks to develop
Hudson Morgan
>setup.py install I saw only used for modules not actually whole applications setup.py installs your package to be usable from python and your scripts to be contained in your path, thus making it perfectly easy to create standalone application installers with it. also the __main__.py contains code which gets executed when the package is called on its own, thus making it an executable application as well.
Xavier Turner
>0.25s This is horrendously slow compared to Void's everything.
Tyler Rivera
>winfags and linuxcucks desperately trying to recreate what os x had for ages good job, guys
Thomas King
> people improving and creating software > the only way something ever got good > competition is bad > hurr I'm a retard
Good job man.
Daniel Gray
I read this few times, but I am skeptical is os x search really that good even for system files? with instant awareness of everything?
Because if its just for home its meh
Evan Martin
i never said any of those things
it's not everything for sure, but it indexes more than home folder. you can also use it in terminal with fzf or whatever. same with locate.
Andrew Green
You were clearly making fun of the people writing software.
> winfags and linuxcuks desperately
Nice way to backpedal, but at least you realized how stupid you sounded.
Isaac Jones
god this is the most useless tool I have every come across in linux. If it indexed the contents of the files, then yes it would be cool. Otherwise it completely fucking useless. plus it's a horrible gui utility as the others have said, it is nothing locate + grep can't do
I couldn't even understand why someone would even want to write a tool like this. Then I took a look at the guy's github. Six crappy repositories of even more useless shit. This guy is no better than that stupid model who has a few github repos. What's worse is that he's trying to whore out his program on the /flt/.
That guy probably is learning from the /dpt/s or something. Kudos to him for the effort and trying to learn. But please check whether or not there exists a decent solution to the problem you are trying to solve.
William Murphy
>as the others have said, it is nothing locate + grep can't do except being faster and more comfortable and you actually can make use of the results immediately
also whats the output of this on your system, assuming bash
grep -o "locate" ~/.bash_history | wc -l
Eli Perry
my count is 13, but I'm on a new system I only use locate to hunt down include files
>except being faster and more comfortable and you actually can make use of the results immediately for the linux power user, he's rather not fire up a gui when he can do everything from the command line for the users new to linux, i'm pretty sure any decent file manager on nix has this search functionality the guy is reinventing the wheel
Hunter Bailey
SCUZA SINYORE
Benjamin Collins
>for the linux power user, he's rather not fire up a gui when he can do everything from the command line if gui is faster then power user chooses faster solution, better suited for the task not sticking with universal tools when specialized one offers more
>for the users new to linux, i'm pretty sure any decent file manager on nix has this search functionality the guy is reinventing the wheel which is still inferior in some aspects, especially if new user would want to find and get to some config files
Zachary Torres
When will you newfags learn that the OS is called GNU and Linux is just one of it's kernels?
Damn summer.
Asher Collins
>Why is that angrysearch follows the limitations of computer hardware when everything can break the laws of physics?
Oliver Collins
Good on ya mate, thanks for the tool and keep up the great work
Asher Jones
here's your (you)
Brody Parker
>terminal crap
>relevant
kekekeke
Looks nice. I have already Kupfer and Albert installed but I'm going to try out yours, too.
Josiah Smith
please add this: - pressing enter key changes focus from search textbox to results window - minimize to notification area on close/minimize (escape key press) - black icon with four red dots is disgusting :)
Xavier Clark
$ find / | grep "bbc.mkv"
Bentley Gutierrez
>kupfer if you on kde then go for the latest commit it fixes quitting the application, where on KDE it kept living in tray unless closed through tray icon menu
Joshua Perez
everything is so fucking great holy shit i love that program.
for a small example of its utility, i wasn't sure where save files for DaS3 were located, but instead of googling it i just had to press insert (hotkey to launch it) type .sl2.
Jose Fisher
>2016 >trying to reinvent locate
James Martinez
>pressing enter key changes focus from search textbox to results window sure >minimize to notification area on close/minimize (escape key press) harder, next launch of application would need to be aware of instance running maximize it, and quit itself also it would then need probably some hotkey to show/hide since it would be living in tray it starts fast so just keybind it to start on some combo... I use alt+space >black icon with four red dots is disgusting :) but simple and recognizable easily
David Sanchez
locate is just a bash alias for "find / | grep "
Austin Wood
Sup Forums is just an internet alias for /dev/wrong
Nolan Myers
Damn. Windows is truly superior.
Adrian Powell
>- black icon with four red dots is disgusting :)
make a better one
Noah Wilson
I'm on xfce and it's ok for me if it sits in the panel. But thanks anyway.
Evan Barnes
>pyqt and i had hopes
Jayden Young
>finals have barely started at universities, nevermind highschools >Damn summer
Juan Howard
...
William Smith
thanks man
>make a better one i wish i could
Tyler Hill
What is the equivalent of this for dmenu?
Brandon Powell
dmenu extended?
Elijah Taylor
I can't believe I share a board with you people
Liam Allen
>this project is surprisingly easy, as in I had like codecademy python course done when I started to tinker with it.. Da fuq. Kudos for that OP.
Benjamin Johnson
this is what i need
Christopher Anderson
thanks for the virus, OP
Luke Ward
This is the kind of software we need for making GNU/Linux great again.
ANGRYsearch should be shipped by default for all baby's first distros because is an excellent piece of software, ideal for first timers. Plus is GPL!
The only thing I would argue is using python instead of C, but great job nonetheless OP.
Carson Morgan
Why are so many useless feature requests to OP? That's the last thing you do unless you want mission creep.
Don't do that faggots.
Jackson Hall
Fucking troll. Cancer always comes when someone makes a good thing for a change.