summaryrefslogtreecommitdiff
path: root/src/cli
AgeCommit message (Expand)Author
2024-11-12update zf apiMitchell Hashimoto
2024-11-09Merge pull request #2637 from jcollie/core-list-valid-enumsMitchell Hashimoto
2024-11-09Merge pull request #2636 from jcollie/unifi-adwaitaMitchell Hashimoto
2024-11-09core: address review commentsJeffrey C. Ollie
2024-11-09Fix copying the theme namePepper Lebeck-Jobe
2024-11-08core: list valid options if an invalid value is detected parsing an enumJeffrey C. Ollie
2024-11-08core/gtk: unify libadwaita/adwaita options in the codeJeffrey C. Ollie
2024-10-30cli: do not parse actions (+command) after -eMitchell Hashimoto
2024-10-27make selection a constAnmol Wadhwani
2024-10-27Add an out of bounds check for mouse-selected themes in +list-themesAnmol Wadhwani
2024-10-19cli: +help needs to use the proper args iteratorMitchell Hashimoto
2024-10-18cli: skip argv0 and actions when parsing CLI flagsMitchell Hashimoto
2024-10-18cli: positional arguments are invalid when parsing configurationMitchell Hashimoto
2024-10-18apprt/gtk: support new config diagnostics APIMitchell Hashimoto
2024-10-18c: remove the config load string APIMitchell Hashimoto
2024-10-18config: track the location of CLI argument errorsMitchell Hashimoto
2024-10-18config: show filepath and line numbers for config errorsMitchell Hashimoto
2024-10-18config: richer diagnostics for errorsMitchell Hashimoto
2024-10-16list_fonts and list_keybinds: Fix typos in documentationRick Calixte
2024-10-15cli: add GTK & libadwaita version infoJeffrey C. Ollie
2024-10-07macos: remove the ability to bind fn/globeMitchell Hashimoto
2024-10-05cli/list-keybinds: output function modifierMitchell Hashimoto
2024-09-30cli: handle mouse scroll before setting windowPaul Berg
2024-09-28cli: fix integer overflow in `+list-themes` if window is too narrowJeffrey C. Ollie
2024-09-27cli/list-themes: add ability to search theme namesJeffrey C. Ollie
2024-09-27cli: update +list-themes --help textJeffrey C. Ollie
2024-09-27cli: list-themes should list symlinksJeffrey C. Ollie
2024-09-27cli: "fancy" theme previewJeffrey C. Ollie
2024-09-23input: move flags to a packed structMitchell Hashimoto
2024-09-16cli: config structure supports tagged unionsMitchell Hashimoto
2024-09-10cli/crash-report: make it simpler (uglier, honestly)Mitchell Hashimoto
2024-09-10remove unnecessary importsJeffrey C. Ollie
2024-09-10feat: basic +crash-report cli actionJeffrey C. Ollie
2024-09-02make +version hyperlink to the github commitxdBronch
2024-08-31cli/version: don't parse any argsMitchell Hashimoto
2024-08-18input: converting set entries to Entry from ActionMitchell Hashimoto
2024-08-18themes: don't use arena directly and cleanup debug codeJeffrey C. Ollie
2024-08-18themes: finish refactorJeffrey C. Ollie
2024-08-18themes: add a switch that shows a small preview of each themeJeffrey C. Ollie
2024-08-18themes: allow loading from absolute paths and from user config dirJeffrey C. Ollie
2024-08-16almost yeeted it all!Mitchell Hashimoto
2024-08-06cli/list-keybinds: fix windows buildMitchell Hashimoto
2024-08-06Merge pull request #2052 from rockorager/pretty-printMitchell Hashimoto
2024-08-06cli: note --plainMitchell Hashimoto
2024-08-06cli/list-keybinds: align actions at the same columnkarei
2024-08-06cli/list-keybinds: set default winsize for windowsTim Culverhouse
2024-08-06cli/list-keybinds: set vaxis measurement stateTim Culverhouse
2024-08-06cli/list-keybinds: restore terminal after exitTim Culverhouse
2024-08-06cli/list-keybinds: prevent ios, tvos, and watchos from pretty printingTim Culverhouse
2024-08-06cli/list-keybinds: add pretty printingTim Culverhouse