Skip to content

Telescope extension to use `locate` for system-wide quick file search

License

Notifications You must be signed in to change notification settings

dawsers/telescope-locate.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

telescope-locate.nvim

Introduction

telescope-locate.nvim is an extension for Neovim’s telescope.nvim to provide a picker for the GNU locate command. It can be downloaded here.

locate is a GNU utility to locate any file in your system very quickly. It uses a service that updates a database with all the files for a very fast search.

Requirements

telescope-locate.nvim is an extension, so you need telescope.nvim to use the plugin.

Of course, you also need to have locate installed and running with its corresponding service.

Installation and Configuration

Install using Plug.

Plug 'nvim-telescope/telescope.nvim'
Plug 'dawsers/telescope-locate.nvim'

and setup and configure using lua:

require('telescope').load_extension('locate')

Commands

CommandDescription
Telescope locateUse locate to quickly search for any file

There is no default mapping.

locate

Find any file in your system quickly, using locate.

" There is one required parameter, file, with the pattern to search for
:Telescope locate file=*/locate.lua

About

Telescope extension to use `locate` for system-wide quick file search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages