summaryrefslogtreecommitdiff
path: root/src/cli
AgeCommit message (Expand)Author
2024-08-05chore: clean up typosƁukasz Niemier
2024-08-01commentMitchell Hashimoto
2024-08-01Add +list-actions CLI action to list keybind actions.Jeffrey C. Ollie
2024-07-22some tweaksMitchell Hashimoto
2024-07-18docs: add docstringsRemi Gelinas
2024-07-17fix: handle recursive config filesRemi Gelinas
2024-07-17feat: print every config error messageRemi Gelinas
2024-07-17fix: handle relative paths in CLIRemi Gelinas
2024-07-17refactor: move config file loading into loadFileRemi Gelinas
2024-07-17feat(cli): add initial validate-config actionRemi Gelinas
2024-07-09cli: boolean value support for packed structsJon Parise
2024-06-24Fix some basic build errors.Gordon Cassie
2024-05-09feat(font): Non-integer point sizesQwerasd
2024-03-22cli: arg parsing supports more int typesMitchell Hashimoto
2024-03-13update zigMitchell Hashimoto
2024-01-26forgot commit to get #1363 building to new APIMitchell Hashimoto
2024-01-26Merge pull request #1363 from jcollie/list-keybinds-docsMitchell Hashimoto
2024-01-23config: re-expand relative paths correctly when reloading configMitchell Hashimoto
2024-01-23empty cli or config args reset the value to the defaultMitchell Hashimoto
2024-01-23Add option to include docs when listing keybinds.Jeffrey C. Ollie
2024-01-21cli: remove list-keybinds changesMitchell Hashimoto
2024-01-21Use keybind actions help strings in +list-keybinds.Jeffrey C. Ollie
2024-01-21markdown-ify help stringsJeffrey C. Ollie
2024-01-20cli/show-config: enable --helpMitchell Hashimoto
2024-01-20cli: list-keybinds uses new config formatting APIMitchell Hashimoto
2024-01-20use keybind struct's built-in capabity to format itself in +list-keybinds actionJeffrey C. Ollie
2024-01-20cli/show-config: add the changes-only and docs optionsMitchell Hashimoto
2024-01-20add +show-config action to print out the config from the cliJeffrey C. Ollie
2024-01-20cli: empty field resets optionals to nullMitchell Hashimoto
2024-01-20cli: add help commandMitchell Hashimoto
2024-01-20cli: support --help and -h for actionsMitchell Hashimoto
2024-01-20rewrite generate_help for personal styleMitchell Hashimoto
2024-01-19Generate help strings from doc commentsJeffrey C. Ollie
2024-01-11cli/list-colors: use unstable sort, sort in-place on arraylistMitchell Hashimoto
2024-01-11sort output from +list-colorsJeffrey C. Ollie
2024-01-10cli: list-colors uses new generated rgbMitchell Hashimoto
2024-01-10add ability to specify RGB colors as names from the X11 rgb name listJeffrey C. Ollie
2024-01-05cli: strip CR in line iteratorGregory Anders
2023-12-30Make the abnormal runtime threshold configurable.Jeffrey C. Ollie
2023-12-21core: look for resources in "ghostty" subdirectory for "share" pathsGregory Anders
2023-11-30Fix forgotten openIterableDirKrzysztof Wolicki
2023-11-30Update to latest master,Krzysztof Wolicki
2023-11-22cli: +list-themesMitchell Hashimoto
2023-11-22config: add "theme" config, track inputsMitchell Hashimoto
2023-11-07config: packed struct of bools supported as config fieldMitchell Hashimoto
2023-11-03cli/list-keybindings: stylistic changesMitchell Hashimoto
2023-11-03input: Binding.Trigger formatMitchell Hashimoto
2023-11-03input: add Binding.Action.format to convert action to stringMitchell Hashimoto
2023-11-02feat(actions): add new list-keybinds actionRaiden1411
2023-10-27cli: handle "-e" as the command to executeMitchell Hashimoto