• Stars
    star
    108
  • Rank 310,738 (Top 7 %)
  • Language
    Lua
  • License
    MIT License
  • Created about 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A history implementation that memorizes prompt input for a specific context

telescope-smart-history.nvim

A history implementation that memorizes prompt input for a specific context. This means that each prompt input is associated with a calling picker and cwd.

So if you work on multiple projects and cycle back it will only show input that was used in this Project.

Setup

It requires sqlite.lua, because its easier and faster than having a flat text file that keeps track of input + picker + cwd.

It will be configured with the same keys as the normal history configuration.

telescope.setup {
  defaults = {
    history = {
      path = '~/.local/share/nvim/databases/telescope_history.sqlite3',
      limit = 100,
    }
  }
}


require('telescope').load_extension('smart_history')

More Repositories

1

telescope.nvim

Find, Filter, Preview, Pick. All lua, all the time.
Lua
11,260
star
2

telescope-file-browser.nvim

File Browser extension for telescope.nvim
Lua
1,497
star
3

telescope-fzf-native.nvim

FZF sorter for telescope written in c
C
1,236
star
4

telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
Lua
654
star
5

telescope-project.nvim

Lua
548
star
6

telescope-live-grep-args.nvim

Live grep with args
Lua
521
star
7

telescope-media-files.nvim

Telescope extension to preview media files using Ueberzug.
Lua
415
star
8

telescope-ui-select.nvim

Lua
404
star
9

telescope-dap.nvim

Integration for nvim-dap with telescope.nvim
Lua
280
star
10

telescope-github.nvim

Integration with github cli
Lua
209
star
11

telescope-packer.nvim

A Telescope extension that provides extra functionality for Packer.nvim
Lua
179
star
12

telescope-symbols.nvim

Lua
170
star
13

telescope-fzy-native.nvim

FZY style sorter that is compiled
Lua
162
star
14

telescope-bibtex.nvim

A telescope.nvim extension to search and paste bibtex entries into your TeX files.
Lua
101
star
15

telescope-cheat.nvim

WIP integration
Lua
101
star
16

telescope-arecibo.nvim

A Neovim Telescope extension for searching the web!
Lua
87
star
17

telescope-hop.nvim

(Teles-)Hopping to the moon.
Lua
87
star
18

telescope-fzf-writer.nvim

Incorporating some fzf concepts with plenary jobs and telescope
Lua
71
star
19

telescope-rs.nvim

Experimental features for telescope in RUST? The safest telescope known to HUMANITY
45
star
20

telescope-vimspector.nvim

Integration for vimspector with telescope.nvim
Lua
38
star
21

telescope-z.nvim

Z integration for Telescope
Lua
35
star
22

telescope-node-modules.nvim

An extension that provides its users with node packages under node_modules directory
Lua
31
star
23

telescope-ghq.nvim

Lua
24
star
24

telescope-snippets.nvim

snippets.nvim integration
Lua
13
star