8000 GitHub - nelsonr/peek: Simple tool to preview files on the terminal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nelsonr/peek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
0