# `softwarePackages` is a map of possible package managers to use while installing a program. The installer will
# look at the `installerPreference` variable and find the first package manager that is in the package's possible
# installation method and then use that. It is also sensitive to the type of operating system so a package with
# only `apt` defined will not install on macOS.
#
# Everything should be fairly straight forward. Take a look at the `installerPreference` for a list of package managers. If a package
# has dependencies, the dependencies are defined under the `_deps` key. All of the `_deps` should also be defined in the
# `softwarePackages` map. The installer will check for the presence of the package's key in the PATH. If the package's key
# does not match the executable's name, then the `_bin` key can be defined so that the installer will look at that instead.
#
# Full example of a softwarePackage:
# altair:
# _appimageName: SwitchHosts.AppImage # Name of file that the appimage: field downloads to
# _bin: ng # Instead of checking if the object key (altair) is in the PATH, check if "ng" is in the PATH and only proceed if it is not available
# _deps: # Any piece of data can be a string or array. _deps will take each dep and run that through the installer first. If you need to just install dependencies with apt (for instance), you can also set the _deps equals to [altair:deps] and then define the apt dependencies like that instead of creating a new entry for each apt dependency.
# - angular-cli
# _docker: docker run --rm bannmann/docker-cheat # Command that the _bin value should alias to (similar to Whalebrew)
# _groups: # Groups that should be created / user added to
# - docker
# _when: | # Run the script defined with _when and only proceed if it exits with a 0
# test -f /usr
# _pre: |
# echo "_pre allows you to define a script that runs before the installation"
# _post:brew:debian: |
# echo "_post allows you to define a script that runs after the installation"
# _service: smbd # System service to enable, restart, and/or start (can also be an array).
# _restricted: true # True if it should be skipped on a restricted machine (i.e. a work machine).
# _epel: true # True if https://docs.fedoraproject.org/en-US/epel/ should be enabled
# appinstaller: https://example.com/package.appinstaller # TODO - https://pieces.app has example of this type of file
# basher: xwmx/nb
# binary:darwin: https://dl.min.io/client/mc/release/darwin/mc # Any piece of data can have the OS type (darwin, linux, windows) or release ID (arch, debian, ubuntu, centos, fedora) added to the end. The script will try to execute it first before trying to run other items.
# Removed because port installation from default list because encountered this error: Creating user "macports" make: *** [install] Killed: 9 --- might be due to remote managed macOS settings.
_desc:'[Allure Report](https://docs.qameta.io/allure-testops/) is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process.'
# TODO: Find latest version from https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/maven-metadata.xml and use it in the _binary_ URL
brew:allure
scoop:allure
yay:allure
altair:
_bin:snap:altair
_desc:'[Altair GraphQL Client](https://altairgraphql.dev/) A beautiful feature-rich GraphQL Client for all platforms.'
[Android Studio](https://developer.android.com/studio) is the official integrated development environment for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development. This role installs Android Studio on nearly any operating system and also ensures a configurable list of command-line tools and SDKs are installed and seamlessly integrated with the system (i.e. the role adds the appropriate items to the `PATH` environment variable).
_desc:'[Angular](https://angular.io) The web development framework for building the future'
_docs:https://angular.io/docs
_github:https://github.com/angular/angular
_home:https://angular.io
_name:Angular
brew:angular-cli
npm:'@angular/cli'
ansible:
_bin:ansible
_desc:'[Ansible](https://www.ansible.com/) Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain'
_desc:'[Ansible Lint](https://github.com/ansible/ansible-lint/) is a command-line tool for linting playbooks, roles and collections aimed toward any Ansible users'
_docs:https://ansible-lint.readthedocs.io/
_github:https://github.com/ansible/ansible-lint/
_home:https://github.com/ansible/ansible-lint/
_name:Ansible Lint
pipx:ansible-lint
ansibleconnect:
_bin:ansibleconnect
_deps:
- sshpass
- tmux
_desc:'[ansibleconnect](https://github.com/psykulsk/ansibleconnect) allows you to connect to all hosts from the inventory with one command'
[Clam AntiVirus](https://www.clamav.net/) is a free software, cross-platform and open-source antivirus software toolkit able to detect many types of malicious software, including viruses. One of its main uses is on mail servers as a server-side email virus scanner. [rkhunter](http://rkhunter.sourceforge.net/) is a Unix-based tool that scans for rootkits, backdoors, and possible local exploits. It does this by comparing SHA-1 hashes of important files with known good ones in online databases. [Malwarebytes](https://www.malwarebytes.com/) is an anti-malware software for Microsoft Windows, macOS, Chrome OS, Android, and iOS that finds and removes malware. Made by Malwarebytes Corporation, it was first released in January 2006.
_desc:'[Appium](https://appium.io/) is an open source automation tool for running scripts and testing native applications, mobile-web applications and hybrid applications on Android or iOS using a webdriver.'
_desc:'[Readme](https://github.com/andreasbm/readme/) automatically generate a beautiful best-practice README file based on the contents of your repository'
_docs:https://github.com/andreasbm/readme/
_github:https://github.com/andreasbm/readme/
_home:https://github.com/andreasbm/readme/
_name:Readme
npm:'@appnest/readme'
apt-cacher-ng:
_bin:null
_desc:'[Apt-Cacher-NG](https://wiki.debian.org/AptCacherNg) is a caching proxy server (or apt proxy) for Debian based distributions like Ubuntu, Kubuntu, Xubuntu, Edubuntu, Linux Mint, etc, which is used to cache the downloaded packages locally on your server.'
_desc:'[aqua](https://aquaproj.github.io/) is a Declarative CLI Version manager written in Go. It supports Lazy Install, Registry, and continuous update with Renovate.'
_desc:'[aria2](https://aria2.github.io/) is a lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. [AriaNg](http://ariang.mayswind.net/) is a modern web frontend that makes working with aria2 easier.'
_desc:'[Asciinema](https://asciinema.org) allows you to record and share your terminal sessions, the simple way'
_docs:https://asciinema.org/docs/
_github:https://github.com/asciinema/asciinema
_home:https://asciinema.org/
_name:asciinema
apk:asciinema
apt:asciinema
brew:asciinema
dnf:asciinema
pacman:asciinema
pipx:asciinema
asdf:
_bin:asdf
_desc:'[asdf](https://asdf-vm.com/#/) is a CLI tool that can manage multiple language runtime versions on a per-project basis or globally. It is like gvm, nvm, rbenv, and pyenv all in one. This role installs asdf on Linux or macOS.'
_docs:https://asdf-vm.com/guide/introduction.html
_github:https://github.com/asdf-vm/asdf
_home:https://asdf-vm.com/
_name:asdf-vm
ansible:professormanhattan.asdf
assh:
_bin:assh
_desc:'[assh](https://manfred.life/assh) makes your ssh client smarter'
_docs:https://github.com/moul/assh
_github:https://github.com/moul/assh
_home:https://manfred.life/assh
_name:assh
brew:assh
go:moul.io/assh/v2
yay:assh
astronvim:
_deps:
- bottom
- lazygit
- neovim
- node
- python
- ripgrep
- tree-sitter
_desc:'[AstroNvim](https://astronvim.github.io/) is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins'
_docs:https://astronvim.github.io/
_github:https://github.com/AstroNvim/AstroNvim
_home:https://astronvim.github.io/
_name:AstroNvim
_post:nvim --headless -c 'autocmd User PackerComplete quitall'
_desc:'[AutoKey](https://github.com/autokey/autokey) is a free, open-source scripting application for Linux. AutoKey allows the user to define hotkeys and trigger phrases which expand to predefined text, automating frequent or repetitive tasks such as correcting typographical errors or common spelling mistakes and inserting boiler plate sections of text. [AutoHotKey](https://www.autohotkey.com/) is a similar piece of software that is only available on the Windows platform.'
_docs:https://autokey.github.io/
_github:https://github.com/autokey/autokey
_home:https://code.google.com/archive/p/autokey/
_name:Autokey
ansible:linux:professormanhattan.autokey
ansible:windows:professormanhattan.autokey
apt:autokey
choco:autohotkey
dnf:autokey
yay:autokey-gtk
automake:
_bin:automake
_desc:'[GNU Automake](https://www.gnu.org/software/automake/) is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards'
_desc:'[Autorestic](https://autorestic.vercel.app/) is a wrapper around [Restic](https://restic.net/). The Restic CLI can be a bit overwhelming and difficult to manage if you have many different location that you want to backup to multiple locations. Autorestic makes managing all your S3 backups easier by making it config / cron driven.'
_desc:'The [AWS CLI](https://aws.amazon.com/cli/) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.'
_desc:'[ansible-tower-cli](https://docs.ansible.com/ansible-tower/latest/html/towercli/index.html) is a CLI program that interacts with Ansible Tower or AWX. It is the official command-line client for both Ansible Tower and AWX. It uses naming and structure consistent with the AWX HTTP API, provides consistent output formats with optional machine-parsable formats, and auto-detects API versions, available endpoints, and feature support.'
_desc:'The [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) is a set of commands used to create and manage Azure resources. The Azure CLI is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation. It is the official CLI, released by Microsoft.'
_docs:https://docs.microsoft.com/en-us/cli/azure/
_github:https://github.com/Azure/azure-cli
_home:https://azure.microsoft.com/
_name:Azure CLI
ansible:professormanhattan.azurecli
brew:azure-cli
choco:azure-cli
winget:Microsoft.AzureCLI
yay:azure-cli
azure-functions:
_bin:func
_desc:'[azure-functions-core-tools](https://github.com/Azure/azure-functions-core-tools) A local development experience for creating, developing, testing, running, and debugging Azure Functions'
_desc:Signal is a cross-platform centralized encrypted instant messaging service developed by the non-profit Signal Foundation and its subsidiary, the Signal Messenger LLC. Users can send one-to-one and group messages, which can include files, voice notes, images, and videos.
_desc:Flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
_docs:https://flake8.pycqa.org/en/latest/
_github:https://github.com/PyCQA/flake8
_home:https://flake8.pycqa.org/en/latest/
_name:Flake8
brew:flake8
pipx:flake8
balenaetcher:
_appImageName:balenaEtcher.AppImage
_bin:null
_desc:'[balenaEtcher](https://www.balena.io/etcher/) is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects from accidentally writing to hard-drives, ensures every byte of data was written correctly, and much more. It can also directly flash Raspberry Pi devices that support USB device boot mode. It will run on any platform officially supported by Electron.'
# Waiting for zap to allow headless automation of AppImage Catalog images
# Currently, it fails because there are multiple versions to select
# appimage: etcher
appimage:etcher
cask:balenaetcher
choco:etcher
yay:balena-etcher
bandwhich:
_bin:bandwhich
_desc:'[Bandwhich](https://github.com/imsnif/bandwhich) is a CLI utility for displaying current network utilization by process, connection and remote IP/hostname.'
_docs:null
_github:https://github.com/imsnif/bandwhich
_home:null
_name:Bandwhich
ansible:professormanhattan.bandwhich
brew:bandwhich
github:github.com/imsnif/bandwhich
pacman:bandwhich
pkg:bandwhich
bane:
_bin:bane
_desc:'[bane](https://github.com/genuinetools/bane) Custom & better AppArmor profile generator for Docker containers'
_docs:null
_github:https://github.com/genuinetools/bane
_home:null
_name:bane
github:github.com/genuinetools/bane
go:github.com/genuinetools/bane@latest
bash-completion:
_bin:null
_desc:null
_docs:https://docs.brew.sh/Shell-Completion
_github:null
_home:null
_name:null
_when:darwin:'! (brew list bash-completion | grep bash-completion)'
_when:linux:'! (brew list bash-completion | grep bash-completion)'
_desc:'[bat](https://github.com/sharkdp/bat) is a cat(1) clone with syntax highlighting and Git integration.'
_docs:null
_github:https://github.com/sharkdp/bat
_home:null
_name:bat
ansible:professormanhattan.bat
apk:bat
apt:bat
brew:bat
cargo:bat
choco:bat
pacman:bat
pkg:bat
port:bat
scoop:bat
zypper:bat
beets:
_bin:beet
_desc:'The purpose of [Beets](https://beets.io/) is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.'
_docs:https://beets.readthedocs.io/en/stable/
_github:https://github.com/beetbox/beets
_home:https://beets.io/
_name:Beets
ansible:professormanhattan.beets
pipx:beets
betwixt:
_bin:null
_desc:Web Debugging Proxy based on Chrome DevTools Network panel
_desc:'[Bitwarden CLI](https://github.com/bitwarden/cli) (i.e. bw) is a free and open-source official CLI for the [Bitwarden](https://bitwarden.com/) password manager. bw is available on Linux, macOS, and Microsoft Windows.'
_docs:https://bitwarden.com/help/
_github:https://github.com/bitwarden/clients
_home:https://bitwarden.com/
_name:Bitwarden CLI
ansible:professormanhattan.bw
brew:bitwarden-cli
choco:bitwarden-cli
npm:'@bitwarden/cli'
scoop:bitwarden-cli
snap:bw
bivac:
_bin:null
_desc:'[Bivac](https://bivac.io/) - Backup Interface for Volumes Attached to Containers - allows to backup Container volumes using Restic'
_docs:null
_github:https://github.com/camptocamp/bivac
_home:https://bivac.io/
_name:bivac
github:github.com/camptocamp/bivac
boilr:
_bin:null
_desc:boilerplate template manager that generates files or directories from template repositories
_docs:null
_github:https://github.com/tmrts/boilr
_home:null
_name:boilr
github:github.com/tmrts/boilr
go:github.com/tmrts/boilr@latest
bottom:
_bin:bottom
_bin:brew:btm
_desc:'[bottom](https://clementtsang.github.io/bottom/) is yet another cross-platform graphical process/system monitor. It is a customizable cross-platform graphical process/system monitor for the terminal that supports Linux, macOS, and Windows'
_desc:GPT CLI to auto-generate impressive commits in 1 second
_docs:https://github.com/di-sukharev/opencommit
_github:https://github.com/di-sukharev/opencommit
_home:https://www.npmjs.com/package/opencommit
_name:OpenCommit
npm:opencommit
mosh:
_bin:mosh
_desc:Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
_docs:https://mosh.org/#usage
_github:https://github.com/mobile-shell/mosh
_home:https://mosh.org/
_name:Mosh
apk:mosh
apt:mosh
brew:mosh
dnf:mosh
emerge:net-misc/mosh
pacman:mosh
pkg-freebsd:net/mosh
pkg_add:mosh
port:mosh
zypper:mosh
mongodb-atlas:
_bin:atlas
_desc:Install the Atlas CLI to quickly provision and manage Atlas database deployments from the terminal. (Official MongoDB hosted service provider CLI)
_desc:'[Brave Browser](https://brave.com/) is a free and open-source web browser developed by Brave Software, Inc. based on the Chromium web browser. It includes the ability to access Tor websites and has a built-in plugin that replaces ads and pays you to surf the web. It is a privacy-focused browser, which automatically blocks online advertisements and website trackers in its default settings. It also supports Chrome extensions.'
_desc:'[Bundler](https://bundler.io/) provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed'
[Certbot](https://certbot.eff.org/) is part of EFF’s effort to encrypt the entire Internet. Secure communication over the Web relies on HTTPS, which requires the use of a digital certificate that lets browsers verify the identity of web servers (e.g., is that really google.com?). Web servers obtain their certificates from trusted third parties called certificate authorities (CAs). Certbot is an easy-to-use client that fetches a certificate from [Let’s Encrypt](https://letsencrypt.org/)—an open certificate authority launched by the EFF, Mozilla, and others—and deploys it to a web server.
_desc:A terminal based UNIX user and group browser
_docs:https://github.com/ariasmn/ugm
_github:https://github.com/ariasmn/ugm
_home:https://github.com/ariasmn/ugm
_name:ugm
go:github.com/ariasmn/ugm@latest
wishlist:
_bin:wishlist
_desc:TUI for listing definitions defined in the SSH directory
_docs:https://github.com/charmbracelet/wishlist
_github:https://github.com/charmbracelet/wishlist
_home:https://charm.sh
_name:Wishlist
brew:charmbracelet/tap/wishlist
nix-env:nixpkgs.wishlist
scoop:wishlist
yay:wishlist-bin
cfssl:
_bin:cfssl
_desc:"[CFSSL](https://cfssl.org/) is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool and an HTTP API server for signing, verifying, and bundling TLS certificates"
_docs:null
_github:https://github.com/cloudflare/cfssl
_home:https://cfssl.org/
_name:CFSSL
brew:cfssl
pacman:cfssl
cheat:
_bin:cheat
_desc:Cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.
_docker:docker run --rm bannmann/docker-cheat
_docs:https://github.com/cheat/cheat
_github:https://github.com/cheat/cheat
_home:https://github.com/cheat/cheat
_name:Cheat
brew:cheat
go:github.com/cheat/cheat/cmd/cheat@latest
nix:nixos.cheat
snap:cheat
yay:cheat
chezmoi:
_bin:chezmoi
_desc:Manage your dotfiles across multiple diverse machines, securely.
_desc:'[Google Chrome](https://www.google.com/chrome/) is a cross-platform web browser developed by Google. It was first released in 2008 for Microsoft Windows, and was later ported to Linux, macOS, iOS, and Android where it is the default browser built into the OS.'
_desc:Google Drive for Desktop integrates a Google Drive account into your macOS / Windows workstation by adding a menubar with options to synchronize folders to the cloud.
_desc:Tor, short for The Onion Router, is free and open-source software for enabling anonymous communication. It directs Internet traffic through a free, worldwide, volunteer overlay network, consisting of more than seven thousand relays, to conceal a user's location and usage.
_desc:chrome-cli is a command line utility for controlling Google Chrome compatible browsers on OS X. It is a native binary that uses the Scripting Bridge to communicate with Chrome
_docs:null
_github:https://github.com/prasmussen/chrome-cli
_home:null
_name:null
brew:darwin:chrome-cli
chrome-gnome-shell:
_bin:null
_desc:Browser extension for Google Chrome/Chromium, Firefox, Vivaldi (and other Browser Extension, Chrome Extension or WebExtensions capable browsers) and native host messaging connector that provides integration with GNOME Shell and the corresponding extensions repository
_desc:Clocker is designed to help you keep track of your friends and colleagues in different time zones.
_docs:null
_github:https://github.com/n0shake/clocker
_home:null
_name:null
cask:clocker
cloudflared:
_bin:cloudflared
_desc:'[CloudFlare Argo Tunnel Client](https://developers.cloudflare.com/argo-tunnel/) contains the command-line client for CloudFlare Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network.'
_desc:'[Cockpit](https://cockpit-project.org/) allows you to view many aspects of system performance and make configuration changes, though the task list may depend on the particular flavor of Linux that you are using.'
_desc:'[CocoaPods](https://cocoapods.org/) is an application level dependency manager for Objective-C, Swift and any other languages that run on the Objective-C runtime, such as RubyMotion, that provides a standard format for managing external libraries.'
_desc:'[Cointop](https://github.com/miguelmota/cointop) is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.'
_docs:https://docs.cointop.sh/
_github:https://github.com/cointop-sh/cointop
_home:https://cointop.sh/
_name:Cointop
ansible:darwin:professormanhattan.cointop
ansible:linux:professormanhattan.cointop
brew:cointop
port:cointop
commitizen:
_bin:cz
_desc:Commitizen is a tool designed for teams. Its main purpose is to define a standard way of committing rules and communicating it
_desc:'For example, this role sets the timezone, sets the hostname, sets up the swap space, ensures auto-login is either disabled or enabled, and customizes GRUB (on Linux). It also ensures that specified groups are present on the system. On Windows, the role ensures all the available updates are installed, ensures [Scoop](https://scoop.sh/) is installed, and ensures common dependencies like [Bandizip](https://en.bandisoft.com/bandizip/) (a compressed-file manager) are installed.'
_docs:null
_github:null
_home:null
_name:Common
ansible:professormanhattan.common
composer:
_bin:composer
_desc:'[Composer](https://getcomposer.org/) is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries. It was developed by Nils Adermann and Jordi Boggiano, who continue to manage the project.'
_desc:'[Consul](https://www.consul.io/) uses service identities and traditional networking practices to help organizations securely connect applications running in any environment'
_docs:https://developer.hashicorp.com/consul/docs
_github:https://www.github.com/hashicorp/consul
_home:https://www.consul.io/
_name:Consul
apt:consul
brew:consul
pkg:consul
yay:consul-bin
consul-template:
_bin:consul-template
_desc:'[Consul-Template](https://github.com/hashicorp/consul-template) provides a convenient way to populate values from [Consul](https://www.consul.io/) into the file system using the consul-template daemon. It was created by [HashiCorp](https://www.hashicorp.com/) (the creators of Consul).'
_desc:The Container Structure Tests provide a powerful framework to validate the structure of a container image. These tests can be used to check the output of commands in an image, as well as verify metadata and contents of the filesystem
[Apache Cordova](https://cordova.apache.org/) is a tool to create cross-platform apps from standard web technologies (HTML, CSS, and JavaScript). Its primary purpose is to provide a bridge for native device API access and to bundle for distribution
_docs:https://cordova.apache.org/docs/en/latest/
_github:https://github.com/apache/cordova
_home:https://cordova.apache.org/
_name:Apache Cordova
npm:cordova
croc:
_bin:croc
_desc:Easily and securely send things from one computer to another
_desc:A SoundCloud player that lives in the menubar
_docs:null
_github:https://github.com/gillesdemey/Cumulus
_home:null
_name:Cumulus
cask:cumulus
github:github.com/gillesdemey/Cumulus
trunk:
_bin:trunk
_desc:An all-in-one linter / code auto-fixer augmented by a freemium web service
_docs:https://docs.trunk.io/
_github:
_home:https://trunk.io/
brew:trunk-io
npm:'@trunkio/launcher'
cups:
_bin:cupsctl
_desc:'[CUPS](https://www.cups.org/) is a modular printing system for Unix-like computer operating systems which allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer.'
_desc:cURL is a computer software project providing a library (libcurl) and command-line tool (curl) for transferring data using various network protocols.
_docs:https://curl.se/docs/
_github:https://github.com/curl/curl
_home:https://curl.se/
_name:cURL
apk:curl
apt:curl
brew:curl
choco:curl
dnf:curl
pacman:curl
pkg:curl
scoop:curl
xbps:curl
zypper:curl
curlie:
_bin:curlie
_desc:Curlie is a frontend to curl that adds the ease of use of httpie, without compromising on features and performance.
_docs:https://curlie.io/
_github:https://github.com/rs/curlie
_home:https://curlie.io/
_name:Curlie
brew:curlie
go:github.com/rs/curlie@latest
pkg:curlie
port:curlie
scoop:curlie
dasel:
_bin:dasel
_desc:Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool
_docs:null
_github:https://github.com/TomWright/dasel
_home:null
_name:dasel
brew:dasel
github:github.com/TomWright/dasel
go:github.com/tomwright/dasel/cmd/dasel@master
syncthing:
_bin:syncthing
_github:https://github.com/syncthing/syncthing
_name:Syncthing
_service:syncthing
brew:syncthing
choco:syncthing
port:syncthing
scoop:syncthing
dat:
_bin:dat
_desc:Peer-to-peer sharing & live syncronization of files via command line
_desc:'[Deno](https://deno.land/) is a modern runtime for JavaScript and TypeScript. It is advertised as a simple runtime that uses V8 and Rust. It is boasted as secure-by-default because there is no file, network, or environment access unless explicitly enabled. Deno compiles apps into single executables. An app made with Deno generally specifies its dependencies as URLs mainly hosted in the [Deno standard module repository](https://deno.land/std).'
_docs:https://deno.land/manual
_github:https://github.com/denoland/deno
_home:https://deno.land/
_name:Deno
ansible:professormanhattan.deno
brew:deno
cargo:deno
choco:deno
nix:deno
scoop:deno
desed:
_bin:desed
_desc:Debugger for sed used to demystify and debug the sed scripts, from comfort of terminal
_docs:https://github.com/SoptikHa2/desed#controls
_github:https://github.com/SoptikHa2/desed
_home:https://github.com/SoptikHa2/desed
_name:desed
cargo:desed
dnf:fedora:desed
github:github.com/SoptikHa2/desed
pkg:desed
xbps-freebsd:desed
desktop:
_bin:null
_desc:This role is essentially the place where all desktop-specific tasks that are substantial enough for their own role are placed.
_docs:null
_github:null
_home:null
_name:Desktop
ansible:professormanhattan.desktop
deta:
_bin:deta
_desc:Command line interface for managing Deta micros and deployments
_docs:https://docs.deta.sh/docs/cli/install
_github:https://github.com/deta/deta-cli
_home:https://www.deta.sh/
_name:deta
github:github.com/deta/deta-cli
script:darwin:curl -fsSL https://get.deta.dev/cli.sh | sh
script:linux:curl -fsSL https://get.deta.dev/cli.sh | sh
_desc:Put device frames around your mobile/web/progressive app screenshots
_docs:null
_github:https://github.com/c0bra/deviceframe
_home:null
_name:null
npm:deviceframe
difftastic:
_bin:difft
_desc:Difftastic is a structural diff tool that understands syntax.
_docs:https://difftastic.wilfred.me.uk/git.html
_github:https://github.com/Wilfred/difftastic
_home:https://difftastic.wilfred.me.uk/
_name:Difftastic
brew:difftastic
cargo:difftastic
direnv:
_bin:direnv
_desc:'[direnv](https://direnv.net/) is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.'
_docs:https://direnv.net/
_github:https://github.com/direnv/direnv
_home:https://direnv.net/
_name:direnv
ansible:professormanhattan.direnv
apt:direnv
brew:direnv
github:github.com/direnv/direnv
dive:
_bin:dive
_desc:'[dive](https://github.com/wagoodman/dive) is a tool for exploring a docker image, layer contents, and discovering ways to shrink the size of the Docker/OCI image.'
_description:A tool for exploring each layer in a docker image
_docs:null
_github:https://github.com/wagoodman/dive
_home:https://github.com/wagoodman/dive
_name:dive
ansible:professormanhattan.dive
brew:dive
github:github.com/wagoodman/dive
go:github.com/wagoodman/dive@latest
yay:dive
dns:
_bin:null
_desc:This role ensures that DNS requests are encrypted if you supply it the appropriate configuration. It uses systemd on Linux. On macOS/Windows, it installs and configures [Stubby](https://github.com/getdnsapi/stubby).
_docs:null
_github:null
_home:null
_name:DNS
ansible:professormanhattan.dns
plymouth:
apt:
- libplymouth5
- plymouth
- plymouth-themes
- plymouth-label
dnf:
- plymouth
# - plymouth-x11
- plymouth-plugin-script
pacman:
- plymouth
dnsmasq:
_bin:dnsmasq
_desc:'[Dnsmasq](https://wiki.debian.org/dnsmasq) is free software providing Domain Name System caching, a Dynamic Host Configuration Protocol server, router advertisement and network boot features, intended for small computer networks.'
_desc:'[Docker](https://www.docker.com/) is a set of platform-as-a-service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. [Docker Desktop](https://www.docker.com/products/docker-desktop/) adds a sleek UI for Docker and makes it easier to manage Docker on macOS and Windows.'
_desc:"[DockerSlim](https://dockersl.im/) will optimize and secure your containers by understanding your application and what it needs using various analysis techniques. It will throw away what you don't need, reducing the attack surface of your container. What if you need some of those extra things to debug your container? You can use dedicated debugging side-car containers for that."
_desc:"[.Net](https://dotnet.microsoft.com/) lets you create beautiful apps and scalable cloud services, faster and easier with the free, open-source platform that's loved by developers and trusted by organizations"
_docs:https://learn.microsoft.com/en-us/dotnet/
_github:https://github.com/dotnet
_home:https://dotnet.microsoft.com/
_name:.Net
brew:dotnet
choco:dotnet
yay:dotnet-sdk-bin
dprint:
_bin:dprint
_desc:'[dprint](https://dprint.dev/) is a pluggable and configurable code formatting platform written in Rust.'
_docs:https://dprint.dev/
_github:https://github.com/dprint
_home:https://dprint.dev/
_name:DPrint
brew:dprint
cargo:dprint
npm:dprint
scoop:dprint
script:darwin:curl -fsSL https://dprint.dev/install.sh | sh
script:linux:curl -fsSL https://dprint.dev/install.sh | sh
_desc:The Drone command line tools are used to interact with the Drone from the command line, and provide important utilities for managing users and repository settings
_docs:https://docs.drone.io/cli/install/
_github:https://github.com/harness/drone-cli
_home:https://www.drone.io/
_name:Drone CLI
brew:drone/drone/drone
github:github.com/harness/drone-cli
scoop:drone
duf:
_bin:duf
_desc:"[duf](https://github.com/muesli/duf) is a Disk Usage/Free Utility - a better 'df' alternative. It displays a chart within your terminal that gives you an overview of hard-drive usage statistics."
_docs:https://github.com/muesli/duf#usage
_github:https://github.com/muesli/duf
_home:https://github.com/muesli/duf
_name:duf
ansible:professormanhattan.duf
brew:duf
choco:duf
github:github.com/muesli/duf
pacman:duf
pkg:duf
scoop:duf
dust:
_bin:dust
_desc:A more intuitive version of du in rust
_docs:https://github.com/bootandy/dust#usage
_github:https://github.com/bootandy/dust
_home:https://github.com/bootandy/dust
_name:dust
apk:dust
brew:darwin:dust
brew:linux:tgotwig/linux-dust/dust
cargo:du-dust
github:github.com/bootandy/dust
pacman:dust
easyengine:
_bin:ee
_desc:"[EasyEngine](https://easyengine.io/) is a command-line control panel for Nginx to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt."
_docs:https://easyengine.io/handbook/
_github:https://github.com/EasyEngine/easyengine
_home:https://easyengine.io/
_name:EasyEngine
ansible:darwin:professormanhattan.easyengine
ansible:linux:professormanhattan.easyengine
editly:
_bin:editly
_desc:Editly is a tool and framework for declarative NLE (non-linear video editing) using Node.js and ffmpeg. Editly allows you to easily and programmatically create a video from a set of clips, images, audio and titles, with smooth transitions and music overlaid.
_desc:Open-source platform for IT and security teams with thousands of computers. (Linux, macOS, Windows, ChromeOS, AWS, Google Cloud, Azure, data center, containers, IoT)
# Elastic Agent performs some security measures that make it so that checking the bin only works
# with sudo. So the _when condition is added to account for this circumstance.
_bin:elastic-agent
_desc:>-
[Elastic Agent](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation-configuration.html) is a single, unified way to add monitoring for logs, metrics, and other types of data to each host. A single agent makes it easier and faster to deploy monitoring across your infrastructure. The agent’s single, unified policy makes it easier to add integrations for new data sources. You can use Elastic Agent with Fleet. [Fleet](https://www.elastic.co/guide/en/kibana/current/fleet.html) is a Kibana service that allows you to add and manage integrations for popular services and platforms, as well as manage Elastic Agent installations.
_desc:'[exiftool](https://exiftool.org/) is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files'
_docs:https://exiftool.org/exiftool_pod.html
_github:https://github.com/exiftool/exiftool
_home:https://exiftool.org/
_name:exiftool
ansible:professormanhattan.exiftool
apt:libimage-exiftool-perl
brew:exiftool
choco:exiftool
dnf:perl-Image-ExifTool.noarch
pacman:perl-image-exiftool
port:exiftool
scoop:exiftool
expect:
_bin:expect
_desc:null
_docs:null
_github:null
_home:null
_name:Expect
apt:expect
brew:expect
dnf:expect
pacman:expect
port:expect
extensions:
_bin:null
_desc:This role acts as a catch-all for extensions for various system software.
_docs:null
_github:null
_home:null
_name:Extensions
ansible:professormanhattan.extensions
fastify:
_bin:fastify
_desc:Run a Fastify application with one command
_docs:null
_github:https://github.com/fastify/fastify-cli
_home:https://www.fastify.io/
_name:fastify
npm:fastify-cli
fcp:
_bin:fcp
_desc:A significantly faster alternative to the classic Unix cp(1) command, copying large files and directories in a fraction of the time.
_docs:https://github.com/Svetlitski/fcp#usage
_github:https://github.com/Svetlitski/fcp
_home:https://github.com/Svetlitski/fcp
_name:fcp
brew:fcp
cargo:fcp
nix:unstable.fcp
fd:
_bin:fd
_bin:apt:fdfind
_desc:"[fd](https://github.com/sharkdp/fd) is a program that can search for files on your filesystem. It is a simple, fast, and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases."
_docs:null
_github:https://github.com/sharkdp/fd
_home:null
_name:fd
ansible:professormanhattan.fd
apk:fd
apt:fd-find
brew:fd
cargo:fd-find
choco:fd
github:github.com/sharkdp/fd
pacman:fd
pkg:fd
scoop:fd
feathers:
_bin:feathers
_desc:The command line interface for scaffolding Feathers applications
_desc:'[FFmpeg](https://www.ffmpeg.org/) is the leading multimedia framework. It is able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge.'
_docs:null
_github:null
_home:null
_name:FFmpeg
ansible:professormanhattan.ffmpeg
apk:ffmpeg
apt:ffmpeg
brew:ffmpeg
choco:ffmpeg
dnf:ffmpeg
pacman:ffmpeg
scoop:ffmpeg
ffsend:
_bin:ffsend
_desc:'[ffsend](https://github.com/timvisee/ffsend) (formerly [Firefox Send](https://support.mozilla.org/en-US/kb/what-happened-firefox-send)) allows you to easily and securely share files and directories from the command line through a safe, private and encrypted link using a single simple command. Files are shared using the [Send](https://send.vis.ee/) service and may be up to 1GB. Others are able to download these files with this tool, or through their web browser.'
_docs:null
_github:https://github.com/timvisee/ffsend
_home:null
_name:ffsend
ansible:professormanhattan.ffsend
apk:ffsend
brew:ffsend
github:github.com/timvisee/ffsend
pkg:ffsend
scoop:ffsend
snap:ffsend
yay:ffsend
fig:
_desc:'[Fig](https://fig.io/) adds autocomplete to your terminal. As you type, Fig pops up subcommands, options, and contextually relevant arguments in your existing terminal.'
_desc:'[FileZilla](https://filezilla-project.org/) is a free software, cross-platform FTP application, consisting of FileZilla Client and FileZilla Server. Client binaries are available for Windows, Linux, and macOS, server binaries are available for Windows only.'
_desc:'[Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/), or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox uses the Gecko layout engine to render web pages, which implements current and anticipated web standards.'
_desc:'[Flutter](https://flutter.dev/) transforms the app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase'
_desc:The crunch command line executable is a *nix executable that supports parallel PNG image optimization with local (off of the system PATH) installs of the pngquant and zopflipng project dependencies.
_desc:Fritzing is an open-source hardware initiative that makes electronics accessible as a creative material for anyone. We offer a software tool, a community website and services in the spirit of Processing and Arduino, fostering a creative ecosystem that allows users to document their prototypes, share them with others, teach electronics in a classroom, and layout and manufacture professional PCBs.
_docs:https://fritzing.org/learning/get-started
_github:https://github.com/fritzing/fritzing-app
_home:https://fritzing.org/
_name:Fritzing
choco:fritzing
flatpak:org.fritzing.Fritzing
fly:
_bin:fly
_desc:CLI to manage Concourse CI installation
_docs:null
_github:null
_home:https://concourse-ci.org/
_name:fly
cask:fly
github:https://github.com/concourse/concourse
yay:fly-cli
fm:
_bin:fm
_desc:Terminal file manager
_docs:null
_github:https://github.com/knipferrc/fm
_home:null
_name:fm
github:github.com/knipferrc/fm
go:github.com/knipferrc/fm@latest
fonts:
_bin:null
_desc:null
_docs:null
_github:null
_home:null
_name:null
_when:cask:'! ((brew list font-sf-mono-nerd-font | grep SFMono) && (brew list font-hack-nerd-font | grep Hack) && (brew list font-meslo-lg-nerd-font | grep Meslo))'
cask:
- epk/epk/font-sf-mono-nerd-font
- homebrew/cask-fonts/font-hack-nerd-font
- homebrew/cask-fonts/font-meslo-lg-nerd-font
fpm:
_bin:fpm
_deps:
- fpm:deps
_desc:'[fpm](https://github.com/jordansissel/fpm) (short for Effing package management) allows you to build packages for multiple platforms with great ease. The source of your package can be a gem, Python module, pear, directory, .tar.gz, rpm, deb, Node.js package, or pacman package. The target packages it supports are deb, rpm, solaris, freebsd, tar, directory, Mac OS X .pkg file, or pacman package.'
_docs:null
_github:https://github.com/jordansissel/fpm
_home:null
_name:fpm
ansible:professormanhattan.fpm
gem:fpm
fpm:deps:
apt:
- build-essential
- ruby-dev
- rubygems
brew:
- gnu-tar
dnf:
- gcc
- libffi-devel
- make
- rpm-build
- ruby-devel
- rubygems
pacman:
- base-devel
- gcc
fq:
_bin:fq
_desc:jq for binary formats
_docs:null
_github:https://github.com/wader/fq
_home:null
_name:fq
apk:fq
brew:wader/tap/fq
github:github.com/wader/fq
go:github.com/wader/fq@latest
pacman:fq
scoop:fq
fselect:
_bin:fselect
_desc:Extension to find files with SQL-like queries
_docs:null
_github:https://github.com/jhspetersson/fselect
_home:null
_name:fselect
brew:fselect
cargo:fselect
choco:fselect
github:github.com/jhspetersson/fselect
yay:fselect
fuego:
_bin:fuego
_desc:Fuego is a command line client for the Firestore database
_desc:"[fzf](https://github.com/junegunn/fzf) is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc."
_desc:'[Google Assistant for Desktop](https://github.com/Melvin-Abraham/Google-Assistant-Unofficial-Desktop-Client) is a cross-platform unofficial Google Assistant Client for Desktop.'
_desc:'[Google Cloud SDK](https://cloud.google.com/sdk) includes tools and libraries for interacting with Google Cloud products and services. With it, you can orchestrate virtual machine instances directly from your command line, manage Compute Engine networks/firewalls/disks, simulate Pub/Sub locally, and much more.'
_docs:null
_github:null
_home:null
_name:Google Cloud SDK
_snapClassic:true
_when:cask:'! test -f /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc'
_desc:'[gh](https://cli.github.com/) is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.'
_docs:https://cli.github.com/manual/
_github:https://github.com/cli/cli
_home:https://cli.github.com/
_name:Github CLI
ansible:professormanhattan.gh
brew:gh
choco:gh
port:gh
scoop:gh
winget:GitHub.cli
ghorg:
_bin:ghorg
_desc:"[ghorg](https://github.com/gabrie30/ghorg) allows you to quickly clone all of an org's, or user's repositories into a single directory."
_docs:null
_github:https://github.com/gabrie30/ghorg
_home:null
_name:ghorg
ansible:professormanhattan.ghorg
brew:gabrie30/utils/ghorg
github:github.com/gabrie30/ghorg
go:github.com/gabrie30/ghorg@latest
yay:ghorg
gimp:
_bin:gimp
_desc:'[GIMP](https://www.gimp.org/) is a free and open-source raster graphics editor used for image manipulation and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. GIMP is released under GPLv3+ license and is available for Linux, macOS, and Microsoft Windows.'
_desc:'[gist](https://github.com/defunkt/gist) provides a command that you can use from your terminal to upload content to https://gist.github.com/. This role will optionally set up a dotfile that handles authentication if you pass the appropriate configuration.'
_docs:null
_github:null
_home:null
_name:gist
ansible:professormanhattan.gist
gem:gist
git:
_bin:git
_desc:null
_docs:null
_github:null
_home:null
_name:null
apk:git
apt:git
brew:git
dnf:git
git-bug:
_bin:git-bug
_desc:null
_docs:null
_github:https://github.com/MichaelMure/git-bug
_home:null
_name:Git Bug
brew:git-bug
pkg-freebsd:git-bug
scoop:git-bug
git-filter-repo:
_bin:git-filter-repo
_desc:'[gitfilterrepo](https://github.com/newren/git-filter-repo) is a versatile tool for rewriting history'
_docs:null
_github:null
_home:null
_name:null
ansible:professormanhattan.gitfilterrepo
brew:git-filter-repo
pipx:git-filter-repo
git-lfs:
_bin:git-lfs
_deps:
- git
_desc:Git LFS (Large File Storage) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
_docs:null
_github:null
_home:null
_name:Git LFS
_post:git lfs install
ansible:professormanhattan.gitlfs
brew:git-lfs
scoop:git-lfs
git-open:
_bin:git-open
_desc:Open the repo website (GitHub, GitLab, Bitbucket) in your browser
_docs:null
_github:https://github.com/paulirish/git-open
_home:null
_name:null
npm:git-open
git-secret:
_bin:git-secret
_desc:'[git-secret](https://git-secret.io/) is a bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using GPG, the tracked files with the public keys of all the users that you trust. So everyone of them can decrypt these files using only their personal secret key.'
_desc:'[GitDock](https://gitlab.com/mvanremmerden/gitdock) is an app that displays all your GitLab activities in one place. Instead of the GitLab typical project- or group-centric approach, it collects all your information from a user-centric perspective.'
_desc:An Nmap-based port scanner that scans all 65k ports in 3 seconds
_docs:https://rustscan.github.io/RustScan/
_github:https://github.com/RustScan/RustScan
_home:https://github.com/RustScan/RustScan
_name:RustScan
brew:rustscan
yay:rustscan
git-extras:
_bin:git-extras
_desc:'[Git Extras](https://github.com/tj/git-extras) includes extra git utilities that include repo summary, repl, changelog population, author commit percentages, and more.'
_docs:null
_github:null
_home:null
_name:git-extras
ansible:windows:professormanhattan.gitextras
apt:git-extras
brew:git-extras
dnf:git-extras
pacman:git-extras
git-notify:
_bin:git-notify
_desc:Communicate important updates to your team via git commit messages
_desc:'[GitKraken](https://www.gitkraken.com/) is a software product for developers and dev teams. The Git Client is a leading software tool helping developers maximize their productivity with a beautiful, intuitive GUI.'
_desc:'[gitstats](https://github.com/IonicaBizau/git-stats) can track and display local git statistics. It includes the capability of displaying a GitHub-like contributions calendar in the terminal.'
_docs:null
_github:https://github.com/IonicaBizau/git-stats
_home:null
_name:git-stats
ansible:professormanhattan.gitstats
npm:git-stats
gitui:
_bin:gitui
_desc:Blazing fast TUI for git written in Rust
_docs:https://github.com/extrawurst/gitui
_github:https://github.com/extrawurst/gitui
_home:https://github.com/extrawurst/gitui
_name:Git UI
brew:gitui
cargo:gitui
choco:delta
dnf:fedora:gitui
nix:nixpkgs.gitui
pacman:gitui
pkg:gitui
port:gitui
scoop:gitui
winget:gitui
gixy:
_bin:gixy
_desc:null
_docs:null
_github:https://github.com/yandex/gixy
_home:null
_name:null
pipx:gixy
glab:
_bin:glab
_desc:An open-source GitLab command line tool bringing GitLab's cool features to your command line
_docs:null
_github:https://github.com/profclems/glab
_home:null
_name:glab
apk:glab
brew:glab
github:github.com/profclems/glab
scoop:glab
# Only available on edge release (i.e. sudo snap install --edge glab)
# snap: glab
yay:gitlab-glab-bin
glances:
_bin:glances
_desc:'[Glances](https://github.com/nicolargo/glances) is a cross-platform monitoring tool which aims to present a maximum of information in a minimum of space through a curses or a web interface. It can adapt the displayed information depending on the terminal size dynamically. It is a top/htop alternative for Linux, BSD, macOS, and even Windows.'
_docs:null
_github:null
_home:null
_name:Glances
_post:pipx:pipx inject glances glances[all]
ansible:professormanhattan.glances
apt:ubuntu:
- python3-dev
- python3-jinja2
- python3-pip
- python3-psutil
- python3-setuptools
- gcc
- glances
- lm-sensors
- wireless-tools
brew:glances
dnf:
- gcc
- glances
- lm_sensors
- python3-devel
- python3-pip
pacman:
- glances
- python
- lm_sensors
- wireless_tools
pipx:glances
port:glances
glen:
_bin:glen
_desc:A CLI to gather GitLab project and group variables
_docs:null
_github:https://github.com/lingrino/glen
_home:null
_name:null
go:github.com/lingrino/glen@latest
glow:
_bin:glow
_desc:Glow is a terminal based markdown reader designed from the ground up to bring out the beauty—and power—of the CLI
_docs:null
_github:https://github.com/charmbracelet/glow
_home:null
_name:glow
brew:glow
github:github.com/charmbracelet/glow
pkg:glow
scoop:glow
yay:glow
glusterfs:
# TODO - The master / peer logic still needs to be implemented in the .chezmoiscripts
_bin:gluster
_desc:'[Gluster](https://www.gluster.org/) is a free and open source software scalable network filesystem. Gluster is a software defined distributed storage that can scale to several petabytes. It provides interfaces for object, block and file storage.'
_docs:https://docs.gluster.org/en/latest/
_github:https://github.com/gluster/glusterfs
_home:https://www.gluster.org/
_name:GlusterFS
_service:glusterd
# ansible:linux: professormanhattan.glusterfs
apt:glusterfs-server
dnf:fedora:glusterfs-server
pacman:glusterfs
gnu:
_bin:null
_desc:null
_docs:null
_github:null
_home:null
_name:null
_when:brew:darwin:'(! brew list coreutils | grep coreutils) || (! brew list findutils | grep findutils) || (! brew list gawk | grep gawk) || (! brew list gnu-getopt | grep gnu-getopt) || (! brew list gnu-indent | grep gnu-indent) || (! brew list gnu-tar | grep gnu-tar) || (! brew list gnu-sed | grep gnu-sed) || (! brew list gnutls | grep gnutls) || (! brew list grep | grep grep)'
brew:darwin:
- coreutils
- findutils
- gawk
- gnu-getopt
- gnu-indent
- gnu-tar
- gnu-sed
- gnutls
- grep
go:
_bin:go
_desc:'[Go](https://golang.org/) is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.'
_docs:https://go.dev/doc/
_github:https://github.com/golang/go
_home:https://go.dev/
_name:Go
_snapClassic:true
ansible:professormanhattan.go
apt:golang-go
brew:go
choco:golang
pacman:go
port:go
scoop:go
snap:go
go-chromecast:
_bin:go-chromecast
_desc:CLI for Google Chromecast, Home devices and Cast Groups
_docs:null
_github:https://github.com/vishen/go-chromecast
_home:null
_name:go-chromecast
github:github.com/vishen/go-chromecast
go:github.com/vishen/go-chromecast@latest
go-outline:
_bin:go-outline
_desc:null
_docs:null
_github:null
_home:null
_name:null
go:github.com/ramya-rao-a/go-outline@latest
gojq:
_bin:gojq
_desc:gojq is a pure Go implementation of jq that is mostly backwards compatible (but not completely)
_desc:'[gping](https://github.com/orf/gping) is like the regular ping command except it also displays a chart labeled with response timing statistics.'
_docs:null
_github:https://github.com/orf/gping
_home:null
_name:gping
ansible:professormanhattan.gping
brew:gping
cargo:gping
choco:gping
github:github.com/orf/gping
pacman:gping
scoop:gping
gradle:
_bin:gradle
_desc:'[Gradle](https://gradle.org/) is a build automation tool for multi-language software development. It controls the development process in the tasks of compilation and packaging to testing, deployment, and publishing. Supported languages include Java, C/C++, JavaScript.'
_desc:'[Apache Guacamole](https://guacamole.apache.org/) is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.'
_desc:A tool for glamorous shell scripts. Provides styling and fancy prompts.
_docs:https://github.com/charmbracelet/gum
_github:https://github.com/charmbracelet/gum
_home:https://charm.sh/
_name:Gum
apk:gum
brew:gum
go:github.com/charmbracelet/gum@latest
nix:nixpkgs.gum
pacman:gum
pkg-termux:gum
goaccess:
_bin:goaccess
_desc:GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
_docs:https://goaccess.io/get-started
_github:https://github.com/allinurl/goaccess
_home:https://goaccess.io/
_name:GoAccess
apt:goaccess
brew:goaccess
dnf:fedora:goaccess
emerge:net-analyzer/goaccess
pacman:goaccess
pkgin:goaccess
gvm:
_bin:null
_desc:'[gvm](https://github.com/moovweb/gvm) lets you manage Go environments and switch between Go versions.'
_docs:null
_github:https://github.com/moovweb/gvm
_home:null
_name:rvm
ansible:professormanhattan.gvm
hadolint:
_bin:hadolint
_desc:A smarter Dockerfile linter that helps you build best practice Docker images. The linter parses the Dockerfile into an AST and performs rules on top of the AST
_docs:null
_github:https://github.com/hadolint/hadolint
_home:null
_name:hadolint
brew:hadolint
dnf:fedora:hadolint
scoop:hadolint
hbs-cli:
_bin:hbs
_desc:This is a CLI tool to render handlebars templates, with the ability to require in Partials, Helpers and JSON Data
_docs:null
_github:https://github.com/keithamus/hbs-cli
_home:null
npm:hbs-cli
hclq:
_bin:hclq
_desc:Command-line processor for HashiCorp config files, like sed for HCL — Terraform, Consul, Nomad, Vault
_docs:null
_github:https://github.com/mattolenik/hclq
_home:null
_name:hclq
github:github.com/mattolenik/hclq
go:github.com/mattolenik/hclq@latest
heroku-cli:
_bin:heroku
_desc:'[Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) lets you create and manage Heroku apps directly from the terminal. It’s an essential part of using Heroku.'
_docs:null
_github:null
_home:null
_name:Heroku CLI
ansible:professormanhattan.heroku
brew:heroku/brew/heroku
choco:heroku-cli
npm:heroku
scoop:heroku-cli
yay:heroku-cli
hexyl:
_bin:hexyl
_desc:'[hexyl](https://github.com/sharkdp/hexyl) is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII).'
_desc:HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom
_docs:null
_github:https://github.com/rakyll/hey
_home:null
_name:hey
brew:hey
github:github.com/rakyll/hey
rustdesk:
_bin:rustdesk
_desc:Open source virtual / remote desktop infrastructure for everyone! The open source TeamViewer alternative. Display and control your PC and Android devices from anywhere at anytime.
_desc:'[Himalaya](https://github.com/soywod/himalaya) is a CLI email client written in Rust.'
_docs:null
_github:null
_home:null
_name:Himalaya
ansible:professormanhattan.himalaya
brew:himalaya
scoop:himalaya
hostctl:
_bin:hostctl
_desc:This tool gives more control over the use of hosts file
_docs:null
_github:https://github.com/guumaster/hostctl
_home:null
_name:hostctl
brew:guumaster/tap/hostctl
github:github.com/guumaster/hostctl
scoop:hostctl
yay:hostctl
hosthomepage:
_bin:null
_desc:''
_docs:null
_github:null
_home:null
_name:Host Home Page
ansible:professormanhattan.hosthomepage
hosts:
_bin:null
_desc:This role is intended to be used with the [main ProfessorManhattan playbook](https://gitlab.com/ProfessorManhattan/Playbooks). It integrates tightly with the configuration variables that come with the playbook.
_docs:null
_github:null
_home:null
_name:Hosts
ansible:professormanhattan.hosts
htmlq:
_bin:htmlq
_desc:A lightweight and flexible command-line JSON processor for HTML
_docs:null
_github:https://github.com/mgdm/htmlq
_home:null
_name:htmlq
brew:htmlq
cargo:htmlq
github:github.com/mgdm/htmlq
htop:
_bin:htop
_desc:'[htop](https://htop.dev/) is an interactive system-monitor process-viewer and process-manager. It is designed as an alternative to the Unix program top. It shows a frequently updated list of the processes running on a computer, normally ordered by the amount of CPU usage.'
_desc:HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting, built on HTTPie and prompt_toolkit.
_docs:https://docs.http-prompt.com/en/latest/
_github:https://github.com/httpie/http-prompt
_home:https://http-prompt.com/
_name:HTTP Prompt
brew:http-prompt
pipx:http-prompt
httpie:
_bin:httpie
_desc:'[HTTPie](https://httpie.io/) is a terminal-based, user-friendly command-line HTTP client for the API era. It comes with JSON support, syntax highlighting, persistent sessions, wget-like downloads, plugins, and more.'
_docs:null
_github:null
_home:null
_name:HTTPie
ansible:professormanhattan.httpie
brew:httpie
choco:httpie
dnf:httpie
pacman:httpie
pipx:httpie
port:httpie
snap:httpie
httpstat:
_bin:httpstat
_desc:curl statistics made simple
_docs:https://github.com/reorx/httpstat#usage
_github:https://github.com/reorx/httpstat
_home:https://github.com/reorx/httpstat
_name:httpstat
brew:httpstat
pipx:httpstat
hub:
_bin:hub
_desc:Add GitHub support to git on the command-line
_docs:null
_github:https://hub.github.com/
_home:null
_name:null
apt:hub
brew:hub
choco:hub
dnf:fedora:hub
pacman:hub
pkg:hub
scoop:hub
husky:
_bin:husky
_desc:Husky improves your commits and more
_docs:null
_github:https://github.com/typicode/husky
_home:https://typicode.github.io/husky/
_name:Husky
npm:husky
hyper:
_appImageName:Hyper
_bin:null
_desc:'[Hyper](https://hyper.is/) is an electron-based terminal. It is written using web technologies such as HTML, CSS, JavaScript etc. It looks very modern and has lots of customization options.'
_docs:https://hyper.is/blog
_github:https://github.com/vercel/hyper
_home:https://hyper.is/
_name:Hyper
ansible:professormanhattan.hyper
appimage:hyper
brew:hyper
choco:hyper
yay:hyper
hyperfine:
_bin:hyperfine
_desc:'[hyperfine](https://github.com/sharkdp/hyperfine) is a cross-platform command-line benchmarking tool that can be used to determine the performance of shell commands.'
script:linux:cd /tmp && curl -L https://github.com/codeclimate/codeclimate/archive/master.tar.gz | tar xvz && cd codeclimate-* && sudo make install
brew:darwin:codeclimate/formulae/codeclimate
impl:
_bin:impl
_desc:impl generates method stubs for implementing an interface
_docs:null
_github:https://github.com/josharian/impl
_home:null
_name:null
go:github.com/josharian/impl@latest
infracost:
_bin:infracost
_desc:'[infracost](https://www.infracost.io/) provides cloud cost estimates for Terraform in pull requests'
_docs:https://www.infracost.io/docs
_github:https://github.com/infracost/infracost
_home:https://www.infracost.io/
_name:infracost
brew:infracost
choco:infracost
yay:infracost
inkscape:
_bin:inkscape
_desc:'[Inkscape](https://inkscape.org/) is a free and open-source vector graphics editor used to create vector images, primarily in Scalable Vector Graphics format. Other formats can be imported and exported. Inkscape can render primitive vector shapes and text. This role installs Inkscape on nearly any platform.'
_desc:'[IntelliJ IDEA](https://www.jetbrains.com/idea/) is an integrated development environment written in Java for developing computer software. It is developed by JetBrains, and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.'
_desc:A terminal client for Redis with auto-completion and syntax highlightin
_docs:https://github.com/laixintao/iredis
_github:https://github.com/laixintao/iredis
_home:https://pypi.org/project/iredis/
_name:iRedis
apt:iredis
brew:iredis
pipx:iredis
aws-shell:
_bin:aws-shell
_desc:An integrated shell for working with the AWS CLI.
_docs:https://github.com/awslabs/aws-shell
_github:https://github.com/awslabs/aws-shell
_home:https://pypi.org/project/aws-shell/
_name:AWS Shell
brew:aws-shell
pipx:aws-shell
ansibler:
_bin:ansibler
_desc:Megabyte Labs Python project used to extract test information from Molecule and save it as JSON that can be rendered into charts
_docs:https://pypi.org/project/ansibler/
_github:https://github.com/megabyte-labs/ansibler
_home:https://pypi.org/project/ansibler/
_name:Ansibler
pipx:ansibler
java:
_bin:java
_desc:'[Java](https://www.java.com/en/) is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.'
_desc:'[jenv](https://www.jenv.be/) lets you switch between Java versions. It sets JAVA_HOME inside your shell, in a way that can be set globally, local to the current working directory or per shell.'
_desc:'[jo](https://github.com/jpmens/jo) is a free and open-source command-line tool that allows you to create JSON objects.'
_docs:null
_github:https://github.com/jpmens/jo
_home:null
_name:jo
ansible:professormanhattan.jo
apt:jo
brew:jo
github:github.com/jpmens/jo
pkg:jo
scoop:jo
snap:jo
yay:jo
jq:
_bin:jq
_desc:'[jq](https://github.com/stedolan/jq) is like sed for JSON data. You can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.'
_docs:https://stedolan.github.io/jq/manual/
_github:https://github.com/stedolan/jq
_home:https://stedolan.github.io/jq
_name:jq
ansible:professormanhattan.jq
apk:jq
apt:jq
brew:jq
choco:jq
dnf:jq
github:github.com/stedolan/jq
pkg:jq
jqp:
_bin:jqp
_desc:A TUI playground to experiment with jq
_docs:https://github.com/noahgorstein/jqp#usage
_github:https://github.com/noahgorstein/jqp
_home:https://github.com/noahgorstein/jqp
_name:jqp
brew:noahgorstein/tap/jqp
port:jqp
yay:jqp
juju:
_bin:juju
_desc:'[Juju](https://juju.is/) is a Charmed Operator Framework, composed of a Charmed Operator Lifecycle Manager, and the Charmed Operator SDK. It allows you to deploy, integrate, and manage Kubernetes, container, and VM-native applications seamlessly across hybrid clouds. Juju drives Day 0 through Day 2 operations in your complex environment.'
_docs:https://juju.is/docs
_github:null
_home:https://juju.is/
_name:Juju
_snapClassic:true
ansible:professormanhattan.juju
brew:juju
choco:juju
snap:juju
kdash:
_bin:kdash
_desc:A simple and fast dashboard for Kubernetes
_docs:null
_github:https://github.com/kdash-rs/kdash
_home:https://kdash.cli.rs/
_name:kdash
brew:kdash-rs/kdash/kdash
cargo:kdash
choco:kdash
github:github.com/kdash-rs/kdash
scoop:kdash
keybase:
_bin:null
_desc:'[Keybase](https://keybase.io/) is secure messaging and file-sharing. Keybase uses public key cryptography to ensure your messages stay private. Keybase works for families, roommates, clubs, and groups of friends. Keybase connects to public identities, too. You can connect with communities from Twitter, Reddit, and elsewhere.'
_desc:'[KiTTY](https://sw.kovidgoyal.net/kitty/) is designed for power keyboard users. To that end all its controls work with the keyboard (although it fully supports mouse interactions as well). Its configuration is a simple, human editable, single file for easy reproducibility.'
_docs:https://sw.kovidgoyal.net/kitty/quickstart/
_github:https://github.com/kovidgoyal/kitty
_home:https://sw.kovidgoyal.net/kitty/
_name:KiTTY
ansible:professormanhattan.kitty
kn:
_bin:kn
_desc:The Knative CLI (kn) provides a quick and easy interface for creating Knative resources, such as Knative Services and Event Sources
_desc:'[Kodi](https://kodi.tv/) is a free and open-source media player software application developed by the XBMC Foundation, a non-profit technology consortium. Kodi is available for multiple operating systems and hardware platforms, with a software 10-foot user interface for use with televisions and remote controls.'
_desc:A formatter for Python files maintained by Google
_docs:false
_github:https://github.com/google/yapf
_home:false
_name:YAPF
pipx:yapf
handlr:
_bin:handlr
_desc:A better xdg-utils
_docs:https://github.com/chmln/handlr#usage
_github:https://github.com/chmln/handlr
_home:https://github.com/chmln/handlr
_name:Handlr
cargo:handlr --locked
yay:handlr-bin
kvantum:
_bin:kvantummanager
_desc:Kvantum is an SVG-based theme engine for Qt4/Qt5 and KDE, i.e. a program for styling Qt applications with SVG images, with an emphasis on elegance, usability and practicality.
_desc:Kernel-based Virtual Machine (or [KVM](https://www.linux-kvm.org/page/Main_Page)) is a virtualization module in the Linux kernel that allows the kernel to function as a hypervisor. It was merged into the Linux kernel mainline in kernel version 2.6.20, which was released on February 5, 2007.
_docs:https://www.linux-kvm.org/page/Documents
_github:null
_groups:
- kvm
- libvirt
_home:https://www.linux-kvm.org/page/Main_Page
_name:KVM
_service:libvirt
ansible:professormanhattan.kvm
apt:
- bridge-utils
- libvirt-clients
- libvirt-daemon-system
- qemu-kvm
- virt-manager
- virtinst
brew:
- libvirt
- qemu
dnf:
- bridge-utils
- libvirt
- qemu-kvm
- virt-install
- virt-manager
- virt-top
- virt-viewer
pacman:
- bridge-utils
- libvirt
- virt-manager
lazygit:
_bin:lazygit
_desc:Simple terminal UI for git commands
_docs:null
_github:https://github.com/jesseduffield/lazygit
_home:null
_name:null
brew:lazygit
choco:lazygit
eopkg:lazygit
go:github.com/jesseduffield/lazygit@latest
pacman:lazygit
port:lazygit
scoop:lazygit
xbps:lazygit
ledger-live:
_bin:null
_desc:'[Ledger Live](https://www.ledger.com/ledger-live) is a new generation wallet desktop application providing a unique interface to maintain multiple cryptocurrencies for your Ledger Nano S / Blue. Manage your device, create accounts, receive and send cryptoassets and many more.'
_desc:'[Lens IDE](https://k8slens.dev/) provides the full situational awareness for everything that runs in Kubernetes. It is an IDE designed for those who work with Kubernetes on a daily basis'
_desc:'[Lexicon](https://github.com/AnalogJ/lexicon) provides a way to manipulate DNS records on multiple DNS providers in a standardized/agnostic way.'
_desc:'[LibreOffice](https://www.libreoffice.org/) is a free and open-source office productivity software suite, a project of The Document Foundation. It was forked in 2010 from OpenOffice.org, which was an open-sourced version of the earlier StarOffice.'
_desc:'[Lollypop](https://wiki.gnome.org/Apps/Lollypop) is a lightweight modern music player designed to work excellently on the GNOME desktop environment. Lollypop also features a party mode which will automatically select party-related playlists to play; a full-screen view which lets you visually access the player from your couch thanks to its HiDPI support; and native support for replay gain.'
[LastPass CLI](https://github.com/lastpass/lastpass-cli) is a user-friendly command-line client for [LastPass](https://www.lastpass.com/). LastPass is a freemium password manager that stores encrypted passwords online. The standard version of LastPass comes with a web interface, but also includes plugins for various web browsers and apps for many smartphones. It also includes support for bookmarklets. It is similar to but not open-source like [Bitwarden](https://gitlab.com/megabyte-labs/ansible-roles/bw).
_docs:LastPass command line interface tool
_github:https://github.com/lastpass/lastpass-cli
_home:null
_name:LastPass CLI
ansible:professormanhattan.lpass
lsd:
_bin:lsd
_desc:'[LSD](https://github.com/Peltoche/lsd) (LSDeluxe), a clone of ls, is the next gen ls command with colorful output, file type icons, and more.'
_docs:https://github.com/lsd-rs/lsd
_github:https://github.com/Peltoche/lsd
_home:https://github.com/lsd-rs/lsd
_name:LSD (LSDeluxe)
_notes:Only the Chocolatey definition is included because LSD is only used on Windows (when `exa` is not available)
_desc:Linux Containers is an operating-system-level virtualization method for running multiple isolated Linux systems on a control host using a single Linux kernel.
_desc:'[LXD](https://linuxcontainers.org) is a next generation system container manager. It offers a user experience similar to virtual machines but using Linux containers instead'
_desc:Swiss Army Knife for macOS. A wrapper for many types of macOS-specific commands.
_docs:https://github.com/rgcr/m-cli
_github:https://github.com/rgcr/m-cli
_home:https://github.com/rgcr/m-cli
_name:m-cli
brew:darwin:m-cli
maas:
_bin:maas
_desc:'[MAAS](https://maas.io/) allows very fast server provisioning for your data centre. It allows self-service, remote installation of Windows, CentOS, ESXi and Ubuntu on real servers. It turns your data centre into a bare metal cloud.'
_docs:https://maas.io/docs
_github:https://github.com/maas/maas
_home:https://maas.io/
_name:MAAS
ansible:ubuntu:professormanhattan.maas
snap:ubuntu:maas
mackup:
_bin:mackup
_desc:'[mackup](https://github.com/lra/mackup) lets you keep your application settings in sync.'
_desc: '[Mailspring](https://getmailspring.com/) comes packed with powerful features like Unified Inbox, Snooze, Send Later, Mail Rules, Templates and more. Mailspring Pro, which you can unlock with a monthly subscription, adds even more features for people who send a ton of email:link tracking, read receipts, mailbox analytics, contact and company profiles. All of these features run in the client - Mailspring does not send your email credentials to the cloud.'
_desc:"[McFly](https://github.com/cantino/mcfly) replaces your default CTRL-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network."
_docs:null
_github:https://github.com/cantino/mcfly
_home:null
_name:McFly
ansible:darwin:professormanhattan.mcfly
ansible:linux:professormanhattan.mcfly
brew:mcfly
port:mcfly
script:darwin:curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly
script:linux:curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly
microsoft-edge:
_bin:microsoft-edge
_desc:'[Microsoft Edge](https://www.microsoft.com/en-us/edge) is a cross-platform web browser developed by Microsoft. It was first released for Windows 10 and Xbox One in 2015, then for Android and iOS in 2017, for macOS in 2019, and as a preview for Linux in October 2020.'
_desc:GNOME Boxes is an application of the GNOME Desktop Environment, used to access virtual systems. Boxes uses the QEMU, KVM, and libvirt virtualization technologies
_desc:'[Microsoft Office](https://www.microsoft.com/en-us/microsoft-365/microsoft-office), or simply Office, is a family of client software, server software, and services developed by Microsoft.'
_desc:'[Microsoft To Do](https://todo.microsoft.com/tasks/) is a productivity application developed by Microsoft. It lets you create to do lists, reminders, and notes for any purpose. Sync lists across devices and Microsoft 365 accounts to access daily planner and task manager features anywhere.'
_desc:minikube quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows
_docs:https://minikube.sigs.k8s.io/docs/
_github:https://github.com/kubernetes/minikube
_home:null
_name:minikube
_post:minikube config set driver virtualbox
brew:minikube
brew:darwin:
- hyperkit
- minikube
choco:minikube
mitmproxy:
_bin:mitmproxy
_desc:'[mitmproxy](https://mitmproxy.org/) is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets. It also includes mitmweb which is a web-based interface for mitmproxy.'
_desc:Creates your own Awesome List sorted by GitHub stars by using the GitHub API
_docs:https://github.com/maguowei/starred
_github:https://github.com/maguowei/starred
_home:https://pypi.org/project/starred/
_name:Starred
pipx:starred
monero:
_bin:monero
_bin:flatpak:org.getmonero.Monero
_desc:'[Monero](https://www.getmonero.org/) is a leading cryptocurrency focused on private and censorship-resistant transactions. This role installs the Monero wallet application which is required for interacting with the Monero network.'
_desc:'[Multipass](https://multipass.run/) makes it so that you can get an instant Ubuntu VM with a single command. Multipass can launch and run virtual machines and configure them with cloud-init like a public cloud. It is a product of [Canonical](https://canonical.com/), the same company that publishes Ubuntu.'
_desc:A terminal client for MySQL with auto-completion and syntax highlighting.
_docs:https://www.mycli.net/docs
_github:https://github.com/dbcli/mycli
_home:https://www.mycli.net/
_name:MyCLI
apt:mycli
brew:mycli
pipx:mycli
nativefier:
_bin:nativefier
_deps:
- imagemagick
_desc:Make any web page a desktop application
_docs:null
_github:https://github.com/nativefier/nativefier
_home:null
_name:nativefier
npm:nativefier
nautilus-brasero:
apt:nautilus-extension-brasero
dnf:brasero-nautilus
pacman:brasero-nautilus
nautilus-gsconnect:
apt:nautilus-gsconnect
dnf:nautilus-gsconnect
pacman:nautilus-gsconnect
nautilus-gtkhash:
apt:nautilus-gtkhash
dnf:gtkhash-nautilus
pacman:nautilus-gtkhash
nautilus-image-converter:
apt:nautilus-image-converter
dnf:fedora:nautilus-image-converter
pacman:nautilus-image-converter
nautilus-python:
apt:nautilus-python
dnf:fedora:nautilus-python
pacman:nautilus-python
nautilus-seahorse:
apt:nautilus-seahorse
dnf:seahorse-nautilus
pacman:nautilus-seahorse
nautilus-search-tool:
apt:nautilus-search-tool
dnf:fedora:nautilus-search-tool
pacman:nautilus-search-tool
nautilus-share:
apt:nautilus-share
pacman:nautilus-share
nautilus-wipe:
apt:nautilus-wipe
pacman:nautilus-wipe
nb:
_bin:nb
_deps:
- bat
- netcat
- pandoc
- ripgrep
- tig
- w3m
_desc:'[nb](https://xwmx.github.io/nb) is a command line and local web note‑taking, bookmarking, archiving, and knowledge base application with plain text data storage, encryption, filtering, pinning, #tagging, search, Git-backed versioning and syncing, Pandoc-backed conversion and many more features.'
_docs:null
_github:https://github.com/xwmx/nb
_home:https://xwmx.github.io/nb
_name:nb
_post:nb completions install
ansible:professormanhattan.nb
basher:xwmx/nb
bpkg:xwmx/nb
brew:nb
npm:nb.sh
_service:null
charm:
_bin:charm
_desc:The Charm Tool and Library
_docs:https://github.com/charmbracelet/charm
_github:https://github.com/charmbracelet/charm
_home:https://charm.sh
_name:Charm
brew:charmbracelet/tap/charm
go:github.com/charmbracelet/charm@main
nix-env:nixpkgs.charm
pacman:charm
portal:
_bin:portal
_desc:Portal is a quick and easy command-line file transfer utility from any computer to another
_docs:https://github.com/SpatiumPortae/portal
_github:https://github.com/SpatiumPortae/portal
_home:https://portal.spatiumportae.com/
_name:Portal
brew:portal
scoop:portal
winget:SpatiumPortae.portal
yay:portal-bin
sttr:
_bin:sttr
_desc:Cross-platform, CLI app to perform various operations on string
_docs:https://github.com/abhimanyu003/sttr
_github:https://github.com/abhimanyu003/sttr
_home:https://github.com/abhimanyu003/sttr
_name:sttr
brew:abhimanyu003/sttr/sttr
go:github.com/abhimanyu003/sttr@latest
snap:sttr
yay:sttr-bin
enola:
_bin:enola
_desc:Hunt down social media accounts by username across social networks (Sherlock Go clone)
_docs:https://github.com/TheYahya/enola
_github:https://github.com/TheYahya/enola
_home:https://github.com/TheYahya/enola
_name:Enola
go:github.com/theyahya/enola/cmd/enola@latest
ncc:
_bin:ncc
_desc:Compile a Node.js project into a single file. Supports TypeScript, binary addons, dynamic requires.
_desc:netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP.
_docs:null
_github:null
_home:https://nc110.sourceforge.io/
_name:netcat
apt:netcat
brew:netcat
choco:netcat
dnf:netcat
pacman:netcat
scoop:netcat
netdata:
_bin:netdata
_desc:'[Netdata](https://www.netdata.cloud/) is an open source tool designed to collect real-time metrics, such as CPU usage, disk activity, bandwidth usage, website visits, etc., and then display them in live, easy-to-interpret charts.'
_docs:https://learn.netdata.cloud/docs/
_github:https://github.com/netdata/netdata
_home:https://www.netdata.cloud/
_name:Netdata
_service:netdata
ansible:professormanhattan.netdata
brew:netdata
pacman:netdata
port:netdata
script:curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
_desc:'[Nextcloud Client](https://nextcloud.com) is a tool to keep your files synchronized between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are'
_desc:It also generates sites-enabled proxies using YML configurations. Easter eggs included. [Nginx](https://www.nginx.com/), stylized as NGINX, nginx or NginX, is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. The software was created by Igor Sysoev and publicly released in 2004. Nginx is free and open-source software, released under the terms of the 2-clause BSD license.
_docs:https://nginx.org/en/docs/
_github:https://github.com/nginx/nginx
_home:https://nginx.org/
_name:NGINX
ansible:professormanhattan.nginx
apt:nginx
brew:nginx
choco:nginx
dnf:nginx
pacman:nginx
port:nginx
scoop:nginx
ngrok:
_bin:ngrok
_desc:'[Ngrok](https://ngrok.com/) exposes local servers behind NATs and firewalls to the public internet over secure tunnels. Ngrok also provides a real-time web UI where you can introspect all HTTP traffic running over your tunnels. You can replay any request against your tunnels with one click. The main feature is the ability to generate an internet-accessible URL that directs traffic to your local web server even if it is behind a firewall or proxy.'
_docs:null
_github:null
_home:https://ngrok.com/)
_name:Ngrok
ansible:professormanhattan.ngrok
cask:ngrok
choco:ngrok
snap:ngrok
ngxtop:
_bin:ngxtop
_desc:Real-time metrics for nginx server
_docs:null
_github:https://github.com/lebinh/ngxtop
_home:null
_name:ngxtop
pipx:ngxtop
nmap:
_bin:nmap
_desc:>-
[Nmap](https://github.com/nmap/nmap) (short for Network Mapper) is a free and open source utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services those hosts are offering, what operating systems they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major operating systems.
_docs:https://nmap.org/docs.html
_github:https://github.com/nmap/nmap
_home:https://nmap.org/
_name:Nmap
_post:snap:sudo snap connect nmap:network-control
ansible:professormanhattan.nmap
apt:nmap
brew:nmap
choco:nmap
dnf:nmap
pacman:nmap
port:nmap
scoop:nmap
snap:nmap
nnn:
_bin:nnn
_desc:A full-featured terminal file manager
_docs:null
_github:https://github.com/jarun/nnn
_home:null
_name:nnn
apk:nnn
apt:nnn
brew:nnn
github:github.com/jarun/nnn
pacman:nnn
pkg:nnn
node:
_bin:node
_desc:'[Node.js](https://nodejs.org/en/) is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.'
_desc:The world’s most widely used web app scanner. Free and open source. Actively maintained by a dedicated international team of volunteers. A GitHub Top 1000 project.
_desc:Extension to remove unnecessary files from node_modules
_docs:null
_github:https://github.com/tj/node-prune
_home:null
_name:node-prune
github:github.com/tj/node-prune
go:github.com/tj/node-prune@latest
nomad:
_bin:nomad
_desc:'[HashiCorp Nomad](https://www.nomadproject.io/) is a simple and flexible scheduler and workload orchestrator to deploy and manage containers and non-containerized applications across on-prem and clouds at scale.'
_docs:https://developer.hashicorp.com/nomad/docs
_github:null
_home:https://www.nomadproject.io/
_name:HashiCorp Nomad
ansible:professormanhattan.nomad
brew:nomad
choco:nomad
yay:nomad-git
nomino:
_bin:nomino
_desc:Batch rename utility for developers
_docs:null
_github:https://github.com/yaa110/nomino
_home:null
_name:nomino
cargo:nomino
github:github.com/yaa110/nomino
yay:nomino
nordvpn:
_bin:null
_desc:'[NordVPN](https://nordvpn.com/) is a virtual private network service provider. It has desktop applications for Windows, macOS, and Linux, mobile apps for Android and iOS, as well as an application for Android TV. Manual setup is available for wireless routers, NAS devices and other platforms.'
_desc:'[Normit](https://github.com/pawurb/normit) allows you to easily translate any text from one language to another. It also includes the ability to generate audio through speech synthesis as well.'
_docs:null
_github:https://github.com/pawurb/normit
_home:null
_name:Normit
ansible:professormanhattan.normit
npm:normit
np:
_bin:np
_desc:A better `npm publish`
_docs:null
_github:https://github.com/sindresorhus/np
_home:null
_name:np
npm:np
npm-check:
_bin:npm-check
_desc:Check for outdated, incorrect, and unused dependencies.
_docs:null
_github:https://github.com/dylang/npm-check
_home:null
_name:npm-check
npm:npm-check
nuclear:
_bin:nuclear
_desc:Streaming music player that finds free music
_desc:"[oclif](https://oclif.io/) is a framework for building CLIs in Node.js. This framework was built out of the Heroku CLI but generalized to build any custom CLI. It's designed both for single-file CLIs with a few flag options, or for very complex CLIs that have subcommands (like git or heroku)"
_docs:https://oclif.io/docs/
_github:https://github.com/oclif/oclif
_home:https://oclif.io/
_name:oclif
npm:oclif
oh-my-posh:
_bin:oh-my-posh
_desc:A blazing fast cross platform/shell prompt renderer
_desc:'[OnionShare](https://.onionshare.org/) is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.'
_desc:A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data
_desc:SQL powered operating system instrumentation, monitoring, and analytics
_docs:https://osquery.readthedocs.io/en/stable/
_github:https://github.com/osquery/osquery
_home:https://osquery.io/
_name:osquery
cask:osquery
choco:osquery
github:github.com/osquery/osquery
yay:osquery-git
ots:
_bin:ots
_desc:Share end-to-end encrypted secrets with others via a one-time URL
_docs:null
_github:https://github.com/sniptt-official/ots
_home:https://ots.sniptt.com/
_name:ots
brew:ots
github:github.com/sniptt-official/ots
go:github.com/sniptt-official/ots@latest
package-size:
_bin:package-size
_desc:Get the bundle size of an npm package
_docs:null
_github:https://github.com/egoist/package-size
_home:null
_name:package-size
npm:package-size
packer:
_bin:packer
_desc:'[Packer](https://www.packer.io/) is a free and open source tool for creating golden images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. It is a [HashiCorp](https://www.hashicorp.com/) product.'
_docs:https://developer.hashicorp.com/packer/docs
_github:https://github.com/hashicorp/packer
_home:https://www.packer.io/
_name:Packer
ansible:professormanhattan.packer
apt:packer
brew:packer
choco:packer
pacman:packer
page-fetch:
_bin:page-fetch
_desc:Fetch web pages using headless Chrome, storing all fetched resources including JavaScript files
_desc:'[Pandoc](https://pandoc.org/) is a Haskell library for converting from one documentation markup format to another. If you need to convert files from one markup format into another, then look no further. Pandoc is your swiss-army knife. It converts from and to dozens of formats like HTML, markdown, docx, JSON, YAML, and CSV, to name a few.'
_docs:https://pandoc.org/getting-started.html
_github:https://github.com/jgm/pandoc
_home:https://pandoc.org/
_name:Pandoc
ansible:professormanhattan.pandoc
apt:pandoc
brew:
- pandoc
- librsvg
- homebrew/cask/basictex
choco:
- pandoc
- rsvg-convert
- miktex
crew:pandoc
dnf:pandoc
nix:pandoc
pacman:pandoc
winget:pandoc
papertrail:
_bin:papertrail
_desc:Command-line client for Papertrail hosted log management service. Tails and searches app server logs and system syslog. Supports Boolean search and works with grep and pipe output (Unix)
_desc:'[Parallels Desktop for Mac](https://www.parallels.com/) is software providing hardware virtualization for Macintosh computers with Intel processors. It is developed by Parallels, since 2018 a subsidiary of Corel.'
_desc:pass is a very simple password store that keeps passwords inside gpg2(1) encrypted files
_docs:null
_github:null
_home:https://www.passwordstore.org/
_name:pass
apt:pass
brew:pass
dnf:pass
pacman:pass
pkg:password-store
pastel:
_bin:pastel
_desc:A command-line tool to generate, analyze, convert and manipulate colors
_docs:null
_github:https://github.com/sharkdp/pastel
_home:null
_name:pastel
brew:pastel
cargo:pastel
github:github.com/sharkdp/pastel
snap:pastel
yay:pastel
peco:
_bin:peco
_desc:'[peco](https://github.com/peco/peco) can be a great tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results.'
_docs:null
_github:https://github.com/peco/peco
_home:https://peco.github.io/
_name:Peco
ansible:professormanhattan.peco
apt:peco
brew:peco
choco:peco
github:github.com/peco/peco
pacman:peco
peek:
_bin:peek
_desc:'[Peek](https://github.com/phw/peek) is an animated GIF screen recorder with an easy-to-use interface. It is available for Linux systems that are running GNOME. It is not a general purpose screencast app with extended features. It focuses on simply creating small screencasts of an area of the screen that are output as a GIF, WebM, or MP4 video.'
_docs:null
_github:https://github.com/phw/peek
_home:null
_name:Peek
_rpmFusion:true
ansible:linux:professormanhattan.peek
apt:
- software-properties-common
- peek
dnf:
- ffmpeg
- gstreamer1-plugins-ugly
- peek
flatpak:com.uploadedlobster.peek
pacman:
- gst-plugins-good
- gst-plugins-ugly
- gifski
- peek
yay:peek-git
pgcli:
_bin:pgcli
_desc:'[pgcli](https://www.pgcli.com/) is a free and open-source CLI for Postgres that does auto-completion and syntax highlighting.'
_docs:https://www.pgcli.com/docs
_github:https://github.com/dbcli/pgcli
_home:https://www.pgcli.com/
_name:pgcli
ansible:professormanhattan.pgcli
brew:pgcli
choco:pgcli
pipx:pgcli
port:pgcli
php:
_deps:
- php-extensions
_bin:php
_desc:'[PHP](https://www.php.net/) is a general-purpose scripting language especially suited to web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group.'
_docs:https://www.php.net/docs.php
_github:https://github.com/php/php-src
_home:https://www.php.net/
_name:PHP
_service:php
ansible:professormanhattan.php
apt:php
brew:php
choco:php
dnf:php
pacman:php
port:php
scoop:php
php-extensions:
_name:PHP Extensions
_note:Needs testing
apt:
- libpcre3-dev
- libpq-dev
- php-apcu
- php-cgi
- php-cli
- php-common
- php-curl
- php-dev
- php-fpm
- php-gd
- php-intl
- php-imap
- php-json
- php-mbstring
- php-opcache
- php-pgsql
- php-redis
- php-snmp
- php-sqlite3
- php-xml
brew:
- postgresql
dnf:
- pcre-devel
- postgresql-devel
- php-apcu
- php-cgi
- php-cli
- php-common
- php-curl
- php-devel
- php-fpm
- php-gd
- php-intl
- php-json
- php-mbstring
- php-opcache
- php-pgsql
- php-redis
- php-snmp
- php-sqlite3
- php-xml
pacman:
- libpcre3-dev
- postgresql-libs
- php-apcu
- php-cgi
- php-cli
- php-common
- php-curl
- php-dev
- php-fpm
- php-gd
- php-intl
- php-imap
- php-json
- php-mbstring
- php-opcache
- php-redis
- php-snmp
- php-sqlite3
- php-xml
zypper:
- pcre-devel
- postgresql-devel
- php-apcu
- php-cgi
- php-cli
- php-common
- php-curl
- php-devel
- php-fpm
- php-gd
- php-intl
- php-json
- php-mbstring
- php-opcache
- php-redis
- php-snmp
- php-sqlite3
- php-xml
pip:
_bin:pip
_desc:'[pip](https://pypi.org/project/pip/) is a package-management system written in Python used to install and manage software packages. It connects to an online repository of public and paid-for private packages, called the Python Package Index.'
_docs:https://pip.pypa.io/en/stable/user_guide/
_github:https://github.com/pypa/pip
_home:https://pip.pypa.io/en/stable/
_name:PIP
ansible:professormanhattan.pip
pipx:
_bin:pipx
_desc:"[pipx](https://pypi.org/project/pipx/) is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, and Linux's apt"
_docs:https://pypa.github.io/pipx/
_github:https://github.com/pypa/pipx
_home:https://pypi.org/project/pipx/
_name:null
_post:brew:pipx ensurepath
brew:pipx
pkg:
_bin:pkg
_desc:This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js installed.
_docs:null
_github:https://github.com/vercel/pkg
_home:null
_name:pkg
npm:pkg
playwright:
_bin:playwright
_desc:'[Playwright](https://playwright.dev) enables reliable end-to-end testing for modern web apps. It allows testing Chromium, Firefox and WebKit with a single API'
_docs:https://playwright.dev/docs/intro
_github:https://github.com/Microsoft/playwright
_home:https://playwright.dev
_name:Playwright
npm:playwright
plex:
_bin:plex
_desc:'[Plex](https://www.plex.tv/) is a global streaming service of free ad-supported video, with TV shows and movies from distributors such as Crackle, Warner Bros., MGM, Endemol Shine Group, Lionsgate, and Legendary. Plex is also a client–server media player system plus an ancillary software suite.'
_desc:PM2 is a production process manager for Node.js applications with a built-in load balancer. It allows you to keep applications alive forever, to reload them without downtime and to facilitate common system admin tasks
_desc:'[Poetry](https://python-poetry.org) helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.'
_desc:Local file-based password, API key, secret, recovery code store backed by GPG
_docs:null
_github:https://github.com/jessfraz/pony
_home:null
_name:pony
github:github.com/jessfraz/pony
go:github.com/jessfraz/pony@latest
firewall-applet:
_bin:firewall-applet
apt:firewall-applet
dnf:firewall-applet
pacman:firewall-applet
firewall-config:
_bin:firewall-config
apt:firewall-config
dnf:firewall-config
pacman:firewall-config
portmaster:
_bin:null
_desc:"[Portmaster](https://safing.io/portmaster/) is a free and open-source application that puts you back in charge over all your computer's network connections."
_desc:"[Postman](https://www.postman.com/) is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster."
_desc:'[PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.1) is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and the associated scripting language. Initially a Windows component only, known as Windows PowerShell, it was made open-source and cross-platform in 2016 with the introduction of PowerShell Core.'
_desc:'[Prettier](https://prettier.io/docs/en/index.html) is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary'
_docs:https://prettier.io/docs/en/index.html
_github:https://github.com/prettier/prettier
_home:https://prettier.io/
_name:Prettier
brew:prettier
npm:prettier
prettierd:
_bin:prettierd
_desc:Prettier, as a daemon, for improved formatting speed.
_docs:https://github.com/fsouza/prettierd
_github:https://github.com/fsouza/prettierd
_home:https://github.com/fsouza/prettierd
_name:Prettierd
brew:fsouza/prettierd/prettierd
npm:'@fsouza/prettierd'
pretzel:
_bin:null
_desc:Pretzel is Mac desktop app that shows and find keyboard shortcuts based on your current app
_desc:'[Proton](https://www.proton.org/) is a free and open-source raster graphics editor used for image manipulation and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. Proton is released under GPLv3+ license and is available for Linux, macOS, and Microsoft Windows.'
_desc:'[pup](https://github.com/ericchiang/pup) is a command line tool for processing HTML. It reads from stdin, prints to stdout, and allows the user to filter parts of the page using CSS selectors.'
_docs:null
_github:https://github.com/ericchiang/pup
_home:null
_name:pup
ansible:professormanhattan.pup
brew:pup
github:github.com/ericchiang/pup
go:github.com/ericchiang/pup@latest
python:
_bin:python3
_desc:null
_docs:null
_github:null
_home:null
_name:null
_post:brew:|
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip
apt:python3-pip
brew:python
dnf:python3-pip
pacman:python-pip
scoop:python
python2:
_bin:python2
_desc:null
_docs:null
_github:null
_home:null
_name:null
apt:python2
brew:python2
choco:python2
dnf:python2
pacman:python2
scoop:python2
pywhat:
_bin:what
_desc:Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is!
_docs:null
_github:https://github.com/bee-san/pyWhat
_home:null
_name:null
brew:pywhat
pipx:pywhat
port:pywhat
qbittorrent:
_bin:qbittorrent
_desc:'[qBittorrent](https://www.qbittorrent.org/) is a cross-platform free and open-source BitTorrent client. qBittorrent is a native application written in C++. It uses Boost, Qt 5 toolkit, and libtorrent-rasterbar library. Its optional search engine is written in Python.'
_desc:'[Quasar](https://github.com/quasar/Quasar) is a fast and light-weight remote administration tool coded in C#. The usage ranges from user support through day-to-day administrative work to employee monitoring. Providing high stability and an easy-to-use user interface, Quasar is the perfect remote administration solution for you.'
_docs:https://github.com/quasar/Quasar/wiki
_github:https://github.com/quasar/Quasar
_home:https://github.com/quasar/Quasar
_name:Quasar
ansible:windows:professormanhattan.quasar
ramda:
_bin:ramda
_desc:A CLI tool for processing data with functional pipelines
_docs:https://github.com/raine/ramda-cli#synopsis
_github:https://github.com/raine/ramda-cli
_home:https://github.com/raine/ramda-cli
_name:Ramda
npm:ramda-cli
rancher-cli:
_bin:rancher
_desc:The Rancher Command Line Interface (CLI) is a unified tool for interacting with your Rancher Server
_desc:'[Raspberry Pi Imager](https://www.raspberrypi.org/software/) is the quick and easy way to install Raspberry Pi OS and other operating systems to a microSD card, ready to use with your Raspberry Pi.'
_desc:'[Rclone](https://rclone.org/) is an open source, multi threaded, command line computer program to manage content on cloud and other high latency storage. Its capabilities include sync, transfer, crypt, cache, union, compress and mount. The rclone website lists [fifty supported backends](https://rclone.org/overview/) including S3 services and Google Drive.'
_docs:https://rclone.org/docs/
_github:https://github.com/rclone/rclone
_groups:
- rclone
_home:https://rclone.org/
_name:Rclone
ansible:professormanhattan.rclone
apt:rclone
brew:rclone
choco:
- rclone
- winfsp
- nssm
dnf:rclone
pacman:rclone
port:rclone
scoop:rclone
redis-desktop-manager:
_bin:redis-desktop-manager
_desc:'[Redis Desktop Manager](https://rdm.dev/) is an open source cross-platform Desktop Manager for Redis based on Qt 5.'
_desc:'[RecoverPy](https://github.com/PabloLec/RecoverPy) is a powerful tool that leverages your system capabilities to recover lost file. Unlike others, you can not only recover deleted files but also overwritten data.'
_desc:'[Restic](https://restic.net/) is a modern backup program that can back up your files from Linux, BSD, Mac and Windows to many different storage types, including self-hosted and online services. It is a single executable that you can run without a server or complex setup. It can be used to only back-up the parts of files that actually changed. It uses cryptography in every part of the process. Restic is entirely free to use and completely open source.'
_docs:https://restic.readthedocs.io/en/latest/
_github:https://github.com/restic/restic
_home:https://restic.net/
_name:Restic
ansible:professormanhattan.restic
apk:restic
apt:restic
brew:restic
dnf:restic
eopkg:restic
nix:restic
pacman:restic
pkg-freebsd:restic
pkg-openbsd:restic
port:restic
scoop:restic
zypper:restic
ripgrep:
_bin:rg
_desc:'[ripgrep](https://github.com/BurntSushi/ripgrep) is a line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your .gitignore and automatically skip hidden files/directories and binary files. This role also installs ripgrep-all. [ripgrep-all](https://github.com/phiresky/ripgrep-all) is just like ripgrep except it also searches in PDFs, E-Books, Office documents, zip, tar.gz, etc.'
_docs:null
_github:https://github.com/BurntSushi/ripgrep
_home:null
_name:ripgrep
ansible:professormanhattan.ripgrep
apt:ripgrep
brew:ripgrep
cargo:ripgrep
choco:ripgrep
dnf:ripgrep
nix:ripgrep
pacman:ripgrep
pkg:ripgrep
port:ripgrep
scoop:ripgrep
zypper:ripgrep
ripgrep-all:
_bin:rga
_desc:rga is a line-oriented search tool that allows you to look for a regex in a multitude of file types. rga wraps the awesome ripgrep and enables it to search in pdf, docx, sqlite, jpg, movie subtitles (mkv, mp4), etc.
_docs:null
_github:https://github.com/phiresky/ripgrep-all
_home:null
_name:null
brew:
- ffmpeg
- pandoc
- poppler
- rga
- tesseract
choco:ripgrep-all
nix:ripgrep-all
pacman:ripgrep-all
rkhunter:
_bin:rkhunter
_desc:rkhunter is a Unix-based tool that scans for rootkits, backdoors and possible local exploits
_docs:null
_github:null
_home:https://rkhunter.sourceforge.net/
_name:rkhunter
_post:rkhunter --propupd && rkhunter --update
_service:pacman:cronie
apt:rkhunter
brew:rkhunter
dnf:rkhunter
pacman:
- cronie
- rkhunter
- s-nail
rm-improved:
_bin:rip
_desc:A safe and ergonomic alternative to rm
_docs:https://github.com/nivekuil/rip
_github:https://github.com/nivekuil/rip
_home:https://github.com/nivekuil/rip
_name:rip (Rm ImProved)
brew:rm-improved
cargo:rm-improved
github:github.com/nivekuil/rip
yay:rm-improved
rofi:
_bin:rofi
_desc:Rofi is a window switcher, application launcher and dmenu replacement
_desc:rsync is an open source utility that provides fast incremental file transfer.
_docs:https://rsync.samba.org/documentation.html
_github:https://github.com/WayneD/rsync
_home:https://rsync.samba.org/
_name:rsync
apt:rsync
brew:rsync
choco:rsync
dnf:rsync
ruby:
_bin:ruby
_desc:Ruby is an interpreted, high-level, general-purpose programming language which supports multiple programming paradigms. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types. It was developed in the mid-1990s in Japan.
_docs:https://www.ruby-lang.org/en/documentation/
_github:https://github.com/ruby/ruby
_home:https://www.ruby-lang.org/en/
_name:Ruby
ansible:professormanhattan.ruby
apt:ruby-dev
brew:ruby
choco:ruby
dnf:ruby-devel
pacman:ruby
port:ruby
scoop:ruby
runjs:
_bin:null
_desc:A JavaScript playground that auto-evaluates as you type
_desc:A high-performance, POSIX-ish Amazon S3 file system written in Go
_docs:https://github.com/kahing/goofys#usage
_github:https://github.com/kahing/goofys
_home:https://github.com/kahing/goofys
_name:Goofys
ansible:linux:professormanhattan.goofys
brew:linux:goofys
go:linux:github.com/kahing/goofys@latest
catfs:
_deps:
- fuse
_bin:catfs
_desc:Cache anything filesystem written in Rust
_docs:https://github.com/kahing/catfs#usage
_github:https://github.com/kahing/catfs
_home:https://github.com/kahing/catfs
_name:Catfs
ansible:linux:professormanhattan.s3filesystem
cargo:linux:catfs
s5cmd:
_bin:s5cmd
_desc:'[s5cmd](https://github.com/peak/s5cmd) is a very fast S3 and local filesystem execution tool. It comes with support for a multitude of operations including tab completion and wildcard support for files, which can be very handy for your object storage workflow while working with large number of files. s5cmd is the fastest way of interacting with S3 buckets because it can utilize multiple threads unlike similar tools.'
_docs:null
_github:https://github.com/peak/s5cmd
_home:null
_name:s5cmd
ansible:professormanhattan.s5cmd
brew:peak/tap/s5cmd
github:github.com/peak/s5cmd
go:github.com/peak/s5cmd@latest
sad:
_bin:sad
_desc:sad is a Batch File Edit tool. It will show you a really nice diff of proposed changes before you commit them
_docs:null
_github:https://github.com/ms-jpq/sad
_home:null
_name:null
brew:ms-jpq/sad/sad
pacman:sad
sake:
_bin:sake
_desc:Sake is a task runner for local and remote hosts
_docs:https://sakecli.com/examples
_github:https://github.com/alajmo/sake
_home:https://sakecli.com/
_name:Sake
brew:alajmo/sake/sake
go:github.com/alajmo/sake@latest
script:darwin:curl -sfL https://raw.githubusercontent.com/alajmo/sake/main/install.sh | sh
script:linux:curl -sfL https://raw.githubusercontent.com/alajmo/sake/main/install.sh | sh
samba:
_bin:smbd
_bin:dnf:smb
_desc:'[Samba](https://www.samba.org/) is a free and open-source software that allows files to be shared across Windows and Linux systems simply and easily. To be exact, it is an open-source implementation of the SMB/CIFS protocol.'
_docs:https://www.samba.org/samba/docs/
_github:https://github.com/samba-team/samba
_groups:
- sambausers
_home:https://www.samba.org/
_name:Samba
_service:smbd
_service:dnf:smb
ansible:darwin:professormanhattan.samba
ansible:linux:professormanhattan.samba
apt:samba
brew:samba
dnf:samba
pacman:samba
port:samba4
sanoid:
_deps:
- pv
_bin:sanoid
_desc:'[Sanoid](https://github.com/jimsalterjrs/sanoid/) is a free and open source snapshot management tool. Sanoid is a policy-driven snapshot management tool for ZFS filesystems. When combined with the Linux KVM hypervisor, you can use it to make your systems functionally immortal.'
_docs:null
_github:https://github.com/jimsalterjrs/sanoid/
_home:null
_name:Sanoid
# Only install Sanoid when there are ZFS shares listed in the command `zfs list`
_desc:Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
_desc:A binary authorization system for MacOS (santa) role is a daemon that makes execution decisions based on the contents of a local database, a GUI agent that notifies the user in case of a block decision and a command-line utility for managing the system and synchronizing the database with a server.
_docs:https://santa.dev/
_github:https://github.com/google/santa
_home:https://santa.dev/
_name:A binary authorization system for MacOS
ansible:darwin:professormanhattan.santa
cask:santa
schema:
_bin:schema
_desc:A tool to infer and instantiate schemas and translate between data formats
_docs:null
_github:https://github.com/Confbase/schema
_home:null
_name:schema
go:github.com/Confbase/schema@latest
scrcpy:
_bin:scrcpy
_desc:'[scrcpy](https://github.com/Genymobile/scrcpy) is a free and open-source application that provides display of Android devices connected on USB (or over TCP/IP). It also allows you to control the Android device. It does not require any root access.'
_docs:null
_github:https://github.com/Genymobile/scrcpy
_home:null
_name:scrcpy
ansible:professormanhattan.scrcpy
apt:scrcpy
brew:scrcpy
choco:scrcpy
dnf:scrcpy
github:github.com/Genymobile/scrcpy
pkg:scrcpy
snap:scrcpy
yay:scrcpy
scrcpy-gui:
_bin:scrcpy-gui
_desc:A simple & beautiful GUI application for scrcpy
_desc:This role turns on auto-updates and configures sudo, for instance.
_docs:null
_github:null
_home:null
_name:Security
ansible:professormanhattan.security
semantic-release:
_bin:semantic-release
_desc: '[semantic-release](https://semantic-release.gitbook.io) automates the whole package release workflow including:determining the next version number, generating the release notes, and publishing the package'
_desc:sentry-cli can connect to the Sentry API and manage some data for your projects
_docs:null
_github:https://github.com/getsentry/sentry-cli/
_home:null
_name:sentry-cli
brew:darwin:getsentry/tools/sentry-cli
github:github.com/getsentry/sentry-cli
npm:'@sentry/cli'
scoop:sentry-cli
yay:sentry-cli-bin
serve:
_bin:serve
_desc:serve helps you serve a static site, single page application or just a static file (no matter if on your device or on the local network). It also provides a neat interface for listing the directory's contents
_docs:null
_github:https://github.com/vercel/serve
_home:null
_name:serve
npm:serve
serverless:
_bin:serverless
_desc:Build applications with serverless architectures
_docs:https://www.serverless.com/framework/docs
_github:null
_home:https://www.serverless.com/
_name:serverless
brew:serverless
npm:serverless
sftpgo:
_bin:sftpgo
_desc:Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
_docs:null
_github:https://github.com/drakkan/sftpgo
_home:null
_name:sftpgo
brew:sftpgo
choco:sftpgo
github:github.com/drakkan/sftpgo
pkg:sftpgo
yay:sftpgo-bin
share:
_bin:share
_desc:Quickly share files from your command line
_docs:null
_github:https://github.com/marionebl/share-cli
_home:null
_name:share
npm:share-cli
sharex:
_bin:null
_desc:'[ShareX](https://getsharex.com/) is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.'
_docs:https://getsharex.com/docs/faq
_github:https://github.com/ShareX/ShareX
_home:https://getsharex.com/
_name:ShareX
ansible:windows:professormanhattan.sharex
choco:sharex
sharp:
_bin:sharp
_desc:CLI for sharp (a Node.js image processing module)
_desc:'[shfmt](https://github.com/mvdan/sh) is a shell parser, formatter, and interpreter with bash support that is written with [Go](https://gitlab.com/megabyte-labs/ansible-roles/go).'
_docs:null
_github:https://github.com/mvdan/sh
_home:https://pkg.go.dev/mvdan.cc/sh/v3
_name:shfmt
ansible:professormanhattan.shfmt
apk:shfmt
brew:shfmt
github:github.com/mvdan/sh
go:mvdan.cc/sh/v3/cmd/shfmt@latest
pacman:shfmt
pkg:shfmt
scoop:shfmt
snap:shfmt
shotcut:
_bin:shotcut
_desc:'[Shotcut](https://shotcut.org/) is a free and open-source cross-platform video editing application for FreeBSD, Linux, macOS and Windows. Started in 2011 by Dan Dennedy, Shotcut is developed on the MLT Multimedia Framework, in development since 2004 by the same author.'
_desc:'[Shotwell](https://shotwell-project.org/doc/html/) is an image organizer designed to provide personal photo management for the GNOME desktop environment. In 2010, it replaced F-Spot as the standard image tool for several GNOME-based Linux distributions, including Fedora in version 13 and Ubuntu in its 10.10 Maverick Meerkat release.'
_docs:http://shotwell-project.org/doc/html/
_github:https://github.com/GNOME/shotwell
_home:https://wiki.gnome.org/Apps/Shotwell
_name:Shotwell
ansible:linux:professormanhattan.shotwell
apt:shotwell
dnf:shotwell
flatpak:org.gnome.Shotwell
pacman:shotwell
skate:
_bin:skate
_desc:Skate is a personal key-value store. Use it to save and retrieve anything you’d like—even binary data. It’s fully encrypted, backed up to the cloud (that you can self-host if you want) and can be synced with all your machines
_docs:null
_github:https://github.com/charmbracelet/skate
_home:null
_name:skate
brew:charmbracelet/tap/skate
go:github.com/charmbracelet/skate@latest
nix:nixpkgs.skate
pacman:skate
skm:
_bin:skm
_desc:A simple and powerful SSH keys manager
_docs:null
_github:https://github.com/TimothyYe/skm
_home:null
_name:skm
github:github.com/TimothyYe/skm
go:github.com/TimothyYe/skm/cmd/skm@latest
vup:
flatpak:app.vup.Vup
skype:
_bin:skype
_desc:'[Skype](https://www.skype.com/en/) is a proprietary telecommunications application that specializes in providing video chat and voice calls between computers, tablets, mobile devices, the Xbox One console, and smartwatches over the Internet. Skype also provides instant messaging services. Users may transmit text, video, audio and images.'
_description:Skype is for connecting with the people that matter most in your life and work
_desc:'[Slack](https://slack.com/) is a proprietary business communication platform developed by American software company Slack Technologies. Slack offers many IRC-style features, including persistent chat rooms organized by topic, private groups, and direct messaging.'
_desc:'[slack-term](https://github.com/erroneousboat/slack-term) features a colorful interface as well as keyboard shortcuts. It is one of, if not the, most well-received [Slack](https://slack.com/) client available on GitHub.'
_desc:'[Snap](https://snapcraft.io/) is a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel. The packages, called snaps, and the tool for using them, snapd, work across a range of Linux distributions and allow upstream software developers to distribute their applications directly to users. Snaps are self-contained applications running in a sandbox with mediated access to the host system.'
_docs:null
_github:null
_home:https://snapcraft.io/
_name:Snap
# ansible:linux: professormanhattan.snapd
_service:snapd
snitch:
# Used for OpenSnitch, which is "temporarily" disabled until it works as expected
# _bin: opensnitchd
_desc:'[Little Snitch](https://www.obdev.at/products/littlesnitch/index.html) (macOS) and [OpenSnitch](https://github.com/evilsocket/opensnitch) (Linux) are application firewalls that make Internet connections visible. You can then configure which applications can access the internet (or LAN) as well as monitor the traffic patterns of applications.'
_desc:SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.
_docs:https://sqlite.org/docs.html
_github:https://github.com/sqlite/sqlite
_home:https://sqlite.org/index.html
_name:SQLite
apt:sqlite3
brew:sqlite
choco:sqlite
dnf:sqlite
pacman:sqlite
port:sqlite3
scoop:sqlite
ssh:
_bin:null
_desc:Ontop of tightening up SSH security settings, this role also installs fail2ban on Linux systems. If provided, the role will also populate all your SSH keys and set their permissions appropriately
_docs:null
_github:null
_home:null
_name:SSH
ansible:professormanhattan.ssh
ssh-vault:
_bin:ssh-vault
_desc:'[sshvault](https://ssh-vault.com/) lets you encrypt/decrypt using SSH private keys. It is written in Go and the documentation can be read in under a minute.'
_docs:https://ssh-vault.com/post/how-it-works/
_github:https://github.com/ssh-vault/ssh-vault
_home:https://ssh-vault.com/
_name:ssh-vault
ansible:professormanhattan.sshvault
brew:ssh-vault
github:github.com/ssh-vault/ssh-vault
sshpass:
_bin:sshpass
_desc:Sshpass is a tool for non-interactivly performing password authentication with SSH's so called "interactive keyboard password authentication". Most user should use SSH's more secure public key authentiaction instead.
_docs:null
_github:null
_home:https://sourceforge.net/projects/sshpass/
_name:sshpass
apt:sshpass
brew:hudochenkov/sshpass/sshpass
dnf:sshpass
tunnelblick:
_desc:Tunnelblick is a macOS menubar tray application that helps you control OpenVPN.
_desc:'[Endlessh](https://github.com/skeeto/endlessh) is an SSH tarpit that very slowly sends an endless, random SSH banner. It keeps SSH clients locked up for hours or even days at a time. The purpose is to put your real SSH server on another port and then let the script kiddies get stuck in this tarpit instead of bothering a real server.'
_desc:'[Starship](https://starship.rs/) is the minimal, blazing fast, and extremely customizable prompt for any shell! It shows the information you need, while staying sleek and minimal. Unlike most other prompts, it is compatible with nearly every type of terminal. If you want to retain the same look and feel across different terminals, then look no further.'
_docs:null
_github:null
_home:null
_name:Starship
ansible:professormanhattan.starship
statcode:
_bin:statcode
_desc:null
_docs:Man pages for HTTP status codes
_github:https://github.com/shobrook/statcode
_home:null
_name:null
pipx:statcode
yay:statcode
staticcheck:
_bin:staticcheck
_desc:State of the art linter for the Go programming language
_desc:StegCloak is a pure JavaScript steganography module designed in functional programming style, to hide secrets inside text by compressing and encrypting the secret before cloaking it with special unicode invisible characters
_docs:null
_github:https://github.com/KuroLabs/stegcloak
_home:https://stegcloak.surge.sh/
_name:stegcloak
npm:stegcloak
stubby:
_bin:stubby
_desc:DNS privacy enabled stub resolver service based on getdns
_desc:SVG Optimizer is a Node.js-based tool for optimizing SVG vector graphics files.
_docs:null
_github:https://github.com/svg/svgo
_home:null
_name:svgo
brew:svgo
npm:svgo
swarm:
_bin:null
_desc:Docker Swarm is an orchestration management tool that runs Docker applications. It helps in creating and deploying a cluster of Docker nodes
_docs:https://docs.docker.com/engine/swarm/
_github:https://github.com/moby/swarmkit
_home:null
_name:Docker Swarm
ansible:professormanhattan.swarm
switchhosts:
_bin:null
_desc:'[SwitchHosts](https://github.com/oldj/SwitchHosts) is an application for managing the etc hosts file. It allows you to easily switch between different etc hosts file configurations.'
_desc:A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
_docs:https://github.com/fatedier/frp
_github:https://github.com/fatedier/frp
_home:https://github.com/fatedier/frp
_name:frpc (client)
brew:frpc
frps:
_bin:frps
_desc:A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
_docs:https://github.com/fatedier/frp
_github:https://github.com/fatedier/frp
_home:https://github.com/fatedier/frp
_name:frps (server)
brew:frps
ruff:
_bin:ruff
_desc:An extremely fast Python linter, written in Rust.
_docs:https://beta.ruff.rs/docs/
_github:https://github.com/charliermarsh/ruff
_home:https://beta.ruff.rs/docs/
_name:Ruff
pipx:ruff
hugo:
_bin:hugo
_desc:The world’s fastest framework for building websites.
_docs:https://gohugo.io/documentation/
_github:https://github.com/gohugoio/hugo
_home:https://gohugo.io/
_name:Hugo
apt:hugo
dnf:hugo
brew:hugo
choco:hugo
eopkg:hugo
go:github.com/gohugoio/hugo@latest
pacman:hugo
port:hugo
scoop:main/hugo
snap:hugo
zypper:hugo
json-server:
_bin:json-server
_desc:Get a full fake REST API with zero coding in less than 30 seconds (seriously)
_docs:https://github.com/typicode/json-server
_github:https://github.com/typicode/json-server
_home:https://github.com/typicode/json-server
_name:JSON Server
npm:json-server
synp:
_bin:synp
_desc:Convert yarn.lock to package-lock.json and vice versa
_docs:null
_github:https://github.com/imsnif/synp
_home:null
_name:synp
npm:synp
sysbench:
_bin:sysbench
_desc:System performance benchmark tool
_docs:null
_github:https://github.com/akopytov/sysbench
_home:null
_name:sysbench
apk:sysbench
apt:sysbench
brew:sysbench
dnf:fedora:sysbench
pacman:sysbench
pkg:sysbench
sysdig:
_bin:sysdig
_desc:'[sysdig](https://www.sysdig.com/) is a simple tool for deep system visibility, exploration and troubleshooting, with native support for containers.'
_desc:'[t-rec](https://github.com/sassman/t-rec-rs) is a blazingly fast terminal recorder that generates animated GIF images for the web written in Rust'
_docs:https://crates.io/crates/t-rec
_github:https://github.com/sassman/t-rec-rs
_home:https://crates.io/crates/t-rec
_name:t-rec
_snapClassic:true
ansible:professormanhattan.trec
brew:t-rec
cargo:t-rec
port:t-rec
snap:t-rec
yay:t-rec
tabby:
_bin:tabby
_desc:'[Tabby](https://eugeny.github.io/tabby/) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux.'
_docs:https://openbase.com/js/tabby/documentation
_github:https://github.com/Eugeny/tabby
_home:https://tabby.sh/
_name:Tabby
_snapClassic:true
_notes:TODO Update the direct links periodically and keep eye out for Snap / Flatpak
_desc:'[Tailscale](https://tailscale.com/) lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.'
_docs:https://tailscale.com/kb/
_github:https://github.com/tailscale/tailscale
_home:https://tailscale.com/
_name:Tailscale
_service:brew:tailscale
_service:pacman:tailscaled
ansible:professormanhattan.tailscale
brew:tailscale
go:tailscale.com/cmd/tailscale{,d}@main
pacman:tailscale
port:tailscale
tailscale-client:
_bin:tailscale-client
_desc:The Tailscale Client is a menubar app available on macOS and Windows that allows you to easily login and configure Tailscale.
_desc:'[Microsoft Teams](https://www.microsoft.com/en-us/microsoft-teams/group-chat-software) is a proprietary business communication platform developed by Microsoft, as part of the Microsoft 365 family of products. Teams primarily competes with the similar service Slack, offering workspace chat and videoconferencing, file storage, and application integration.'
_desc:'[TeamViewer](https://www.teamviewer.com/en-us/) is a proprietary software for remote access to as well as remote control and maintenance of computers and other devices, which was first released in 2005. The functionality has been expanded step by step, most recently for example through the integration of TeamViewer Meeting.'
_desc:Irssi is a modular text mode chat client. It comes with IRC support built in, and there are third party ICB, SILC, XMPP (Jabber), PSYC and Quassel protocol modules available.
_docs:https://irssi.org/documentation/
_github:https://github.com/irssi/irssi
_home:https://irssi.org/
_name:irssi
apt:irssi
brew:irssi
dnf:irssi
pacman:irssi
port:irssi
teleport:
_bin:teleport
_desc:'[Teleport](https://goteleport.com/) is a free and open-source tool that allows engineers and security professionals to unify access for SSH servers, Kubernetes clusters, web applications, and databases across all environments. It is an identity-aware, multi-protocol access proxy which understands SSH, HTTPS, Kubernetes API, MySQL and PostgreSQL wire protocols.'
_docs:null
_github:https://github.com/gravitational/teleport
_home:null
_name:Teleport
ansible:professormanhattan.teleport
brew:teleport
pkg:teleport
yay:teleport-bin
teller:
_bin:teller
_desc:Cloud native secrets management for developers - never leave your command line for secrets
_docs:null
_github:https://github.com/tellerops/teller
_home:null
_name:teller
brew:spectralops/tap/teller
github:github.com/tellerops/teller
lsyncd:
_bin:lsyncd
_desc:Lsyncd (Live Syncing Daemon) synchronizes local directories with remote targets (via SSH and more)
_docs:https://lsyncd.github.io/lsyncd/
_github:https://github.com/lsyncd/lsyncd
_home:false
_name:Lsyncd
apt:lsyncd
dnf:lsyncd
pacman:lsyncd
brew:lsyncd
temps:
_bin:null
_desc:Simple menubar application based on Electron with actual weather information and forecast
_docs:null
_github:https://github.com/jackd248/temps
_home:null
_name:Temps
github:github.com/jackd248/temps
terminalizer:
_bin:terminalizer
_desc:Record your terminal and generate animated gif images or share a web player
_docs:null
_github:https://github.com/faressoft/terminalizer
_home:https://www.terminalizer.com/
_name:terminalizer
npm:terminalizer
termius:
_bin:termius
_desc:'[Termius](https://www.termius.com/) is the SSH client that works on Desktop and Mobile.'
_desc:'[terraform-ls](https://github.com/tfutils/tfenv) is the official Terraform language server maintained by HashiCorp that provides IDE features to any LSP-compatible editor.'
_docs:https://github.com/hashicorp/terraform-ls
_github:https://github.com/hashicorp/terraform-ls
_home:https://github.com/hashicorp/terraform-ls
_name:terraform-ls
brew:terraform-ls
_service:false
tfenv:
_bin:tfenv
_desc:'[tfenv](https://github.com/tfutils/tfenv) is a Terraform version manager inspired by [rbenv](https://github.com/rbenv/rbenv). It supports macOS, Linux, and Windows.'
_docs:https://github.com/tfutils/tfenv#usage
_github:https://github.com/tfutils/tfenv
_home:https://github.com/tfutils/tfenv
_name:tfenv
_post:if ! command -v terraform; then tfenv use latest; fi
_desc:'[tflint](https://github.com/terraform-linters/tflint) is a framework that can help in finding possible errors for major cloud providers, warn about deprecated syntax and unused declarations and enforce best practices. This role installs tflint on nearly any platform.'
_desc:Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands
_desc:Define your dev environment as code. For microservice apps on Kubernetes
_docs:https://docs.tilt.dev/
_github:https://github.com/tilt-dev/tilt
_home:https://tilt.dev/
_name:tilt
brew:tilt
github:github.com/tilt-dev/tilt
yay:tilt-bin
timeshift:
_bin:timeshift
_desc:'[Timeshift](https://github.com/teejee2008/timeshift) is a free and open source system restore tool for Linux. Timeshift for Linux is an application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS. Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system.'
_docs:null
_github:https://github.com/teejee2008/timeshift
_home:https://teejeetech.com/timeshift/
_name:Timeshift
# Unavailable on CentOS Stream 9
# ansible:linux: professormanhattan.timeshift
apt:timeshift
dnf:fedora:timeshift
yay:timeshift
tinypng:
_bin:tinypng
_desc:Handy command line tool for shrinking PNG images using the TinyPNG API
_docs:null
_github:https://github.com/websperts/tinypng-cli
_home:null
_name:tinypng
npm:tinypng-cli
_service:null
tldr:
_bin:tldr
_desc:Simplified and community-driven man pages
_docs:null
_github:https://github.com/tldr-pages/tldr
_home:https://tldr.sh/
_name:tldr
brew:tldr
npm:tldr
please:
_bin:plz
_desc:
_docs:
_github:
_home:
_name:Please
brew:thought-machine/please/please
tmuxinator:
_bin:tmuxinator
_desc:Manage complex tmux sessions easily
_docs:https://github.com/tmuxinator/tmuxinator
_github:https://github.com/tmuxinator/tmuxinator
_home:https://github.com/tmuxinator/tmuxinator
_name:Tmuxinator
brew:tmuxinator
tmux:
_bin:tmux
_desc:'[Tmux](https://github.com/tmux/tmux/wiki) is a terminal multiplexer. It enables a number of terminals to be created, accessed, and controlled from a single screen. Tmux may be detached from a screen and continue running in the background, then later reattached.'
_docs:https://github.com/tmux/tmux/wiki
_github:https://github.com/tmux/tmux
_home:null
_name:tmux
ansible:professormanhattan.tmux
apt:tmux
brew:
- awk
- gnu-sed
- perl
- tmux
tokei:
_bin:tokei
_desc:Tokei is a program that displays statistics about the code
_docs:null
_github:https://github.com/XAMPPRocky/tokei
_home:null
_name:tokei
apk:tokei
brew:tokei
cargo:tokei
dnf:fedora:tokei
github:github.com/XAMPPRocky/tokei
pacman:tokei
pkg:tokei
scoop:tokei
privoxy:
_bin:privoxy
_desc:Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk
_desc:"[Tor](https://www.torproject.org/) is free and open-source software for enabling anonymous communication by directing Internet traffic through a free, worldwide, volunteer overlay network consisting of more than seven thousand relays in order to conceal a user's location and usage from anyone conducting network surveillance or traffic analysis. On Linux you can combine Tor with [Privoxy](https://www.privoxy.org/) which allows you to tunnel all of your traffic through the Tor network."
_docs:https://tb-manual.torproject.org/
_github:https://github.com/TheTorProject
_home:https://www.torproject.org/
_name:TOR
ansible:linux:professormanhattan.tor
apt:tor
brew:tor
dnf:tor
pacman:tor
port:tor
translate:
_bin:trans
_desc:'[Translate Shell](https://github.com/soimort/translate-shell) (formerly Google Translate CLI) is a command-line translator powered by Google Translate (default), Bing Translator, Yandex.Translate, and Apertium. It gives you easy access to these translation engines in your terminal. It is feature-rich and, although there is some overlap, it complements [Normit](https://gitlab.com/megabyte-labs/ansible-roles/normit) well.'
_desc:'[tree-cli](https://github.com/MrRaindrop/tree-cli) is a recursive directory listing program that produces a depth indented listing of files. With no arguments, tree lists the files in the current directory. When directory arguments are given, tree lists all the files and/or directories found in the given directories each in turn. Upon completion of listing all files/directories found, tree returns the total number of files and/or directories listed.'
_docs:null
_github:null
_home:null
_name:tree-cli
ansible:professormanhattan.tree
apt:tree
brew:tree
choco:tree
dnf:tree
pacman:tree
tree-sitter:
_bin:tree-sitter
_desc:CLI tool for creating and testing tree-sitter parsers
_desc:TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
_docs:https://www.typescriptlang.org/docs/
_github:https://github.com/microsoft/TypeScript
_home:https://www.typescriptlang.org/
_name:TypeScript
brew:typescript
npm:tsc
ulauncher:
_bin:ulauncher
_desc:'[Ulauncher](https://ulauncher.io/) is a software packaging and deployment system developed by Canonical for operating systems that use the Linux kernel. The packages, called ulaunchers, and the tool for using them, ulauncher, work across a range of Linux distributions and allow upstream software developers to distribute their applications directly to users. Ulaunchers are self-contained applications running in a sandbox with mediated access to the host system.'
_docs:https://docs.ulauncher.io/
_github:https://github.com/Ulauncher/Ulauncher/
_home:https://ulauncher.io/
_name:Ulauncher
ansible:professormanhattan.ulauncher
unbuffer:
_bin:unbuffer
_desc:null
_docs:null
_github:null
_home:null
_name:Unbuffer
apt:unbuffer
brew:unbuffer
dnf:unbuffer
pacman:unbuffer
up:
_bin:up
_desc:up, which is short for [Ultimate Plumber](https://github.com/akavel/up), is a tool for writing Linux pipes in a terminal-based UI interactively, with an instant live preview of command results.
_docs:null
_github:https://github.com/akavel/up
_home:null
_name:Ultimate Plumber (up)
ansible:professormanhattan.up
brew:up
github:github.com/akavel/up
pkg:up
yay:up
upt:
_bin:upt
_desc:Universal package-management tool for Windows, macOS and Linux
_docs:null
_github:https://github.com/sigoden/upt
_home:null
_name:upt
'cargo:':upt
cargo:upt
upx:
_bin:upx
_desc:'[UPX](https://upx.github.io/) is an advanced executable file compressor. UPX will typically reduce the file size of programs and DLLs by around 50%-70%, thus reducing disk space, network load times, download times and other distribution and storage costs. It supports compressing a wide variety of binary-like files. Surprisingly, it even compresses executables better than WinZip. Best of all, it is free and open source.'
_desc:'[Vagrant](https://www.vagrantup.com/) is an open-source software product for building and maintaining portable virtual software development environments (e.g., for VirtualBox, KVM, Hyper-V, Docker containers, VMware, and AWS).'
_desc:'[HashiCorp Vault](https://www.vaultproject.io/) secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets. Basically, it is a tool for managing any data that you want to tightly control access to. It also has some advanced integrations with systems like AWS.'
_desc:Vector is a lightweight, ultra-fast tool for building observability pipelines that lets you collect, transform, and route all your logs and metrics with one simple tool.
_docs:https://vector.dev/docs
_github:https://github.com/vectordotdev/vector
_home:https://vector.dev/
_name:Vector
# Unlisted on their website and formulae didn't seem to be registering the bin in the PATH
_desc:'[VirtualBox](https://www.virtualbox.org/) is a free and open-source hosted hypervisor for x86 virtualization, developed by Oracle Corporation. Created by Innotek, it was acquired by Sun Microsystems in 2008, which was in turn acquired by Oracle in 2010. VirtualBox may be installed on Windows, macOS, Linux, Solaris and OpenSolaris.'
_desc:Tool for creating isolated virtual python environments
_docs:https://virtualenv.pypa.io/en/latest/
_github:https://github.com/pypa/virtualenv
_home:null
_name:virtualenv
brew:virtualenv
pipx:virtualenv
visual-studio:
_bin:null
_desc:'[Microsoft Visual Studio](https://visualstudio.microsoft.com/) is an integrated development environment from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services and mobile apps.'
_desc:'[VLC](https://www.videolan.org/) media player is a free and open-source, portable, cross-platform media player software, and streaming media server developed by the VideoLAN project. VLC is available for desktop operating systems, and mobile platforms, such as Android, iOS, iPadOS, Tizen, Windows 10 Mobile, and Windows Phone.'
_desc:'[VMWare Workstation](https://www.vmware.com/products/workstation-pro.html) (or [VMWare Fusion](https://www.vmware.com/products/fusion.html) in the case of macOS) is a hosted hypervisor that runs on x64 versions of Windows and Linux operating systems. It enables users to set up virtual machines on a single physical machine and use them simultaneously along with the host machine. It is similar to [VirtualBox](https://gitlab.com/megabyte-labs/ansible-roles/virtualbox).'
_desc:'[Volta](https://volta.sh/) is a hassle-free Javascript Tool Manager. It is a fast, reliable and universal tool manager. It supports multiple package managers and provides extensibility hooks for site-specific customization.'
_docs:https://docs.volta.sh/
_github:https://github.com/volta-cli/volta
_home:https://volta.sh
_name:volta-vm
_post:|
volta setup
volta install node@latest
ansible:professormanhattan.volta
brew:volta
scoop:volta
vpn:
_bin:null
_desc:You can populate a configuration to power this role. When configured properly, the system's built-in VPN client will be configured with your desired settings.
_docs:null
_github:null
_home:null
_name:System VPN
ansible:professormanhattan.vpn
vscode:
_bin:code
_desc:'[Visual Studio Code](https://code.visualstudio.com/) is a freeware source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.'
_desc:w3m is a pager/text-based WWW browser. You can browse local documents and/or documents on the WWW using a terminal emulator.
_docs:https://w3m.sourceforge.net/MANUAL
_github:https://github.com/tats/w3m
_home:https://tracker.debian.org/pkg/w3m
_name:w3m
apt:w3m
brew:w3m
dnf:w3m
pacman:w3m
port:w3m
zypper:w3m
wails:
_bin:wails
_desc: '[Wails](https://github.com/wailsapp/wails) offers a different approach to providing web interfaces to Go programs:it provides the ability to wrap both Go code and a web frontend into a single binary.'
_docs:null
_github:null
_home:null
_name:Wails
ansible:professormanhattan.wails
go:github.com/wailsapp/wails/cmd/wails@latest
warp:
_bin:warp-cli
_desc:'[Cloudflare WARP Client](https://cloudflarewarp.com/) is a free app that makes your Internet safer'
_desc:'[Watchman](https://github.com/facebook/watchman), an open-source Facebook product, can be used to watch files and record when they change. It can also trigger actions when matching files change.'
_docs:null
_github:https://github.com/facebook/watchman
_home:null
_name:Watchman
ansible:professormanhattan.watchman
brew:watchman
choco:watchman
port:watchman
scoop:watchman
waypoint:
_bin:waypoint
_desc:'[HashiCorp Waypoint](https://www.waypointproject.io/) allows developers to deploy, manage, and observe their applications through a consistent abstraction of underlying infrastructure. Waypoint works with Kubernetes, ECS and many other platforms.'
# TODO: Add logic to .chezmoiscripts that ensures the proper Wazuh settings are in place
# _bin: wazuh-agent
_desc:'[Wazuh](https://wazuh.com/) is a free, open source and enterprise-ready security monitoring solution for threat detection, integrity monitoring, incident response and compliance.'
_desc:The [wget](https://www.gnu.org/software/wget/) command is a command line utility for downloading files from the Internet. It supports downloading multiple files, downloading in the background, resuming downloads, limiting the bandwidth used for downloads and viewing headers.
_docs:null
_github:null
_home:https://www.gnu.org/software/wget/
_name:wget
ansible:professormanhattan.wget
apk:wget
apt:wget
brew:wget
dnf:wget
# whalebrew: whalebrew/wget # Temporarily commentted out for debugging
whalebrew:
_bin:whalebrew
_desc:Homebrew, but with Docker images (see https://github.com/whalebrew/whalebrew-packages for available packages)
[Windows ADK](https://www.microsoft.com/en-us/windows-server/windows-admin-center) was unveiled by Microsoft on September 14, 2017 as the necessary evolution of the Windows Server graphical user interface. Windows ADK offers a flexible, locally-deployed, browser-based management platform and tools. The idea behind this project is to help simplify the management of servers by placing a majority of the frequently referenced tools used by system administrators in one spot. You can run it on both Windows 10 and Windows Server.
[Windows Admin Center](https://www.microsoft.com/en-us/windows-server/windows-admin-center) was unveiled by Microsoft on September 14, 2017 as the necessary evolution of the Windows Server graphical user interface. Windows Admin Center offers a flexible, locally-deployed, browser-based management platform and tools. The idea behind this project is to help simplify the management of servers by placing a majority of the frequently referenced tools used by system administrators in one spot. You can run it on both Windows 10 and Windows Server.
_desc:'[Microsoft PowerToys](https://docs.microsoft.com/en-us/windows/powertoys/) is a set of utilities for Windows power-users to tune and streamline their Windows 10 experience for greater productivity. It includes tools like a Color Picker, File Explorer add-ons, Keyboard Manager, Shortcut Guide, and more.'
# Install hangs even with sudo apt-get -o DPkg::Options::=--force-confdef install -y tshark
# Need to figure out how to completely automate this
# apt: tshark
brew:wireshark
dnf:wireshark-cli
pacman:wireshark-cli
wireshark:
_bin:wireshark-gui
_desc:'[Wireshark](https://www.wireshark.org/) is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. Originally named Ethereal, the project was renamed Wireshark in May 2006 due to trademark issues.'
_desc:'[wkhtmltopdf](https://github.com/wkhtmltopdf/wkhtmltopdf) is a command line tool to render HTML into PDF and various image formats using the QT Webkit rendering engine.'
_desc:'[WP-CLI](https://wp-cli.org/) is the command-line interface for [WordPress](https://wordpress.org/). You can update plugins, configure multisite installations and much more. You can do all this without using a web browser.'
_desc:wrangler is a CLI tool designed for folks who are interested in using Cloudflare Workers. Deploy serverless code instantly across the globe to give it exceptional performance, reliability, and scale.
_desc:'[wrk](https://github.com/reconquest/wrk) is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design with scalable event notification systems such as epoll and kqueue'
_docs:https://github.com/blangel/wrk
_github:https://github.com/wg/wrk
_home:https://github.com/blangel/wrk
_name:wrk
ansible:professormanhattan.wrk
apt:wrk
brew:wrk
pacman:wrk
port:wrk
xbps:wrk
wsl:
_bin:null
_desc:Sets up Windows Subsystem For Linux
_docs:null
_github:null
_home:null
_name:wsl
ansible:professormanhattan.wsl
xcode:
_bin:xcodebuild
_desc:"[Xcode](https://developer.apple.com/xcode/) is Apple's integrated development environment for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS."
_desc:A linter for YAML files. yamllint does not only check for syntax validity, but also for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.
_desc:'[yank](https://github.com/mptre/yank) is a terminal agnostic solution which allows copying output from Termial easily, without the need to use Terminal multiplexers.'
_docs:null
_github:https://github.com/mptre/yank
_home:null
_name:yank
ansible:professormanhattan.yank
apt:yank
brew:yank
choco:win32yank
dnf:yank
nix:yank
pacman:yank
pkg-freebsd:yank
pkg-openbsd:yank
port:yank
scoop:win32yank
zypper:yank
yarn:
_bin:yarn
_desc:"[Yarn](https://yarnpkg.com/) is a relatively new and open source JavaScript package manager developed by Facebook. Yarn is fully compatible with the npm registry (i.e. [npmjs.com](https://www.npmjs.com/)) and can work alongside npm, but it's aim it to be a safer, more secure and more reliable alternative."
_desc:yarnhook keeps your node_modules up-to-date when your yarn.lock, package-lock.json or shrinkwrap.yaml changes due to git operations like checkout, merge, rebase, pull etc.
_docs:null
_github:https://github.com/frontsideair/yarnhook
_home:null
_name:Yarnhook
npm:yarnhook
yj:
_bin:yj
_desc:CLI program that allows you to convert between YAML, TOML, JSON, and HCL.
_desc:Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
_desc:'[youtube-dl](https://github.com/ytdl-org/youtube-dl) is an open-source download manager for video and audio from YouTube and over 1000 other video hosting websites. It is released under the Unlicense software license and is one of the most popular projects on GitHub.'
_desc:'[yq](https://github.com/mikefarah/yq) is a free, open-source command-line YAML processor. It aims to be like [jq](https://gitlab.com/megabyte-labs/ansible-roles/jq) except for YAML files. It can read and write values to YAML files.'
_docs:The Yubico Authenticator app works across Windows, macOS, Linux, iOS and Android. Get the same set of codes across all Yubico Authenticator apps for desktops as well as for all leading mobile platforms. Portable credentials across devices.
_desc:'[Zoom](https://zoom.us/) is a videotelephony software program developed by Zoom Video Communications. This role installs Zoom on nearly any platform. The Zoom free plan provides a video chatting service that allows up to 100 participants concurrently, with a 40-minute time restriction.'
_desc:'[zoxide](https://github.com/ajeetdsouza/zoxide) is a blazing fast replacement for your cd command, inspired by z and autojump'
_docs:null
_github:null
_home:null
_name:zoxide
ansible:professormanhattan.zoxide
brew:zoxide
zsh:
_bin:zsh
_desc:'[Oh My Zsh](https://ohmyz.sh/) is a delightful, open source, community-driven framework for managing your Zsh configurations. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout oh my zsh! This role also installs some CLI tools that accompany Oh My Zsh! to make it even more amazing.'
_desc:Bash is great, but when it comes to writing more complex scripts, many people prefer a more convenient programming language. JavaScript is a perfect choice, but the Node.js standard library requires additional hassle before using. The zx package provides useful wrappers around child_process, escapes arguments and gives sensible defaults.