Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


b(uild c)url

burl builds curl commands. that's about it.


install

go install github.com/philippta/burl@latest

usage

  1. run burl
  2. fill in request parameters
  3. hit enter
  4. enjoy the curl command
$ burl
curl https://www.example.com/endpoint
  -X POST
  -H Content-Type: application/json
  -d {"foo":"bar"}

<ctrl-h> header | <ctrl-d> data | <ctrl-x> remove | <enter> build

$ curl https://www.example.com/endpoint -X POST -H 'Content-Type: application/json' -d '{"foo":"bar"}'

license

MIT

About

interactive curl command line builder

Resources

Stars

15 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages