Skip to content

artieeg/jrnl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jrnl

Fuzzy search & copy a command from your shell history

Usage:

  1. Put jrnl file in your PATH
  2. Execute jrnl or add a keybinding in your .zshrc
_jrnl () { echo; jrnl; zle redisplay }
zle -N _jrnl                  
bindkey "^j" _jrnl #Bind Ctrl-J
Screen.Recording.2023-10-14.at.11.23.17.mov

About

Fuzzy search over your shell history

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages