Skip to content

mre/bromance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bromance

...a client for bro and TLDR

Manpages are lame? What you need are some use cases for a command?

I know that feeling, bro

TLDR and bro give me exactly that. Bromance.py is a friendly lookup tool for bro and TLDR.

Example usage

> python bromance.py curl

## Get The Contents Of A Web Page
curl http://bropages.org

## Download A File And Write It To Another File Called Myfile.Html
curl -o myfile.html http://bropages.org

## Send A Header With Curl
curl --header "X-BeerIsInteresting: 1" www.bropages.org

## Get My External Ip Address 
curl ifconfig.me/ip

## Get My Remote Host
curl ifconfig.me/host

## Get My User Agent
curl ifconfig.me/ua

Currently only command lookup is supported.

About

A friendly commandline tool for bro and tldr

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages