Skip to content

knakayama/tmux-ghdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

tmux-ghdump

Dump your repository or starred repository with peco

Description

This tpm plugin lists your repository or starred repository, then browse it with peco style.

Requirements

Install

  • Install ghdump:
$ go get github.com/knakayama/ghdump
  • Install tpm and add the following line to your ~/.tmux.conf.
set-option -g @plugin 'knakayama/tmux-ghdump'

Usage

Default key binding searching your repository is Prefix + g. If you want to change this key binding, set the following line to your ~/.tmux.conf.

set-option -g @ghdump-yrepo-key 'x' # or your favorite key binding

Default key binding searching your starred repository is Prefix + G. If you want to change this key binding, set the following line to your ~/.tmux.conf.

set-option -g @ghdump-srepo-key 'X' # or your favorite key binding

License

MIT

Author

knakayama

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages