Releases: F2077/rtfm
Releases · F2077/rtfm
RTFM v0.1.0
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 TUIPackage Contents
Each release archive contains:
rtfm(orrtfm.exe) - The executableREADME.md- Full documentationLICENSE- GPL-3.0 licenseQUICK_START.md- Getting started guideconfig.example.toml- Example configuration
Verify Downloads
Verify your download with the checksums in SHA256SUMS.txt.