easypick.nvim

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

MIT License

Stars
372
Committers
4

Bot releases are hidden (Show)

easypick.nvim - v0.6.0 New `nvim_commandf` action Latest Release

Published by axkirillov about 1 year 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'"

easypick.nvim - v0.5.0 New one-off picker

Published by axkirillov over 1 year 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

easypick.nvim - v0.4.0

Published by axkirillov almost 2 years 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)
easypick.nvim - v0.1.0

Published by axkirillov almost 2 years ago

First release

easypick.nvim - v0.3.0

Published by axkirillov almost 2 years ago

Entry maker can be specified

easypick.nvim - v0.2.0

Published by axkirillov about 2 years ago

Options and actions can be specified in the picker