Desktop search: Difference between revisions
| Line 67: | Line 67: | ||
== file name or folder name search == | == file name or folder name search == | ||
搜尋範圍(1)資料夾名稱 與 (2)檔案名稱 | 搜尋範圍(1)資料夾名稱 與 (2)檔案名稱 | ||
{{Gd}} [http://www.voidtools.com/ Everything Search Engine]([http://support.voidtools.com/everything/Main_Page official wiki]) | |||
** [http:// | * 搜尋: 支援輸入部分字串 {{Gd}} ,輸入 studi* 可以找到 studio ,詳[http://support.voidtools.com/everything/Searching Searching]。 | ||
* 媒體: 電腦本地磁碟(local NTFS volumes),不包含網路磁碟。{{exclaim}}不支援 FAT 格式。 | |||
* 可當server | |||
* 縮小範圍: 可排除特定檔案類型或者特定目錄,不在索引範圍內。 | |||
* 教學: [http://playpcesor.blogspot.com/2009/02/everything-firefox.html 如何讓 Everything 從遠端電腦搜尋下載本機檔案?並整合到 Firefox 搜尋列? | 電腦玩物], [http://nelson.pixnet.net/blog/post/22305963 Everything - 最快的檔名搜尋工具 @ Nelson 不知不覺升上國二了] | |||
[http://locate32.net/index.php Locate32] | |||
** | * 搜尋: | ||
* 縮小範圍: | |||
[http://www.listary.com/ Listary - Free Search Utility | Windows Explorer Search | Text Editing] | |||
* | * 介紹: [http://blog.soft.idv.tw/?p=749 快速方便的檔案名稱篩選器–Listary,幫你立刻找出想要的檔案! - ㊣軟體玩家] | ||
[[Total Commander]] v7.56a | |||
* 搜尋: | |||
* 縮小範圍: 可指定多個資料夾,路徑可用 ; 符號間隔 | |||
[http://www.whereisit-soft.com/welcome.html Where Is It?] - "Catalog your media collection, use descriptions, thumbnails and categories, find files or disks you need" | |||
* 搜尋: | |||
* 縮小範圍: | |||
* 其他: 無法將「網路磁碟」納入索引範圍 | |||
[http://www.wisecleaner.com/wisejetsearchfree.html Wise JetSearch - Fast Local File Search Tool - Search Everything] v.1.24.65 ([http://www.azofreeware.com/2013/01/wise-jetsearch-124-windows.html Wise JetSearch 1.24 免安裝中文版 - 取代Windows內建搜尋功能 - 阿榮福利味]) | |||
* 搜尋: 支援輸入部分字串 {{Gd}} ,輸入 * 或 ? 符號。例如: studi? 可以找到 studio。詳[http://www.wisecleaner.com/PCE/Help/jetsearch/ Wise JetSearch Online Help Center] | |||
* 媒體: 電腦本地磁碟,支援NTFS, FAT 格式。 | |||
* 縮小範圍: 無法排除特定檔案類型或者特定目錄,在索引範圍內。 | |||
Finder for {{Mac}} | |||
* 搜尋: (1)可輸入部分字串,例如輸入 appl 可以找到 apple。 (2)不支援輸入 wildcard (*) | |||
* 縮小範圍: 可預先設定排除特定目錄 | |||
---- | |||
軟體名稱 (left blank intentionally) | |||
* 搜尋: (1)是否支援輸入部分字串 (2)是否支援輸入 wildcard | |||
* 縮小範圍: | |||
---- | ---- | ||
quick file search filter under a folder: file name or folder name | quick file search filter under a folder: file name or folder name | ||
Revision as of 10:14, 31 October 2014
List of desktop search software
full text and filename search
電腦的多個檔案的內文搜尋
Copernic: Software to search, find, and manage information v.3.5.1
- range: folders and file types you specified
- refine the search: file name, file type, file size, date, folder. Quotation marks is available. More on Refine a search with operators
- comment: Nice for searching PHP scripts

- Ava Find
- range: drive only, could not specific folder

- range: drive only, could not specific folder
- DocFetcher ver. 1.1 beta 6 (經常找不到文件嗎?試試免費的跨平台桌面搜尋工具:DocFetcher | 簡睿隨筆@新世界)
- range: folders and files type you specified
- 搜尋: 支援輸入部分字串
- comment: not suitable for search PHP scripts
- $ Vista Glance Pro
- $ X1 Search 8 - Find Emails, Files, and SharePoint Data on Standard or Virtual Desktops(formerly Yahoo! Desktop Search)
- $ Examine32 Text Search(30 days trial)
- $ Openfind Enterprise Search 企業搜尋軟體 (30 days trial)
- Google 桌面搜索 archive of old version: Download Google Desktop 5.9.1005.12335 - FileHippo.com. Not available to download from official website
- Zotero v.3 for Firefox
- 搜尋: 儲存在Zotero資料庫的文獻書目、標籤、附檔檔名、附檔(PDF或HTML網頁檔)內文[1]
Search text in files
by solution
Windows Grep: Grep for Windows v.2.3 Win
- file size: (1) > 90 MB: ok; (2) > 200MB: ok
- Regular expression: supported
Sublime Text v.2
- grepWin v1.5.6.x
- file size: (1) > 90 MB: ok; (2) > 200MB: ok;
- Regular expression: supported
- comment: If there are too many matches, the software will be frozen and get back after some minutes.

- Notepad++ v5.9.8[5]
- file size: (1) > 90 MB: ok; (2) > 200MB: not ok
(file is too big to be opened by Notepad++) - Regular expression: supported
- refine the search: file name, file type (separated by ; symbol, ex: *.html; *.htm to search the text in the html and htm file types) , folder
- file size: (1) > 90 MB: ok; (2) > 200MB: not ok
- Grep for Windows Win
CLI
- Findstr Win
- Grep command for Linux
[6]
by logical operators
OR: match the lines which contains pattern1 OR pattern2[9]
- awk '/pattern1|pattern2/' file_name for Linux
- grep 'pattern1\|pattern2' file_name
- grep -E 'pattern1|pattern2' file_name
AND: match the lines which contains pattern1 AND pattern2
- awk '/pattern1/&&/pattern2/' file_name for Linux
- grep -E 'pattern1.*pattern2|pattern2.*pattern1' file_name
order dependent
file name or folder name search
搜尋範圍(1)資料夾名稱 與 (2)檔案名稱
Everything Search Engine(official wiki)
- 搜尋: 支援輸入部分字串
,輸入 studi* 可以找到 studio ,詳Searching。 - 媒體: 電腦本地磁碟(local NTFS volumes),不包含網路磁碟。https://planetoid.info/images/Icon_exclaim.gif不支援 FAT 格式。
- 可當server
- 縮小範圍: 可排除特定檔案類型或者特定目錄,不在索引範圍內。
- 教學: 如何讓 Everything 從遠端電腦搜尋下載本機檔案?並整合到 Firefox 搜尋列? | 電腦玩物, Everything - 最快的檔名搜尋工具 @ Nelson 不知不覺升上國二了
- 搜尋:
- 縮小範圍:
Listary - Free Search Utility | Windows Explorer Search | Text Editing
Total Commander v7.56a
- 搜尋:
- 縮小範圍: 可指定多個資料夾,路徑可用 ; 符號間隔
Where Is It? - "Catalog your media collection, use descriptions, thumbnails and categories, find files or disks you need"
- 搜尋:
- 縮小範圍:
- 其他: 無法將「網路磁碟」納入索引範圍
Wise JetSearch - Fast Local File Search Tool - Search Everything v.1.24.65 (Wise JetSearch 1.24 免安裝中文版 - 取代Windows內建搜尋功能 - 阿榮福利味)
- 搜尋: 支援輸入部分字串
,輸入 * 或 ? 符號。例如: studi? 可以找到 studio。詳Wise JetSearch Online Help Center - 媒體: 電腦本地磁碟,支援NTFS, FAT 格式。
- 縮小範圍: 無法排除特定檔案類型或者特定目錄,在索引範圍內。
Finder for macOS
- 搜尋: (1)可輸入部分字串,例如輸入 appl 可以找到 apple。 (2)不支援輸入 wildcard (*)
- 縮小範圍: 可預先設定排除特定目錄
軟體名稱 (left blank intentionally)
- 搜尋: (1)是否支援輸入部分字串 (2)是否支援輸入 wildcard
- 縮小範圍:
quick file search filter under a folder: file name or folder name
- Press Ctrl + s to use the Quicksearch filter at Total Commander
quick file search filter: file name only
- Press Alt + Space to search and launch the file Launchy: The Open Source Keystroke Launcher. Require index the files first. [Last visited: 2012-02-07]
Search text in files (cloud solution)
full text searching
- Google drive: Search your Google Drive - Drive Help text-PDF was tested: 2013-01-06
- $ Evernote: Search Better with Evernote Premium: Document Search
file name or folder name searching only
references
- ↑ pdf_fulltext_indexing (Zotero Documentation)(screencast_tutorials:advanced_search )
- ↑ Search and Replace — Sublime Text Unofficial Documentation
- ↑ Perl Regular Expression Syntax - 1.47.0
- ↑ Sublime Forum • View topic - Find in Files of Filetype
- ↑ Searching in Files
- ↑ Finding a File containing a particular text string in Linux server
- ↑ options (1) -i, which means ignore case (2) -r means search recursively through an entire directory tree including the sub directory How to use the grep command, by The Linux Information Project (LINFO)
- ↑ HowTos/SELinux - CentOS Wiki / zh-tw/HowTos/SELinux - CentOS Wiki(in Chinese)
- ↑ logical operators in grep