Skip to content

Releases: F2077/rtfm

RTFM v0.1.0

30 Jan 10:08
203046c

Choose a tag to compare

RTFM v0.1.0

Read The F***ing Manual - Offline CLI cheatsheet

Installation

Download the appropriate archive for your platform:

Platform Architecture File
Linux x86_64 (glibc) rtfm-x86_64-unknown-linux-gnu.tar.gz
Linux x86_64 (musl/static) rtfm-x86_64-unknown-linux-musl.tar.gz
Linux ARM64 (glibc) rtfm-aarch64-unknown-linux-gnu.tar.gz
Linux ARM64 (musl/static) rtfm-aarch64-unknown-linux-musl.tar.gz
Windows x86_64 rtfm-x86_64-pc-windows-msvc.zip
Windows ARM64 rtfm-aarch64-pc-windows-msvc.zip
macOS Intel rtfm-x86_64-apple-darwin.tar.gz
macOS Apple Silicon rtfm-aarch64-apple-darwin.tar.gz
macOS Universal rtfm-universal-apple-darwin.tar.gz

Quick Start

# Extract and run
tar -xzf rtfm-*.tar.gz  # or unzip for Windows
./rtfm update           # Download cheatsheets
./rtfm tar              # Look up a command
./rtfm                  # Launch TUI

Package Contents

Each release archive contains:

  • rtfm (or rtfm.exe) - The executable
  • README.md - Full documentation
  • LICENSE - GPL-3.0 license
  • QUICK_START.md - Getting started guide
  • config.example.toml - Example configuration

Verify Downloads

Verify your download with the checksums in SHA256SUMS.txt.