惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
MyScale Blog
MyScale Blog
N
Netflix TechBlog - Medium
I
InfoQ
Jina AI
Jina AI
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
量子位
月光博客
月光博客
罗磊的独立博客
雷峰网
雷峰网
The Cloudflare Blog
V
V2EX
小众软件
小众软件
人人都是产品经理
人人都是产品经理
博客园 - Franky
T
Tailwind CSS Blog
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题

jdhao's digital space

Conversion between base64 and OpenCV or PIL Image 腾讯云对象存储博客图床开启 CDN 加速(不需要购买额外域名) Search and Replace in Multiple Files in Vim/Neovim Change Table Column Width in LaTeX Image or Table Side by Side in LaTeX LaTeX 并排显示图像或表格 Firenvim: Neovim inside Your Browser Content inside HTML tags missing in Latest Hugo? Creating Markdown Front Matter with Ultisnips Labelme JSON 标注格式转 voc XML 格式 Nifty Nvim Techniques That Make My Life Easier -- Series 6 macOS 下如何为视频制作字幕 Running Command Asynchronously inside Neovim Resolving Merge Conflict after Git Stash Pop Pylint: command not found? A Hands-on Experience with Neovim's Built-in LSP Support How to Convert PDF to Images with Imagemagick 互联网上常用缩略语集锦 File Backup in Neovim Converting PDF Pages to Images with Poppler Nifty Nvim Techniques That Make My Life Easier -- Series 5 Neovim Configuration for System-wide Use How to sort a list of tuple or list in Python -- lambda or itemgetter? Building A Vim Statusline from Scratch 人类第一颗原子弹爆炸始末 Distributed Training in PyTorch with Horovod Learning Expect Programming Essential Knowledge about SSH Nifty LaTeX Techniques -- Series 1 更改 Adsense 邮寄地址,重新寄送 PIN
An Introduction to Listary: A Blazing Fast Search Tool
2017-03-01 · via jdhao's digital space

I came across this amazing tool called Listary yesterday and found that it is just an amazing piece of software that will change my experience on Windows fundamentally!

Listary is a tool which facilitates tasks such as searching files and launching applications on your system and operating on them and more… It is definitely better than Everything, another tools which is also used to search files. In my opinion, Listary is definitely the best among its kind.

Search files and applications#

After installing and running Listary, you are ready to search literally everything in your computer and beyond. Listary has two working modes. The first one is called “File Manager Mode” and the second is called “Launcher Mode”. The two modes work differently.

File manager mode#

The first mode takes effect once you open the File Explorer and it is mainly used to search files and folders. If you want to search a file under a particular directory, just type part of the name of that file. Listary will automatically list files matching the given name under that directory using regex. For example, I have a file named css_intro.html in F:\source_code\webpage. If I want to find that file, I just need to open the File Explorer and change to F:/ disk. Then I type css html, the Listary search bar appears at the lower right of the File Explorer window and the file with that name is shown at the top of the result list.

You can navigate up and down the list by pressing CTRL+P or CTRL+N. After a file or folder is selected, press CTRL+O to take actions on it.

Launcher mode#

The second mode is the full-featured mode where you can launch an application, open a file, search the web using a specific engine and more… This mode is activated by pressing the CTRL key twice or press Win+G. Easy and convenient! After you activate this mode, a search bar will appear in the middle your screen and be ready to accept input. You can use Esc to dismiss it.

Launch an application#

Launch an application by typing keywords whether or not it is on your system PATH. For example, if I want to launch the Foxmail application on my computer, I just need to type foxmail in the search bar. The Foxmail application appears at the top of returned results. Then I can launch Foxmail by simply pressing Enter.

Search a file and operate on it#

This works similarly to search a file in “File manager mode”. After the file is located, you can take action on it by using the shortcut Ctrl+O which will bring up an action menu.

Search in the web or in the APP#

Listary has built-in command for searching something through the search engine such as Google, Bing. It is located in Keywords -> Web panel (see image below),

For example, if you want to search “cat” using Google, just type gg cat in the Listary search bar.

Adding custom search website keywords is also easy. See below for an example,

Or you can search a word using a dictionary in your PC. Here, we use the famous open source software GoldenDict as an example, the settings are shown below:

Filtering the result by path and file type#

You can enable advanced search features by indicating file path and file type. In order to indicate a file path, simply append a trailing \ to a character string.

There are six default file type filters (a string followed by a colon):

  • folder: Folder
  • file: File
  • doc: Document
  • pic: Picture
  • audio: Audio
  • video: Video

You can combine file path and file type filtering for quicker location of your files. For example, in order to find images with cat in their names in the f:\ disk, simply use f:\ pic: cat as the search query. The result shows up instantly!

Create a project#

If you frequently open up a specific folder and do your work under that folder. You may create a project for it. Go to Options --> Projects and click the plus sign in lower left (see image below) and set up the project folder and keyword for open the project root directory.

After the setting, we can search files or directories under that folder easily: just type the project keyword and give any file or folder names you want to open.

More questions?#

If you encounter problems when you are using Listary, you can go to the Listary discussion forum for help. The developer of Listary are willing to answer usage-related questions about Listary.

Support copyright#

Listary is free to evaluate indefinitely. If you can afford it, I think it is better to buy a licence to support the development of this excellent software.


References#