9 breaking releases

new 0.10.0-beta.1 Dec 6, 2023
0.9.0 Nov 28, 2023
0.8.0 Nov 21, 2023

#116 in Template engine

Download history 12/week @ 2023-08-24 3/week @ 2023-08-31 11/week @ 2023-09-07 13/week @ 2023-09-14 3/week @ 2023-09-21 4/week @ 2023-09-28 1/week @ 2023-10-05 50/week @ 2023-10-19 10/week @ 2023-10-26 49/week @ 2023-11-02 33/week @ 2023-11-09 56/week @ 2023-11-16 47/week @ 2023-11-23 62/week @ 2023-11-30

201 downloads per month

MIT license

280KB
6.5K SLoC

Slumber

Slumber is a TUI (terminal user interface) HTTP client. Define, execute, and share configurable HTTP requests.

Examples

Slumber is based around collections. A collection is a group of request recipes, which are templates for the requests you want to run. A simple collection could be:

# slumber.yml
id: example
requests:
  - id: get
    method: GET
    url: https://httpbin.org/get

Create this file, then run the TUI with slumber.

Dependencies

~39–55MB
~1M SLoC