ccurl (aka Color cURL) is a command line utility, wrapper over standard curl command with some additional features:
- line numbers
- color output
- HTTP 1.1 syntax highlighting
$ gem install ccurl
Use it as a normal curl command line tool.
- color schemes
- custom rc files
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request