summaryrefslogtreecommitdiff
path: root/src/cli
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-09-29config: modify MouseScrollMultiplier to lean on args parsingMitchell Hashimoto
2025-09-24cli: use sh to launch editorJeffrey C. Ollie
2025-09-23rename Splitter-CommaSplitterJeffrey C. Ollie
2025-09-23config: smarter parsing in autoParseStructJeffrey C. Ollie
2025-09-22feat: list-themes cursor and selection colorsCoderJoshDK
2025-09-05gtk-ng: deprecate detection of launch sourceJeffrey C. Ollie
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
2025-08-25cli: show colors in +list-colors if possibleJeffrey C. Ollie
2025-07-30cli: update var nameAnthony
2025-07-27cli: add filtering hotkey to list_themesAnthony
2025-07-14windows: get +ssh-cache building on WindowsJeffrey C. Ollie
2025-07-14cli/gtk: move IPC/sendIPC to App/performIpcJeffrey C. Ollie
2025-07-14cli/gtk: remove --release and --debug flags, use optional for argumentsJeffrey C. Ollie
2025-07-14cli/gtk: replace @hasDecl for performAction-style APIJeffrey C. Ollie
2025-07-14cli/gtk: move actual IPC code tp apprtJeffrey C. Ollie
2025-07-14cli/gtk: add -e to +new-windowJeffrey C. Ollie
2025-07-14cli/gtk: move GTK-specific code to a new file in a subdirectoryJeffrey C. Ollie
2025-07-14cli/gtk: clarify +new-window documentation and improve instance discoveryJeffrey C. Ollie
2025-07-14cli/gtk: add +new-window actionJeffrey C. Ollie
2025-07-09cli: make the action parser (+foo) generic and reusableMitchell Hashimoto
2025-07-09cli: rewrite ssh-cache diskcache and test IOMitchell Hashimoto
2025-07-09cli: ssh-cache stylistic changesMitchell Hashimoto
2025-07-09cli: fix macOS buildsMitchell Hashimoto
2025-07-07Merge branch 'main' into ssh-integrationJason Rayne
2025-07-05fix: replace custom const with std lib, remove dead-weight testJason Rayne
2025-07-03tests: use ! operator instead of == false for consistencyJason Rayne
2025-07-03Merge branch 'main' into ssh-integrationJason Rayne
2025-07-03feat(ssh): rewrite SSH cache system in native ZigJason Rayne
2025-07-04Add linux kernel information to +versionBartosz Sokorski
2025-06-28config: fix regression where we halted parsing on deprecated fieldMitchell Hashimoto
2025-06-28config: more general purpose backwards compatibility handlers (#7717)Mitchell Hashimoto
2025-06-28config: more general purpose backwards compatibility handlersMitchell Hashimoto
2025-06-28fix: enable `boo` on FreeBSD-k
2025-06-25fix: correct resources directory fallback path and eliminate code duplication...Jason Rayne
2025-06-25fix: use imported modules consistently in action dispatchJason Rayne
2025-06-25docs: improve clear-ssh-cache description (missed in previous commit)Jason Rayne
2025-06-25docs: improve SSH cache CLI action descriptionsJason Rayne
2025-06-25refactor: replace ghostty wrapper with proper CLI actions for terminfo cache ...Jason Rayne
2025-06-24core, gtk: implement host resources dir for FlatpakLeorize
2025-06-24cli: +edit-config command to open the config file in $EDITORMitchell Hashimoto
2025-06-22`input` configuration to pass input as stdin on startupMitchell Hashimoto
2025-05-27Miscellaneous `TODO`s (#7451)Mitchell Hashimoto
2025-05-27Correct `$XDG_CONFIG_DIR` to `$XDG_CONFIG_HOME` in theme documentation.Kat
2025-05-26style: use decl literalsQwerasd
2025-05-09apprt/glfw: buildsMitchell Hashimoto
2025-05-01use enum for the color scheme argsMaciej Bartczak
2025-05-01implement dark/light theme filtering in theme previewMaciej Bartczak