Package Details: angrysearch 1.0.4-3

Git Clone URL: https://aur.archlinux.org/angrysearch.git (read-only, click to copy)
Package Base: angrysearch
Description: Linux file search, instant results as you type
Upstream URL: https://github.com/DoTheEvo/ANGRYsearch
Licenses: GPL-2.0-only
Submitter: DoTheEvolution
Maintainer: DoTheEvolution (xiota)
Last Packager: xiota
Votes: 28
Popularity: 0.004194
First Submitted: 2015-03-29 20:58 (UTC)
Last Updated: 2024-07-14 08:04 (UTC)

Latest Comments

« First ‹ Previous 1 2

DoTheEvolution commented on 2016-08-14 20:25 (UTC)

@WFV well I am not planning on adding such option, but you can easily edit the script and make it behave so. Open angrysearch.py in some editor Search for "def error(err)", its a function that prints error during crawling make it so that only errors other than 13 get printed, like so - http://i.imgur.com/PLUUmE7.gif also as its shown in the gif, you want there 4 spaces, no less no more. funny thing is that the latest version got little rework done on ignored directories and it also writes them out when they are encountered, so yeah, you would still get polluted output. Anyway, shit like this is more appropriate for github issues section - https://github.com/DoTheEvo/ANGRYsearch/issues

WFV commented on 2016-08-14 19:04 (UTC)

Is it possible to use either "Permission denied" or "[Errno 13]" in the ignore directories option? I realize neither are directories, but my first non-root run produced a fairly hefty list of permission denied directories that could be ignored. Thanks.