Skip to content

if-nil/curlor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1dc5d76 Β· May 2, 2023

History

52 Commits
May 2, 2023
Apr 30, 2023
Apr 28, 2023
Apr 2, 2023
Mar 12, 2023
May 1, 2023
Apr 9, 2023
Apr 15, 2023
Apr 15, 2023
Apr 30, 2023
Apr 30, 2023
Apr 21, 2023
Apr 9, 2023
Apr 15, 2023
Apr 21, 2023
Apr 9, 2023
Apr 21, 2023

Repository files navigation

πŸ“– Introduction

curlor is a tool to color curl's output. It will automatically determine the highlighting style of the response body.

Thanks to the power of chroma, curlor can better support more response formats and more highlight themes.

If you find that some responses are supposed to be colored but aren't, please let me know via issue.

πŸš€ Features:

  • Keep the curl original output formatted.
  • Automatically determine the highlighting format for the response body.
  • Support more than 50 formats, such as json, yaml, html, etc.
  • Support other theme.

🎊 Preview

img.png

img.png

img.png

πŸ“Œ Roadmap

  • support package manager
  • add more formats
  • add help info for usage

🧰 Install

go install github.com/if-nil/curlor/cmd/curlor@latest

πŸ”¨οΈ Build

git clone https://github.com/if-nil/curlor
cd curlor/cmd/curlor
go build -o curlor