Login
Overview

Configuration

Where yuke keeps its config, and the files that live there.

Location

yuke reads its config from this directory.

Unix $XDG_CONFIG_HOME/yuke (~/.config/yuke)
Windows %APPDATA%\yuke

Files

Config is JavaScript. Two script tiers — the client and the daemon — build on a shared host runtime. Each has its own page.

yuke.js
The client (TUI) config, plus any plugins you import.
yuked.js
The daemon config, run at startup.
auth.json
Provider tokens the daemon writes — see Daemon.
yuke:fs
The shared host runtime both scripts import — see Runtime.