No description
- Go 98.6%
- Lua 1.1%
- Makefile 0.3%
| .agent/claude | ||
| .build-plan | ||
| ansi | ||
| config | ||
| defaults | ||
| docs | ||
| etc/pam.d | ||
| internal | ||
| magefiles | ||
| pty | ||
| systemd | ||
| tui | ||
| util | ||
| xdg | ||
| .gitignore | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README | ||
residual/core ============= shared library for the residual toolsuite. no binaries — import this. packages: ansi/ ANSI/VT escape sequence constants and helpers config/ TOML config loading (system + user, merged) defaults/ numeric and string constants shared across repos pty/ PTY session management, VT screen buffer, shell detection tui/ amber palette, lipgloss styles, shared UI primitives util/ path helpers (home dir, ~ expansion, CWD shortening) xdg/ freedesktop .desktop session file parser --- docs/aesthetic.md color scheme and ui philosophy (applies to everything) docs/os.md the residual os (alpine-based, future work) docs/tooling.md original tooling overview (pre-split reference) docs/console.md console user reference docs/console-design.md console internals docs/keymap.md keybindings across all tools docs/scripting.md lua scripting api --- module: git.merith.xyz/residual/core language: go 1.25