From b372e2d3c6fe01de518edda7934a398688dedd40 Mon Sep 17 00:00:00 2001 From: Brook <88465473+Turmaxx@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:21:00 +0300 Subject: [PATCH] foot: add page (#19518) * add foot terminal * moved foot from common to linux since it only works on linux * updated foot terminal link since the homepage has better documentation * fixed typos * fixed some grammatical errors and removed description redudancy to maintain consistency * more general fixes - updated documentation link - updated command descriptions such as foot version and foot client/server mode --------- Co-authored-by: Sahil Afrid Farookhi --- pages/linux/foot.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/foot.md diff --git a/pages/linux/foot.md b/pages/linux/foot.md new file mode 100644 index 0000000000..63795c83af --- /dev/null +++ b/pages/linux/foot.md @@ -0,0 +1,24 @@ +# foot + +> A fast, lightweight, and minimalistic Wayland terminal emulator. +> More information: . + +- Spawn a terminal: + +`foot` + +- Verify your config: + +`foot {{[-C|--check-config]}}` + +- Start the server (use `footclient` to start terminal windows that connect to the server): + +`foot {{[-s|--server]}}` + +- Display help: + +`foot {{[-h|--help]}}` + +- Display version: + +`foot {{[-v|--version]}}`