Skip to content

Quickdraw commonly used shell commands via fzf without leaving nvim

Notifications You must be signed in to change notification settings

ZacxDev/qdr.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

qdr.nvim

Quickly run labelled commands via a fuzzy finder without leaving Neovim.

Requirements

  • fzf binary in $PATH
  • lyaml lua module (only if you are contributing)

Installation

use 'vijaymarupudi/nvim-fzf'
use 'ZacxDev/qdr.nvim'

Usage

Imgur

" Open the qdr picker
:Qdr

Example qdr.yml

Run Go Generate: go generate ./...
Run Tests: go test ./...

Roadmap

  • async execution in a floating window + Command to close floating window
  • break up functions more
  • tests

About

Quickdraw commonly used shell commands via fzf without leaving nvim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published