Install Lazygit on Ubuntu 20.04

Install Lazygit on Ubuntu 20.04

Lazygit is a terminal based UI tool for Git commands. This tool allows to view commit history, pull or push changes, resolve merge conflicts, checkout recent branches, and more. This...
Install Arduino CLI on Ubuntu 20.04

Install Arduino CLI on Ubuntu 20.04

Arduino CLI is a command line tool that allows to manage libraries, compile, verify and upload sketches to Arduino boards, or perform other operations related with Arduino ecosystem. This tutorial...
Install yq on Ubuntu 22.04

Install yq on Ubuntu 22.04

The yq is a command line based YAML processor which allows manipulating and extract values from YAML data. This tutorial demonstrates how to install yq on Ubuntu 22.04. Install yq...
Install ripgrep on Ubuntu 20.04

Install ripgrep on Ubuntu 20.04

The ripgrep is a command line tool which allows to search for a strings in files using regex pattern. By default, ripgrep ignores files and directories that specified in .gitignore...
Install GoTTY on Ubuntu 20.04

Install GoTTY on Ubuntu 20.04

GoTTY is a tool which allows to share terminal in the browser. It converts command line tools into web applications. GoTTY is written in Go programming language. This tutorial shows...
Install grex on Ubuntu 20.04

Install grex on Ubuntu 20.04

The grex is a command line tool and library for creating Perl compatible regular expressions (PCRE) from user given test cases. The grex outputs a regular expression that only match...
Install Tokei on Ubuntu 20.04

Install Tokei on Ubuntu 20.04

Tokei is a command line tool for counting blank lines, comment lines, and physical lines of source code. Results are displayed in the table. Tokei supports various programming languages. This...