Skip to content
/ peek Public

Simple tool to preview files on the terminal

Notifications You must be signed in to change notification settings

nelsonr/peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Nelson Rodrigues
Mar 19, 2025
8643b14 · Mar 19, 2025

History

17 Commits
Jun 8, 2024
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
Jun 8, 2024
Mar 19, 2025

Repository files navigation

peek

Simple tool to preview multiple files on the terminal, built with Go.

How to install

  1. Make sure Go is installed on your system
  2. Run the command to install it directly from the repo.
go install github.com/nelsonr/peek@latest

Alternativately, clone the repo and built directly from the source with:

go build

How to use

Run the command peek anywhere to preview the files of the current directory.

You also combine with other commands, via the pipe operator.

Example:

find . -name *.log | peek

This would create a preview of all log files found in the current directory (and descending levels).

Development

Peek was mainly built with the tview Go package.

About

Simple tool to preview files on the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published