Skip to content

Commit b372e2d

Browse files
Turmaxxmsaf9
andauthored
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 <[email protected]>
1 parent c28b07a commit b372e2d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/linux/foot.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# foot
2+
3+
> A fast, lightweight, and minimalistic Wayland terminal emulator.
4+
> More information: <https://manned.org/foot>.
5+
6+
- Spawn a terminal:
7+
8+
`foot`
9+
10+
- Verify your config:
11+
12+
`foot {{[-C|--check-config]}}`
13+
14+
- Start the server (use `footclient` to start terminal windows that connect to the server):
15+
16+
`foot {{[-s|--server]}}`
17+
18+
- Display help:
19+
20+
`foot {{[-h|--help]}}`
21+
22+
- Display version:
23+
24+
`foot {{[-v|--version]}}`

0 commit comments

Comments
 (0)