A simple CLI to lookup acronyms
Find a file
Pandro 8eff8acd05
PKGBUILD support
Initial PKGBUILD building wtf-extended as an arch package.
2026-07-21 19:16:09 +02:00
acronyms Acronyms: Computing file 2026-07-21 17:44:40 +02:00
LICENSE Added License 2026-07-21 18:32:04 +02:00
PKGBUILD PKGBUILD support 2026-07-21 19:16:09 +02:00
README.md README: Initial README 2026-07-21 17:41:22 +02:00
wtf PKGBUILD support 2026-07-21 19:16:09 +02:00

wtf is [acronym]?

A simple CLI utility to quickly lookup acronyms. Based on bsd-wtf this fork extends the acronym database format a bit to add one-line descriptions to the output that can be toggled off.

Usage

$ wtf TCP
TCP: Transmission Control Protocol 
		The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite, providing reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating via an IP network. It originated in the initial network implementation in which it complemented the Internet Protocol (IP). Therefore, the entire suite is commonly referred to as TCP/IP.

Installation

PKGBUILD

WIP

Manual

  1. Copy acronyms/ into a folder of your choice (default: /usr/share/wtf-extended/)
  2. Copy wtf (or symlink) to /usr/bin/wtf.
  3. Enjoy!

Motivation - Why did I fork the original wtf?

While the original wtf is great, writing out the acronym isn't always enough to understand what is meant. Additionally I also was looking to add my own opinionated database files for personal usage and wanted optional description support.