mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
505 B
Plaintext
30 lines
505 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# foot
|
|
|
|
> A fast, lightweight, and minimalistic Wayland terminal emulator.
|
|
> More information: <https://manned.org/foot>.
|
|
|
|
- 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]}}`
|