Skip to content

tomoya/consult-wt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

consult-wt: Worktrunk interface using consult

Commands

This package provides these commands.

consult-wt-find

Select a worktree from the worktrunk list and then find repository files using affe-find (if installed) or consult-find.

If you want to use consult-find despite having affe installed, you can change like below:

(setq consult-wt-find-function #'consult-find)

consult-wt-grep

Select a worktree from the worktrunk list and then grep repository files using affe-grep (similar to consult-ripgrep or consult-grep).

Also, you can change grep function like below:

(setq consult-wt-grep-function #'consult-grep)

Requirements

  • Emacs 29.1+
  • Consult
  • Worktrunk (wt command must be installed)
  • jq (jq command must be installed)

Related

About

Worktrunk interface using consult

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors