Desktop search: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 30: Line 30:
** 搜尋: 儲存在Zotero資料庫的文獻書目、標籤、附檔檔名、附檔(PDF或HTML網頁檔)內文<ref>[http://www.zotero.org/support/pdf_fulltext_indexing pdf_fulltext_indexing (Zotero Documentation)]([http://www.zotero.org/support/screencast_tutorials/advanced_search screencast_tutorials:advanced_search  ])</ref>
** 搜尋: 儲存在Zotero資料庫的文獻書目、標籤、附檔檔名、附檔(PDF或HTML網頁檔)內文<ref>[http://www.zotero.org/support/pdf_fulltext_indexing pdf_fulltext_indexing (Zotero Documentation)]([http://www.zotero.org/support/screencast_tutorials/advanced_search screencast_tutorials:advanced_search  ])</ref>
=== Search text in files ===
=== Search text in files ===
* {{Gd}} [http://www.wingrep.com/ Windows Grep: Grep for Windows] v.2.3
* {{Gd}} [http://www.wingrep.com/ Windows Grep: Grep for Windows] v.2.3 {{Win}}
** file size: (1) > 90 MB: ok; (2) > 200MB: ok  
** file size: (1) > 90 MB: ok; (2) > 200MB: ok  
** [[Regular expression]]: supported
** [[Regular expression]]: supported
Line 48: Line 48:
** refine the search: file name, file type (separated by ; symbol, ex: {{kbd | key= *.html; *.htm}} to search the text in the html and htm file types) , folder
** refine the search: file name, file type (separated by ; symbol, ex: {{kbd | key= *.html; *.htm}} to search the text in the html and htm file types) , folder


* [http://gnuwin32.sourceforge.net/packages/grep.htm Grep for Windows] <abbr title="命令列介面, command-line interface">CLI</abbr>
* [http://gnuwin32.sourceforge.net/packages/grep.htm Grep for Windows] {{Win}} <abbr title="命令列介面, command-line interface">CLI</abbr>
 
* [http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/findstr.mspx?mfr=true Findstr] {{Win}}


* Grep command for {{linux}} <ref>[http://www.cyberciti.biz/faq/howto-search-find-file-for-text-string/ Finding a File containing a particular text string in Linux server]</ref>
* Grep command for {{linux}} <ref>[http://www.cyberciti.biz/faq/howto-search-find-file-for-text-string/ Finding a File containing a particular text string in Linux server]</ref>

Revision as of 00:43, 21 September 2013

Ψ 個人知識管理的搜尋任務類型: 電腦檔案或內文搜尋 | 多個PDF檔案的內文搜尋 | 自訂搜尋服務(網頁歸檔) | Gmail搜尋 Ψ


List of desktop search software

full text and filename search

電腦的多個檔案的內文搜尋

  • Ava Find
    • range: drive not specific folder Icon_exclaim.gif

Search text in files

  • Good.gif Sublime Text v.2
    • Regular expression: supported[2][3]
    • 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。 Menu -> Find -> Find in files -> Where: Add include filters[4]
  • 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. Icon_exclaim.gif
  • Notepad++ v5.9.8[5]
    • file size: (1) > 90 MB: ok; (2) > 200MB: not ok Icon_exclaim.gif (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
  • Grep command for Linux Os linux.png [6]
    • multiple files: grep -ir "string to search" /path/to/directory[7]
    • single file: grep "string to search" /path/to/file

file name or folder name search

搜尋範圍(1)資料夾名稱 與 (2)檔案名稱

  • Total Commander v7.56a
    • 搜尋:
    • 縮小範圍: 可指定多個資料夾,路徑可用 ; 符號間隔
  • Where Is It? - "Catalog your media collection, use descriptions, thumbnails and categories, find files or disks you need"
    • 其他: 無法將「網路磁碟」納入索引範圍

quick file search filter under a folder: file name or folder name

quick file search filter: file name only

references

further reading