Install fzf on Ubuntu 24.04

Install fzf on Ubuntu 24.04

The fzf (short for fuzzy finder) is a command line tool used to search and filter files, command history, processes, hostnames, bookmarks, git commits, and more, all interactively. It performs...
Install ShellCheck on Ubuntu 24.04

Install ShellCheck on Ubuntu 24.04

ShellCheck is a static analysis tool designed for shell scripts. It helps identify common issues, errors, and potential bugs in scripts written in shell scripting languages such as Bash. ShellCheck...
Install Go Swagger on Ubuntu 24.04

Install Go Swagger on Ubuntu 24.04

Go Swagger is a command line tool that simplifies the integration of OpenAPI Specification with the Go programming language. It allows developers to generate Go code from OpenAPI definitions and...