Desktop search: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 33: Line 33:
** file size: (1) > 90 MB: ok; (2) > 200MB: ok  
** file size: (1) > 90 MB: ok; (2) > 200MB: ok  
** [[Regular expression]]: supported
** [[Regular expression]]: supported
* {{Gd}} [http://www.sublimetext.com/ Sublime Text] v.2
** Regular expression: supported<ref>[http://docs.sublimetext.info/en/latest/search_and_replace/search_and_replace_overview.html Search and Replace — Sublime Text Unofficial Documentation]</ref><ref>[http://www.boost.org/doc/libs/1_47_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html Perl Regular Expression Syntax - 1.47.0]</ref>
** 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。 Menu -> Find -> Find in files -> Where: Add include filters<ref>[http://www.sublimetext.com/forum/viewtopic.php?f=3&t=5803 Sublime Forum • View topic - Find in Files of Filetype]</ref>


* [http://tools.tortoisesvn.net/grepWin.html grepWin] v1.5.6.x
* [http://tools.tortoisesvn.net/grepWin.html grepWin] v1.5.6.x
Line 43: Line 47:
** Regular expression: supported
** Regular expression: supported
** 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://www.sublimetext.com/ Sublime Text] v.2
** Regular expression: supported<ref>[http://docs.sublimetext.info/en/latest/search_and_replace/search_and_replace_overview.html Search and Replace — Sublime Text Unofficial Documentation]</ref><ref>[http://www.boost.org/doc/libs/1_47_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html Perl Regular Expression Syntax - 1.47.0]</ref>
** 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。 Menu -> Find -> Find in files -> Where: Add include filters<ref>[http://www.sublimetext.com/forum/viewtopic.php?f=3&t=5803 Sublime Forum • View topic - Find in Files of Filetype]</ref>


* [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] <abbr title="命令列介面, command-line interface">CLI</abbr>

Revision as of 14:23, 18 March 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 "string to search" directory
    • 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