Commit Graph

38 Commits

Author SHA1 Message Date
shaunrd0 a8de77f370 [tui] WIP neovim editor. 2026-01-17 19:21:14 -05:00
shaunrd0 b35b98743b [tui] Clean up Border titles. 2026-01-17 17:39:13 -05:00
shaunrd0 733a43ccde [tui] Add basic component trait. 2026-01-17 17:18:34 -05:00
shaunrd0 b65565adfa [tui] Add Explorer widget for left panel. 2026-01-17 15:07:26 -05:00
shaunrd0 fac6ea6bcd Create App struct for TUI. 2026-01-17 14:04:02 -05:00
shaunrd0 7fe3e3e14d WIP ratatui. 2026-01-17 11:41:48 -05:00
shaunrd0 cf59fdfcca Embed SVG icons. 2025-04-19 13:49:29 -04:00
shaunrd0 6a4957588d Pass root path to GUI process. 2025-04-13 13:47:12 -04:00
shaunrd0 f4242f7749 Factor out TUI code. 2025-04-13 12:17:11 -04:00
shaunrd0 fd3c8fb204 Factor out GUI code. 2025-04-13 12:15:31 -04:00
shaunrd0 fd9d47f0c0 Clean up. 2025-04-13 12:09:18 -04:00
shaunrd0 d53ef9aa1b Launch clide in separate process by default.
Improve CLI to support tui and gui modes.
Also supports attaching the GUI to the current terminal via -g
2025-04-13 11:58:28 -04:00
shaunrd0 a29ae43e84 Use CWD if no directory is provided. 2025-04-13 11:01:37 -04:00
shaunrd0 41a9a2a3bf Use structopt. 2025-04-13 10:21:02 -04:00
shaunrd0 7bf6c3299c Add basic CLI for launching head(less) mode. 2025-04-13 09:35:55 -04:00
shaunrd0 90c10d2a16 Debug missing console placeholder text.
It appears on resizing horizontally
2025-04-13 08:31:41 -04:00
shaunrd0 2dcf0529d1 Custom highlighting to fix UI bugs.
+ Selecting text caused blurry editor view.
+ Now prefers syntect theme background color over QML background color.
2025-04-12 13:33:39 -04:00
shaunrd0 f740ff347b Fix file loading. 2025-03-31 22:56:57 -04:00
shaunrd0 9b86553513 Add syntax highlighting with syntect. 2025-03-31 22:32:17 -04:00
shaunrd0 365940267f Add some checks before reading file. 2025-03-31 19:26:04 -04:00
shaunrd0 b426b88b79 Fix colors. 2025-03-30 21:58:38 -04:00
shaunrd0 bdf942371c Add basic FileSystem view. 2025-03-30 21:38:57 -04:00
shaunrd0 b62dce631f Add ClideTreeView. 2025-03-30 16:14:58 -04:00
shaunrd0 1546eb1028 Add FileSystem Rust module. 2025-03-30 13:50:23 -04:00
shaunrd0 4f3aebe64f Add basic stub for filesystem. 2025-03-30 13:14:58 -04:00
shaunrd0 413500dad3 Add an about window. 2025-03-30 12:52:44 -04:00
shaunrd0 b0064c2f69 Update README. 2025-03-30 12:00:27 -04:00
shaunrd0 0f055603a2 Remove unused LineCount. 2025-03-30 11:51:23 -04:00
shaunrd0 094ac92fe4 Reorganize qml files. 2025-03-30 11:49:00 -04:00
shaunrd0 3b8e407632 Consolidate source files. 2025-03-30 11:47:16 -04:00
shaunrd0 d2f5823594 Add RustColors singleton helper. 2025-03-30 11:20:21 -04:00
shaunrd0 be9981291c Speed up animation for dock handles. 2025-03-29 20:20:28 -04:00
shaunrd0 500a329dea Separate LineCount from main. 2025-03-29 20:14:42 -04:00
shaunrd0 70e9f79c8a Separate ProjectView and Editor. 2025-03-29 18:00:16 -04:00
shaunrd0 13a405a801 Add LineCount module. 2025-03-29 16:55:26 -04:00
shaunrd0 a6d2fb9e31 Change colors. 2025-03-29 10:26:39 -04:00
shaunrd0 8b71af06a8 Add placeholders for side panel and console. 2025-03-29 09:55:09 -04:00
shaunrd0 59acdc48fa Initial commit. 2025-03-29 08:03:32 -04:00