{"id":6303,"date":"2016-10-10T05:40:28","date_gmt":"2016-10-10T05:40:28","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=6303"},"modified":"2016-10-10T05:40:28","modified_gmt":"2016-10-10T05:40:28","slug":"angrysearch-everything-search-ubuntu-linux","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2016\/10\/angrysearch-everything-search-ubuntu-linux\/","title":{"rendered":"ANGRYsearch &#8211; Everything Like Search Utility for Ubuntu Linux"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-icon.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-icon.png\" alt=\"angrysearch\" width=\"245\" height=\"250\" class=\"alignleft size-full wp-image-6304\" \/><\/a><\/p>\n<p>Looking for a Linux version of <a href=\"https:\/\/en.wikipedia.org\/wiki\/Everything_(software)\" target=\"_blank\">Everything Search Engine<\/a>? ANGRYsearch helps you find files and folders rapidly in Linux with a simple graphical interface. <\/p>\n<blockquote><p>Linux file search, instant results as you type<br \/>\nAttempt at making Linux version of Everything Search Engine because no one else bothered.<br \/>\nEveryone seems to be damn content with searches that are slow, populating results as they go; or are cli based, making it difficult to comfortably make use of the results; or are heavily integrated with a file manager, often limiting search to just home; or are trying to be everything with full-text file&#8217;s content search.<\/p><\/blockquote>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch.jpg\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-600x416.jpg\" alt=\"angrysearch Linux file search\" width=\"600\" height=\"416\" class=\"aligncenter size-large wp-image-6305\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-600x416.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-450x312.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch.jpg 802w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>ANGRYsearch is written in Python3 and PyQt5. It&#8217;s database can be set to two different modes in <code>~\/.config\/angrysearch\/angrysearch.conf<\/code> file with <code>angrysearch_lite<\/code> being set to true or false:<\/p>\n<ul>\n<li><b>lite mode<\/b> (Default) shows only name and path<\/li>\n<li><b>full mode<\/b> shows also size and date of the last modification, the drawback is that crawling through drives takes roughly twice as long since every file and directory gets additional stats calls<\/li>\n<\/ul>\n<p>There are also 3 search mode available:<\/p>\n<ul>\n<li><b>Fast mode<\/b> (Default) extremely fast, but no substrings, meaning it would not find &#8220;Pi<b>rate<\/b>s&#8221; or &#8220;Whip<b>lash<\/b>&#8220;, but it would &#8220;<b>Pir<\/b>ates&#8221; or &#8220;The-<b>Fif<\/b>th&#8221;<\/li>\n<li><b>slow mode<\/b> &#8211; enabled when the checkbox is unchecked, slightly slower but can find substrings<\/li>\n<li><b>regex mode<\/b> &#8211; activated by the <b>F8<\/b> key, indicated by orange color background<br \/>\nslowest search, used for very precise searches using regular expressions, set to case insensitive<\/li>\n<\/ul>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-regex-mode.jpg\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-regex-mode-600x262.jpg\" alt=\"AngrySearch Regex mode\" width=\"600\" height=\"262\" class=\"aligncenter size-large wp-image-6306\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-regex-mode-600x262.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-regex-mode-450x196.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/angrysearch-regex-mode.jpg 761w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<h3>How to install ANGRYsearch in Ubuntu:<\/h3>\n<p>Install ANGRYsearch is quite easy since the source tarball includes a installer.sh script:<\/p>\n<p><b>1.<\/b> Download the source from the link below:<\/p>\n<p style=\"text-align:center;\"><a href='https:\/\/github.com\/DoTheEvo\/ANGRYsearch\/releases' class='arconix-button arconix-button-medium arconix-button-gray' target=\"_blank\" >Download ANGRYsearch<\/a><\/p>\n<p><b>2.<\/b> Extract and open the result folder in terminal:<\/p>\n<p><i>for ubuntu 14.04 you need to install <code>nautilus-open-terminal<\/code> and restart nautilus<\/i><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/open-angrysearch-interminal.jpg\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/open-angrysearch-interminal-600x255.jpg\" alt=\"open-angrysearch-interminal\" width=\"600\" height=\"255\" class=\"aligncenter size-large wp-image-6307\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/open-angrysearch-interminal-600x255.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/open-angrysearch-interminal-450x191.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/10\/open-angrysearch-interminal.jpg 892w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p><b>3.<\/b> When the terminal windows opens, run command to make execute and run the installer:<\/p>\n<pre style=\"border:none;\">chmod +x install.sh && sudo .\/install.sh<\/pre>\n<p><i>Type in your password when it asks and hit Enter.<\/i><\/p>\n<p>Once installed, launch ANGRYsearch from Unity Dash or App Launcher, when it opens, click <b>update<\/b> to index your Linux files\/folders, and mounted Windows partitions.<\/p>\n<h4>Uninstall ANGRYsearch:<\/h4>\n<p>Although the source does not offer an uninstall script, you can run the utility via command:<\/p>\n<pre style=\"border:none;\">sudo rm -r \/usr\/share\/angrysearch \/usr\/bin\/angrysearch \/usr\/share\/applications\/angrysearch.desktop<\/pre>","protected":false},"excerpt":{"rendered":"<p>Looking for a Linux version of Everything Search Engine? ANGRYsearch helps you find files and folders rapidly in Linux with a simple graphical interface. Linux file search, instant results as you type Attempt at making Linux version of Everything Search Engine because no one else bothered. Everyone seems to be damn content with searches that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[1383],"class_list":["post-6303","post","type-post","status-publish","format-standard","hentry","category-howtos","tag-everything-search-engine"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/6303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=6303"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/6303\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=6303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=6303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=6303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}