Easypick.nvim Versions Save

A neovim plugin that lets you easily create Telescope pickers from arbitrary console commands

v0.6.0

7 months ago

The improved nvim_commandf action allows to place the entry value anywhere in the command, allowing, for example using such tools as toggletem, ex.: action = easypick.actions.nvim_commandf("TermExec cmd='bazel build %s'"

v0.5.0

11 months ago

A one off picker can be created by calling

require('easypick').one_off('type your command here')

This will open up a picker just for the typed in command with default selection action and previewer

0.0.4

1 year ago
  • new nvim_command action that takes a prefix argument, which allows to compose commands like "FloatermNew make <entry>"
  • running Easypick with no arguments now opens a meta picker (pick from your configured pickers)

v0.4.0

1 year ago
  • new nvim_command action that takes a prefix argument, which allows to compose commands like "FloatermNew make <entry>"
  • running Easypick with no arguments now opens a meta picker (pick from your configured pickers)

0.0.1

1 year ago

First release

v0.1.0

1 year ago

First release

0.0.3

1 year ago

Entry maker can be specified

v0.3.0

1 year ago

Entry maker can be specified

0.0.2

1 year ago

Options and actions can be specified in the picker

v0.2.0

1 year ago

Options and actions can be specified in the picker