pepper 0.15.1

A simple and opinionated modal code editor for your terminal
Documentation
1
2
3
4
5
6
copy-command "pbcopy"
paste-command "pbpaste"

map-normal <space>o [[: find-file "find . -type f -printf '%P\n'"<enter>]]
map-normal <space>f [[: find-pattern 'grep --recursive --binary-files=without-match --with-filename --line-number "{}"'<enter>]]