Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfinelli/cui
http request/response tui
https://github.com/mfinelli/cui
curl http-client terminal tui
Last synced: 3 months ago
JSON representation
http request/response tui
- Host: GitHub
- URL: https://github.com/mfinelli/cui
- Owner: mfinelli
- License: gpl-3.0
- Created: 2022-10-19T21:57:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T05:37:05.000Z (12 months ago)
- Last Synced: 2024-06-19T11:37:39.884Z (5 months ago)
- Topics: curl, http-client, terminal, tui
- Language: Go
- Homepage:
- Size: 827 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - mfinelli/cui - http request/response tui (terminal)
README
# cui
Stop building complex curl statements, use a terminal-based request editor.
## usage
Launch the application and along the bottom row you can see the keyboard
commands to interact with the interface.![Demo](cui.gif)
### docker
If you don't want to build/install you can use the docker image the same
way that you would otherwise use the application.```shell
docker run -it mfinelli/cui
```### echo server
For local development you can launch the echo server which will just return
back the request that it received.```shell
cui -server
```## releases
Releases are automated, simply edit the version by running `version.bash` with
the desired version (without the `v` prefix) and then make and push the
relevant git tag (this time _with_ the `v` prefix).### terminal video
The terminal video is made using [asciinema](https://asciinema.org):
```shell
asciinema rec cui.cast -c ./cui -t cui
agg cui.cast cui.gif
```## license
```
cui: http request/response tui
Copyright 2022-2023 Mario FinelliThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```