Blog

Googler

Googler is a full-featured Python-based command line tool for accessing Google (Web & News) and Google Site Search within the Linux terminal. It is fast and clean with custom colors and no ads, stray URLs or clutter included. It supports navigation of search result pages from omniprompt. In addition, it supports fetching of number of …

Start reading Googler

mpg123 – Audio Player and Decoder

The mpg123 player is a free and opensource fast console-based audio player and decoder written in C language. It is tailored for both Windows & Unix/Linux systems. Let’s take a look at some of the key features: Gapless playback of mp3 audio files.Built-in terminal shortcuts.Supports many platforms ( Windows, Linux, BSD and macOS ).Multiple Audio …

Start reading mpg123 – Audio Player and Decoder

Musikcube

Musikcube is another free and opensource terminal-based music player that leverages a collection of plugins written in C++ to provide functionality such as data streaming, digital signal processing, output handling and so much more. Musikcube is a cross-platform music player that can even run on Raspberry Pi. It uses the SQLite database for storing playlist …

Start reading Musikcube

How to Use HTTP Prompt in Linux

To start a session, simply run the http-prompt command as shown. Start with the last session or http://localhost:8000 $ http-prompt Start with the given URL $ http-prompt http://localhost:3000 Start with some initial options $ http-prompt localhost:3000/api –auth user:pass username=somebody After starting a session, you can type commands interactively as shown in the following screenshot. To preview how HTTP …

Start reading How to Use HTTP Prompt in Linux

How to Install HTTP Prompt in Linux

You can install HTTP-prompt just like a regular Python package using PIP command as shown. $ pip install http-prompt You will likely get some permission errors if you are trying to install HTTP-prompt on the system-wide Python. It isn’t advised, but if this is what you want to do, just use sudo command to gain root privileges as shown. $ sudo pip install …

Start reading How to Install HTTP Prompt in Linux