Files and directoriesΒΆ
All persistent state follows the XDG Base Directory Specification. Override
locations with $XDG_CONFIG_HOME and $XDG_DATA_HOME.
Common defaults:
Variable |
Linux |
macOS |
Windows |
|---|---|---|---|
|
|
|
|
|
|
|
|
$XDG_CONFIG_HOME/telix/ contains per-feature configuration:
sessions.jsontriggers.jsonmacros.jsonhighlights.jsonprogressbars.json- progress bar toolbar configuration
$XDG_DATA_HOME/telix/ contains per-session data using a SHA-256 slug
of host:port:
history-<hash>- command historyrooms-<hash>.db- SQLite room graph (GMCP Room.Info)chat-<hash>.json- GMCP Comm.Channel.Text historygmcp-<hash>.json- rolling GMCP data snapshot with per-package timestampsprefs-<hash>.json- per-session runtime preferences.current-room-<hash>- current room number (read by the room browser).fasttravel-<hash>- queued fast-travel steps (written by the room browser, read by the REPL)