httptmux
v1.2.0
Published
httptmux is an interactive CLI tool for API requests. Originally made for Termux (hence the name), but decided to make a second index.js file for desktops
Downloads
1,677
Maintainers
Readme
httptmux
An interactive CLI tool originally meant for termux but now extended to desktops with support for JWT requests (now with a non-interactive mode and support fot PATCH, HEAD and OPTIONS requests)
Installation
npm install -g httptmux
Usage
Desktop
httptmuxd
Termux
httptmux
Examples
httptmux --version
httptmuxd --version
Menu options:
- Make new request
- View history
- Re-run fron history
- Search history
- Clear history
- Export history
- Filter history
- Set JWT token
- Help
- Version
- Exit
License
MIT © 2026 somerandondevig (somerandomdevig is my GitHub username, somerandondevig is my npm username)
