1
1
Fork
You've already forked foot
0
forked from dnkl/foot
No description
  • C 96.9%
  • Shell 1.3%
  • Python 0.9%
  • Meson 0.8%
  • C++ 0.1%
Find a file
2021年10月23日 16:05:00 +02:00
.builds ci: codespell: ignore ‘doas’ 2021年08月27日 20:45:19 +02:00
completions log: add LOG_CLASS_NONE and use as initializer for log_level 2021年06月26日 22:15:09 +01:00
doc doc: foot.5: we support "real" urgency through XDG activation 2021年10月22日 20:03:18 +02:00
icons Add logo, fixes #27 2020年06月27日 21:23:50 +02:00
pgo pgo: full-inner: add --override tweak.grapheme-shaping=no 2021年10月16日 16:58:59 +02:00
scripts scripts: generate-alt-random: add emoji sequences 2021年06月24日 17:30:48 +02:00
subprojects meson: use wrap files for fcft/tllist subprojects 2020年12月19日 22:43:09 +00:00
themes add Nordiq theme 2021年10月18日 16:44:44 +02:00
.editorconfig editorconfig: adjust max-line-length, down from 80 to 70 2021年08月07日 15:36:19 +02:00
.gitignore Revert "gitignore: compile_commands.json + .ccls-cache" 2021年06月15日 11:29:07 +02:00
.gitlab-ci.yml ci: codespell: ignore ‘doas’ 2021年08月27日 20:45:19 +02:00
.gitmodules fcft/tllist: remove git submodules 2020年01月11日 14:59:39 +01:00
.woodpecker.yml ci: also build release branches 2021年10月23日 16:05:00 +02:00
async.c async: add async_write(), a write primitive to write to a NONBLOCK:ing FD 2019年11月04日 13:46:30 +01:00
async.h async: add async_write(), a write primitive to write to a NONBLOCK:ing FD 2019年11月04日 13:46:30 +01:00
base64.c debug: rename assert() to xassert(), to avoid clashing with <assert.h> 2021年01月16日 20:16:00 +00:00
base64.h base64: implement encode() 2019年07月19日 14:19:42 +02:00
box-drawing.c term: only scale using DPI if *all* monitors have a scaling factor or one 2021年09月24日 22:07:47 +02:00
box-drawing.h box-drawing: make ‘term’ parameter const 2021年01月01日 21:09:36 +01:00
CHANGELOG.md changeloge: style fixes 2021年10月22日 19:57:11 +02:00
client-protocol.h client: send overrides for everything that is publicly visible in the conf 2021年06月23日 15:12:08 +02:00
client.c foot/client: version info: add +/- assertions 2021年10月23日 15:40:54 +02:00
commands.c command: scrollback: don’t allow scrolling in URL mode 2021年02月26日 09:15:46 +01:00
commands.h scrollback: initial support for mouse scrolling 2019年07月10日 09:15:37 +02:00
composed.c composed: insert: require key to be unique 2021年06月24日 19:12:25 +02:00
composed.h composed: insert: require key to be unique 2021年06月24日 19:12:25 +02:00
config.c config: error out on invalid grapheme-width-method values 2021年10月21日 16:17:41 +02:00
config.h config, render: scrollback indicator: allow configuring scrollback indicator colors 2021年10月09日 16:59:52 -04:00
csi.c csi: various, minor code/formatting improvements 2021年08月30日 07:40:03 +01:00
csi.h performance improvements 2019年07月07日 16:32:18 +02:00
dcs.c dcs: only log debug warnings in bsu() and esu() for unhandled params 2021年04月25日 21:04:46 +01:00
dcs.h dcs: initial handling of DCS in general 2020年01月12日 11:55:22 +01:00
debug.c debug: make use of log_msg() in fatal_error() and bug() functions 2021年02月09日 12:32:33 +00:00
debug.h debug: make use of log_msg() in fatal_error() and bug() functions 2021年02月09日 12:32:33 +00:00
extract.c composed: store compose chains in a binary search tree 2021年06月24日 17:30:49 +02:00
extract.h extract: move ‘strip_trailing_empty’ parameter from extra_finish() to extract_begin() 2021年05月17日 18:14:10 +02:00
fdm.c fdm: always check for signals after epoll_pwait(), not only on EINTR 2021年05月21日 20:00:45 +02:00
fdm.h fdm: add support for managing signals 2021年02月12日 10:53:10 +01:00
foot-features.h foot/client: version info: add +/- assertions 2021年10月23日 15:40:54 +02:00
foot-server.desktop Add keywords to desktop files 2020年08月06日 20:36:03 +02:00
foot.desktop Add keywords to desktop files 2020年08月06日 20:36:03 +02:00
foot.info meson: terminfo install location now defaults to $datadir/terminfo 2021年08月30日 19:09:13 +02:00
foot.ini foot.ini: add commented out default value of colors.scrollback-indicator 2021年10月10日 10:43:11 +02:00
generate-version.sh generate-version: handle git repo not having any tags 2021年10月11日 20:11:41 +02:00
grid.c composed: store compose chains in a binary search tree 2021年06月24日 17:30:49 +02:00
grid.h composed: store compose chains in a binary search tree 2021年06月24日 17:30:49 +02:00
hsl.c hsl: add our own implementations of rgb-to-hsl and hsl-to-rgb 2020年11月15日 19:45:33 +01:00
hsl.h hsl: add our own implementations of rgb-to-hsl and hsl-to-rgb 2020年11月15日 19:45:33 +01:00
ime.c term: rename CELL_MULT_COL_SPACER -> CELL_SPACER, and change its definition 2021年05月14日 14:41:02 +02:00
ime.h ime: don’t pass ‘term’ to ime_update_cursor_rect() 2021年03月25日 09:36:07 +01:00
input.c input: update serial on each key press/release and mouse button 2021年10月20日 19:59:57 +02:00
input.h input: implement support for mouse wheel left/right 2021年08月07日 12:27:44 +02:00
INSTALL.md pgo: full-inner: add --override tweak.grapheme-shaping=no 2021年10月16日 16:58:59 +02:00
keymap.h keymap: iso_left_tab: we no longer "consume" shift when matching 2021年05月26日 09:13:58 +02:00
LICENSE license: fix bad copy-paste: first commit was in 2019 2020年07月25日 08:50:57 +02:00
log.c log: simplify Boolean logic for setting "colorize" var in log_init() 2021年09月15日 16:18:05 +01:00
log.h log: add LOG_CLASS_NONE and use as initializer for log_level 2021年06月26日 22:15:09 +01:00
macros.h osc: use STRLEN() macro to make parse_rgb() more self-documenting 2021年10月20日 17:05:36 +01:00
main.c foot/client: version info: add +/- assertions 2021年10月23日 15:40:54 +02:00
meson.build osc: use STRLEN() macro to make parse_rgb() more self-documenting 2021年10月20日 17:05:36 +01:00
meson_options.txt meson: terminfo install location now defaults to $datadir/terminfo 2021年08月30日 19:09:13 +02:00
misc.c config: add ‘[default].word-delimiters’ 2020年10月09日 19:44:23 +02:00
misc.h config: add ‘[default].word-delimiters’ 2020年10月09日 19:44:23 +02:00
notify.c notify: add the notify-focus-inhibit config option 2021年10月06日 23:33:17 +02:00
notify.h notify: break out desktop notifications from osc.c 2020年12月10日 18:06:24 +01:00
osc.c Merge branch 'parse-rgb-strlen' 2021年10月20日 19:59:05 +02:00
osc.h ocs: renamed parameter size -> required_size in osc_ensure_size() 2019年07月19日 09:56:00 +02:00
PKGBUILD pkgbuild: mention that "partial" produces a slower binary than "full" 2021年10月02日 15:23:11 +02:00
quirks.c wayland: apply CSD/SSD changes in the surface configure event 2021年06月23日 12:37:56 +02:00
quirks.h quirk: remove plasma/kwin quirk 2021年05月12日 20:08:40 +02:00
README.md readme: reporting bugs: move "search existing issues" 2021年10月16日 15:29:57 +02:00
reaper.c reaper: monitor SIGCHLD using the FDM instead of via a signalfd 2021年02月12日 10:53:10 +01:00
reaper.h reaper: monitor SIGCHLD using the FDM instead of via a signalfd 2021年02月11日 18:55:30 +01:00
render.c render: tab -> spaces 2021年10月20日 20:03:15 +02:00
render.h urls: initial support for detecting URLs and rendering jump-labels 2021年02月07日 16:33:31 +01:00
search.c search: redraw search box after selection has been cancelled 2021年07月22日 17:57:52 +02:00
search.h search: reset match state when selection is cancelled 2021年07月22日 17:57:43 +02:00
selection.c selection: convert \r -> \n when reading clipboard data 2021年10月19日 21:34:04 +02:00
selection.h selection: expose find_word_boundary_{left,right}() 2021年05月17日 18:14:09 +02:00
server.c server: no need to clone the config to handle -N,--no-wait 2021年09月05日 09:28:19 +02:00
server.h term: don't double fork new terminal windows 2020年05月21日 20:17:29 +02:00
shm.c fix crashes when resizing after CSD enabled at runtime with csd.size = 0 2021年10月04日 18:14:58 -04:00
shm.h shm: refactor: move away from a single, global, buffer list 2021年07月17日 19:14:42 +02:00
sixel.c sixel: call decsixel() directly, instead of going through sixel_put() 2021年09月05日 11:09:45 +02:00
sixel.h sixel: implement P2=1 - transparent pixels 2021年03月11日 17:34:19 +01:00
slave.c slave: log _which_ CWD we failed to change to 2021年08月30日 17:55:16 +02:00
slave.h user-notification: 'productify' the user-warning system 2020年07月30日 18:58:54 +02:00
spawn.c spawn: don’t error out if we fail to chdir() 2021年08月30日 17:55:36 +02:00
spawn.h notify: break out command template expansion to spawn_expand_template() 2021年02月07日 16:33:32 +01:00
stride.h box-drawing: add infrastructure for rendering box drawing characters ourselves 2021年01月01日 21:09:31 +01:00
terminal.c term: bell: simplify if-statement - we don’t need two nested levels 2021年10月22日 20:04:23 +02:00
terminal.h osc: use BEL terminator in OSC replies to BEL-terminated OSC queries 2021年10月20日 12:48:37 +01:00
tokenize.c tokenize: strdup() each individual argv 2021年06月20日 14:19:22 +02:00
tokenize.h tokenize: strdup() each individual argv 2021年06月20日 14:19:22 +02:00
uri.c uri: hostname_is_localhost(): don’t crash if hostname == NULL 2021年06月19日 15:56:39 +02:00
uri.h uri: add uri_parse() - new function extracts components from an URI 2020年10月28日 19:10:44 +01:00
url-mode.c config: add url.uri-characters 2021年08月09日 18:25:36 +02:00
url-mode.h input: rewrite of how we match foot’s own key bindings 2021年03月04日 09:43:43 +01:00
user-notification.c user-notification: add new function ‘user_notification_add()’ 2021年02月12日 21:42:53 +01:00
user-notification.h user-notification: add new function ‘user_notification_add()’ 2021年02月12日 21:42:53 +01:00
util.h vt: cache grapheme cluster width in composed struct 2021年06月24日 17:30:45 +02:00
vt.c osc: use BEL terminator in OSC replies to BEL-terminated OSC queries 2021年10月20日 12:48:37 +01:00
vt.h vt: limit maximum value of params in vt_param_get() 2021年05月17日 18:15:34 +01:00
wayland.c term: only scale using DPI if *all* monitors have a scaling factor or one 2021年09月24日 22:07:47 +02:00
wayland.h input: implement support for mouse wheel left/right 2021年08月07日 12:27:44 +02:00
xmalloc.c xmalloc: export xvasprintf() 2021年05月07日 16:52:56 +02:00
xmalloc.h xmalloc: export xvasprintf() 2021年05月07日 16:52:56 +02:00
xsnprintf.c debug: rename assert() to xassert(), to avoid clashing with <assert.h> 2021年01月16日 20:16:00 +00:00
xsnprintf.h Add xsnprintf() and remove some unnecessary strlen(3) calls 2021年01月14日 21:30:06 +00:00

Logo: a terminal with a foot shaped prompt foot

The fast, lightweight and minimalistic Wayland terminal emulator.

CI status Pipeline status builds.sr.ht status

Packaging status

Index

  1. Features
  2. Installing
  3. Configuration
  4. Troubleshooting
  5. Why the name 'foot'?
  6. Fonts
  7. Shortcuts
    1. Keyboard
      1. Normal mode
      2. Scrollback search
    2. Mouse
  8. Server (daemon) mode
  9. URLs
  10. Alt/meta
  11. Backspace
  12. Keypad
  13. DPI and font size
  14. Supported OSCs
  15. Programmatically checking if running in foot
  16. Credits
  17. Bugs
  18. Contact
    1. IRC
    2. Mastodon
  19. License

Features

  • Fast (see benchmarks, and performance)

  • Lightweight, in dependencies, on-disk and in-memory

  • Wayland native

  • DE agnostic

  • Server/daemon mode

  • User configurable font fallback

  • On-the-fly font resize

  • On-the-fly DPI font size adjustment

  • Scrollback search

  • Keyboard driven URL detection

  • Color emoji support

  • IME (via text-input-v3)

  • Multi-seat

  • True Color (24bpp)

  • Synchronized Updates support

  • Sixel image support

    wow

Installing

See INSTALL.md.

Configuration

foot can be configured by creating a file $XDG_CONFIG_HOME/foot/foot.ini (defaulting to ~/.config/foot/foot.ini). A template for that can usually be found in /usr/share/foot/foot.ini or here.

Further information can be found in foot's man page foot.ini(5).

Troubleshooting

See the wiki

Why the name 'foot'?

I'm bad at names. Most of my projects usually start out as foo something (for example, yambar was f00bar for a while).

So why foot?

foo terminalfootermfoot

Pretty bad, I know.

As a side note, if you pronounce the foo part of foot the same way you pronounce foobar, then foot sounds a lot like the Swedish word fot, which incidentally means (you guessed it) foot.

Fonts

foot supports all fonts that can be loaded by freetype, including bitmap fonts and color emoji fonts.

Foot uses fontconfig to locate and configure the font(s) to use. Since fontconfig's fallback mechanism is imperfect, especially for monospace fonts (it doesn't prefer monospace fonts even though the requested font is one), foot allows you, the user, to configure the fallback fonts to use.

This also means you can configure each fallback font individually; you want that fallback font to use this size, and you want that other fallback font to be italic? No problem!

If a glyph cannot be found in any of the user configured fallback fonts, then fontconfig's list is used.

Shortcuts

These are the default shortcuts. See man foot.ini and the example foot.ini to see how these can be changed.

Keyboard

Normal mode

shift+page up/page down
Scroll up/down in history
ctrl+shift+c
Copy selected text to the clipboard
ctrl+shift+v
Paste from clipboard
shift+insert
Paste from the primary selection
ctrl+shift+r
Start a scrollback search
ctrl++, ctrl+=
Increase font size by 0,5pt
ctrl+-
Decrease font size by 0,5pt
ctrl+0
Reset font size
ctrl+shift+n
Spawn a new terminal. If the shell has been configured to emit the OSC 7 escape sequence, the new terminal will start in the current working directory.
ctrl+shift+u
Enter URL mode, where all currently visible URLs are tagged with a jump label with a key sequence that will open the URL.
ctrl+r
Search backward for next match
ctrl+s
Search forward for next match
ctrl+w
Extend current selection (and thus the search criteria) to the end of the word, or the next word if currently at a word separating character.
ctrl+shift+w
Same as ctrl+w, except that the only word separating characters are whitespace characters.
ctrl+v
Paste from clipboard into the search buffer.
shift+insert
Paste from primary selection into the search buffer.
escape, ctrl+g
Cancel the search
return
Finish the search and copy the current match to the primary selection

Mouse

left - single-click
Drag to select; when released, the selected text is copied to the primary selection. This feature is disabled when client has enabled mouse tracking.
Holding shift enables selection in mouse tracking enabled clients.
Holding ctrl will create a block selection.
left - double-click
Selects the word (separated by spaces, period, comma, parenthesis etc) under the pointer. Hold ctrl to select everything under the pointer up to, and until, the next space characters.
left - triple-click
Selects the entire row
middle
Paste from primary selection
right
Extend current selection. Clicking immediately extends the selection, while hold-and-drag allows you to interactively resize the selection.
wheel
Scroll up/down in history

Server (daemon) mode

When run normally, foot is a single-window application; if you want another window, start another foot process.

However, foot can also be run in a server mode. In this mode, one process hosts multiple windows. All Wayland communication, VT parsing and rendering is done in the server process.

New windows are opened by running footclient, which remains running until the terminal window is closed, at which point it exits with the exit value of the client process (typically the shell).

The point of this mode is a) reduced memory footprint - all terminal windows will share fonts and glyph cache, and b) reduced startup time - loading fonts and populating the glyph cache takes time, but in server mode it only happens once.

The downside is a performance penalty; all windows' input and output are multiplexed in the same thread (but each window will have its own set of rendering threads). This means that if one window is very busy with, for example, producing output, then other windows will suffer.

And of course, should the server process crash, all windows will be gone.

Typical usage would be to start the server process (foot --server) when starting your Wayland compositor (i.e. logging in to your desktop), and then run footclient instead of foot whenever you want to launch a new terminal.

URLs

Foot supports URL detection. But, unlike many other terminal emulators, where URLs are highlighted when they are hovered and opened by clicking on them, foot uses a keyboard driven approach.

Pressing ctrl+shift+u enters "URL mode", where all currently visible URLs are underlined, and is associated with a "jump-label". The jump-label indicates the key sequence (e.g. "AF") to use to activate the URL.

The key binding can, of course, be customized, like all other key bindings in foot. See show-urls-launch and show-urls-copy in the foot.ini man page.

show-urls-launch by default opens the URL with xdg-open. This can be changed with the url-launch option.

show-urls-copy is an alternative to show-urls-launch, that changes what activating an URL does; instead of opening it, it copies it to the clipboard. It is unbound by default.

Jump label colors, the URL underline color, and the letters used in the jump label key sequences can be configured.

Alt/meta

By default, foot prefixes Meta characters with ESC. This corresponds to XTerm's metaSendsEscape option set to true.

This can be disabled programmatically with \E[?1036l (and enabled again with \E[?1036h).

When disabled, foot will instead set the 8:th bit of meta character and then UTF-8 encode it. This corresponds to XTerm's eightBitMeta option set to true.

This can also be disabled programmatically with rmm (reset meta mode, \E[?1034l), and enabled again with smm (set meta mode, \E[?1034h).

Backspace

Foot transmits DEL (^?) on backspace. This corresponds to XTerm's backarrowKey option set to false, and to DECBKM being reset.

To instead transmit BS (^H), press ctrl+backspace.

Note that foot does not implement DECBKM, and that the behavior described above cannot be changed.

Finally, pressing alt will prefix the transmitted byte with ESC.

Keypad

By default, Num Lock overrides the run-time configuration keypad mode; when active, the keypad is always considered to be in numerical mode. This corresponds to XTerm's numLock option set to true.

In this mode, the keypad keys always sends either numbers (Num Lock is active) or cursor movement keys (Up, Down, Left, Right, Page Up, Page Down etc).

This can be disabled programmatically with \E[?1035l (and enabled again with \E[?1035h).

When disabled, the keypad sends custom escape sequences instead of numbers, when in application mode.

DPI and font size

Font sizes are apparently a complex thing. Many applications use a fixed DPI of 96. They may also multiply it with the monitor's scale factor.

This results in fonts with different physical sizes (i.e. if measured by a ruler) when rendered on screens with different DPI values. Even if the configured font size is the same.

This is not how it is meant to be. Fonts are measured in point sizes for a reason; a given point size should have the same height on all mediums, be it printers or monitors, regardless of their DPI.

Foot’s default behavior is to use the monitor’s DPI to size fonts when output scaling has been disabled on all monitors. If at least one monitor has output scaling enabled, fonts will instead by sized using the scaling factor.

This can be changed to either always use the monitor’s DPI (regardless of scaling factor), or to never use it, with the dpi-aware option in foot.ini. See the man page, foot.ini(5) for more information.

When fonts are sized using the monitor’s DPI, glyphs should always have the same physical height, regardless of monitor.

Furthermore, foot will re-size the fonts on-the-fly when the window is moved between screens with different DPIs values. If the window covers multiple screens, with different DPIs, the highest DPI will be used.

Note: if you configure pixelsize, rather than size, then DPI changes will not change the font size. Pixels are always pixels.

Supported OSCs

OSC, Operating System Command, are escape sequences that interacts with the terminal emulator itself. Foot implements the following OSCs:

  • OSC 0 - change window icon + title (but only title is actually supported)
  • OSC 2 - change window title
  • OSC 4 - change color palette
  • OSC 7 - report CWD
  • OSC 8 - hyperlink
  • OSC 9 - desktop notification
  • OSC 10 - change (default) foreground color
  • OSC 11 - change (default) background color
  • OSC 12 - change cursor color
  • OSC 17 - change highlight (selection) background color
  • OSC 19 - change highlight (selection) foreground color
  • OSC 52 - copy/paste clipboard data
  • OSC 104 - reset color palette
  • OSC 110 - reset default foreground color
  • OSC 111 - reset default background color
  • OSC 112 - reset cursor color
  • OSC 117 - reset highlight background color
  • OSC 119 - reset highlight foreground color
  • OSC 555 - flash screen (foot specific)
  • OSC 777 - desktop notification (only the ;notify sub-command of OSC 777 is supported.)

Programmatically checking if running in foot

Foot does not set any environment variables that can be used to identify foot (reading TERM is not reliable since the user may have chosen to use a different terminfo).

You can instead use the escape sequences to read the Secondary and Tertiary Device Attributes (secondary/tertiary DA, for short).

The tertiary DA response is always \EP!|464f4f54\E\\, where 464f4f54 is FOOT in hex.

The secondary DA response is \E[>1;XXYYZZ;0c, where XXYYZZ is foot's major, minor and patch version numbers, in decimal, using two digits for each number. For example, foot-1.4.2 would respond with \E[>1;010402;0c.

Note: not all terminal emulators implement tertiary DA. Most implement secondary DA, but not all. All should however implement Primary DA.

Thus, a safe way to query the terminal is to request the tertiary, secondary and primary DA all at once, in that order. All terminals should ignore escape sequences they do not recognize. You will have to parse the response (which in foot will consist of all three DA responses, all at once) to determine which requests the terminal emulator actually responded to.

Starting with version 1.7.0, foot also implements XTVERSION, to which it will reply with \EP>|foot(version)\E\\. Version is e.g. "1.8.2" for a regular release, or "1.8.2-36-g7db8e06f" for a git build.

Credits

Bugs

Please report bugs to https://codeberg.org/dnkl/foot/issues

Before you open a new issue, please search existing bug reports, both open and closed ones. Chances are someone else has already reported the same issue.

The report should contain the following:

  • Foot version (foot --version).
  • Log output from foot (start foot from another terminal).
  • Which Wayland compositor (and version) you are running.
  • If reporting a crash, please try to provide a bt full backtrace with symbols.
  • Steps to reproduce. The more details the better.

Contact

IRC

Ask questions, hang out, sing praise or just say hi in the #foot channel on irc.libera.chat. Logs are available at https://libera.irclog.whitequark.org/foot.

Mastodon

Every now and then I post foot related updates on @dnkl@linuxrocks.online

License

Foot is released under the MIT license.