https://github.com/paraparata/wurl
`wurl` stands for What URL to cURL?
https://github.com/paraparata/wurl
curl go tui
Last synced: 3 months ago
JSON representation
`wurl` stands for What URL to cURL?
- Host: GitHub
- URL: https://github.com/paraparata/wurl
- Owner: paraparata
- Created: 2024-08-24T16:41:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:29:18.000Z (over 1 year ago)
- Last Synced: 2025-02-12T10:17:49.746Z (about 1 year ago)
- Topics: curl, go, tui
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 🚧wurl (WIP)
> _what url?_
OpenApi 3+ documentation viewer in terminal
## Development
```sh
go run . -file
```
## Build
```sh
go build -o cmd/wurl .
```