Skip to content

cyingfan/ptrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ptrap

A CLI tool to allow interaction with STDOUT from another app.

Installation

go install github.com/cyingfan/ptrap@latest

Usage Examples

Demo

# Run jq against json API
curl <API-endpoint> | ptrap jq

# Run ripgrep against huge file
cat <file> | ptrap rg --color=always

TODO

  • App does not terminate immediately
  • Clipboard support

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages