Skip to content

lovestaco/peektea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peektea

cover

A minimal terminal file browser built with Bubble Tea. Navigate your filesystem from the terminal using arrow keys (or vim keys).

Install

git clone https://github.com/lovestaco/peektea
cd peektea
make install   # puts peektea in ~/go/bin

Usage

peektea

Starts in the current working directory.

Keys

Key Action
/ k move up
/ j move down
/ l / enter open directory
/ h / backspace go to parent
q / ctrl+c quit

Development

make build   # build ./peektea
make start   # live reload via air (rebuilds on every .go save)
make install # install to ~/go/bin

Requires air for make start (go install github.com/air-verse/air@latest).

Stack

About

brewing a terminal file browser with Bubble Tea

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages