An open API service indexing awesome lists of open source software.

https://github.com/mre/bromance

A friendly commandline tool for bro and tldr
https://github.com/mre/bromance

bro commandline help manpage python tldr

Last synced: 10 months ago
JSON representation

A friendly commandline tool for bro and tldr

Awesome Lists containing this project

README

          

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](https://raw2.github.com/mre/bromance/master/hug.png)

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.