Skip to content

Releases: axkirillov/easypick.nvim

v0.6.0 New `nvim_commandf` action

16 Oct 13:05
6ea5aef
Compare
Choose a tag to compare

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 New one-off picker

01 Jun 09:05
Compare
Choose a tag to compare

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

v0.4.0

28 Dec 12:56
acfb53a
Compare
Choose a tag to compare
  • 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.3.0

17 Nov 13:28
Compare
Choose a tag to compare

Entry maker can be specified

v0.2.0

15 Sep 15:12
Compare
Choose a tag to compare

Options and actions can be specified in the picker

v0.1.0

17 Nov 13:39
Compare
Choose a tag to compare

First release