Desktop search: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 28: Line 28:
** 搜尋: 儲存在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>


cloud services
* [https://support.google.com/drive/answer/2375114?hl=en Search for your files - Drive Help] "You can search the first 100 pages of any text documents or text-based PDFs that you've uploaded. You can also search for text found on the first 10 pages of any image PDFs."
* [http://techawakening.org/search-within-attachments-in-gmail/1236/ How-To Do a Full Text Search within your Gmail Attachments?]
* ''$'' [https://www.dropbox.com/help/6635 How can I use full-text search to search the contents of my files? (Dropbox Help Center)]


=== Search text in plain text files ===
=== Search text in plain text files ===

Revision as of 11:35, 2 January 2016

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


List of desktop search software

full text and filename search

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

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

cloud services

Search text in plain text files

by solution

  • Good.gif Sublime Text v.2
    • big file search:
    • 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
    • big file search: file size (1) > 90 MB: ok; (2) > 200MB: ok;
    • Regular expression: supported
    • refine the search:
    • 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]
    • big file search: 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 for Windows Win Os windows.png CLI
    • big file search:
    • Regular expression:
    • refine the search:
  • Findstr Win Os windows.png
    • big file search:
    • Regular expression:
    • refine the search:
  • 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 ex: keyin grep avc /var/log/messages to find the SELinux log messages[8]

template (left blank intentionally)

* software name
** big file search:
** Regular expression:
** refine the search:

by logical operators

OR: match the lines which contains pattern1 OR pattern2[9]

  • awk '/pattern1|pattern2/' file_name for Linux Os linux.png
  • 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 Os linux.png
  • grep -E 'pattern1.*pattern2|pattern2.*pattern1' file_name Icon_exclaim.gif order dependent

file name or folder name search

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


Good.gif Everything Search Engine(official wiki) version 3.1.4


Locate32

  • 搜尋:
  • 縮小範圍:

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內建搜尋功能 - 阿榮福利味)

  • 搜尋: 支援輸入部分字串 Good.gif ,輸入 * 或 ? 符號。例如: studi? 可以找到 studio。詳Wise JetSearch Online Help Center
  • 媒體: 電腦本地磁碟,支援NTFS, FAT 格式。
  • 縮小範圍: 無法排除特定檔案類型或者特定目錄,在索引範圍內。

Finder for Mac icon_os_mac.png

  • 搜尋: (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: file name only

Search text in files (cloud solution)

full text searching

file name or folder name searching only

references

further reading