Skip to content

relastle/taggo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taggo

CircleCI FOSSA Status Go Report Card Codacy Badge

taggo provides powerful decoration I/O stream. It is mainly designed for giving powerful features to fzf (with --ansi option). It also provides reversion of decorated lines into original lines.

Installation

go get -u github.com/relastle/taggo

Usage

taggo can simply decorate table-like inputs like this.

Screen Shot 2019-06-30 at 20 43 22

Furthermore, taggo can revert decorated lines into original lines with a -r (--revert) option (other options must be the same as used in decorating phase).

Screen Shot 2019-06-30 at 20 49 44

This reversion feature is very useful when taggo is used as an intermidiate stream of fzf-related tools, because you usually need non-decorated output lines after they are selected by fzf interface.

The MIT License (MIT)

About

🍁 Decorating I/O Stream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published