Sparkling gems and new releases from the world of Free and Open Source Software
FOSSPicks
Behind every good tool is a good idea. Read on for some unsung tools that could save time and solve some practical problems – but be ready to work with the source code. Most of these tools are still experimental or in early stages of development.
HTTP request builder
CuTE 0.0.1
A console-based HTTP client such as CuTE provides genuine benefits to anybody who needs to maintain web applications or wants to test their web server's response. CuTE offers a convenient interface for sending HTTP requests from the terminal. You can use the CuTE interface to formulate the request. In addition, CuTE lets you store previous requests and even API keys.
According to the project documentation, "This is a tool for when your requests are not complex enough for something like Postman, but more complicated than you would want to use with curl CLI, or if you just don't want to remember all those commands. You can make a few requests to your back ends for testing, set up with your API key and save the requests to be executed again later."
You need to build CuTE yourself from the sources. If called without any parameters, it comes up with a very simple interface, in which you can compose new HTTP requests or edit saved commands. When you create a new query, you can choose between HTTP request commands such as GET
, POST
, or PUT
. Then enter the target URL and, if needed, the authentication details, configure header settings, and set up a proxy tunnel or cookies to be used if required. If so desired, CuTE can use an arbitrary user agent ID when it logs onto the web server. In the background, it uses Curl to send the complete request to the specified web server, and the results appear in the lower area of the console window. CuTE offers a variety of optional settings, but you will need to try them out on a trial and error basis. The documentation of this relatively new project is quite spartan, although you'll find a brief description on the project's GitHub page.
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.