summaryrefslogtreecommitdiff
path: root/src/cli/list_themes.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-22feat: list-themes cursor and selection colorsCoderJoshDK
2025-07-30cli: update var nameAnthony
2025-07-27cli: add filtering hotkey to list_themesAnthony
2025-07-09cli: make the action parser (+foo) generic and reusableMitchell Hashimoto
2025-06-24core, gtk: implement host resources dir for FlatpakLeorize
2025-05-27Correct `$XDG_CONFIG_DIR` to `$XDG_CONFIG_HOME` in theme documentation.Kat
2025-05-01use enum for the color scheme argsMaciej Bartczak
2025-05-01implement dark/light theme filtering in theme previewMaciej Bartczak
2025-02-14add save instruction to +list-themesAaron Ruan
2025-01-23documentation: consistent format for actions helpAnund
2025-01-03Ensure all search results are visible in theme listBryan Lee
2024-12-29Fix typo in list-themes browserGoProSlowYo
2024-12-27cli(list_themes): ignore .DS_StoreTim Culverhouse
2024-12-27Fix docs formattingJoris Guex
2024-11-16fix: theme search ranking is now case insensitivefurtidev
2024-11-16fix: +list-themes crashing when there's search result is emptyfurtidev
2024-11-16port +list-themes to latest libvaxisfurtidev
2024-11-12update zf apiMitchell Hashimoto
2024-11-09Fix copying the theme namePepper Lebeck-Jobe
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-18cli: skip argv0 and actions when parsing CLI flagsMitchell Hashimoto
2024-10-18config: richer diagnostics for errorsMitchell 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-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-01-21markdown-ify help stringsJeffrey C. Ollie
2024-01-20cli: support --help and -h for actionsMitchell Hashimoto
2023-12-21core: look for resources in "ghostty" subdirectory for "share" pathsGregory Anders
2023-11-30Fix forgotten openIterableDirKrzysztof Wolicki
2023-11-22cli: +list-themesMitchell Hashimoto