Skip to content

It's a command line to help with repeatable tasks

Notifications You must be signed in to change notification settings

reversondias/goAlfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Alfred

It's a command line to make easy some repeatable tasks.

Summary

encode

It's possible encode and decode base64 strings

alfred base64 -encode  

or

alfred base64 -decode  

HTTP Request

It's possible make a HTTP request using any HTTP verbs.
The command use a YAML file to read parameter to make the request. There is a example of YAML file on the root repository.
If you will do a GET request, remove the body section fom file.

alfred url -request -file file_example.yml

It'll return the status code and the body of HTTP response.

About

It's a command line to help with repeatable tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages