Skip to content
forked from hionay/tailer

tailer is a CLI tool to insert lines when command output stops

License

Notifications You must be signed in to change notification settings

Crocmagnon/tailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailer

Go

I was inspired by samwho/spacer, which was written in Rust, and I really liked it. I decided to write it in Go, and here we go! :)

tailer is a simple CLI tool to insert lines when command output stops.

Installation

go install github.com/hionay/tailer/cmd/tailer@latest

Usage

Here are the flags you can use with tailer:

   --no-color               disable color output (default: false)
   --after value, -a value  duration to wait after last output (default: 1s)
   --dash value, -d value   dash string to print (default: "━")
   --help, -h               show help

About

tailer is a CLI tool to insert lines when command output stops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%