aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* some bytecode implementation, does not work yetJonas Maier5 days1-0/+1
|
* allow highlighting to be disabled, once againJonas Maier2026-05-241-4/+1
|
* less broken multiline editingJonas Maier2026-05-241-0/+1
|
* better multiline handlingJonas Maier2026-05-241-22/+6
|
* correct colors after ct-commands modify promptJonas Maier2026-05-241-0/+1
|
* default profile executionJonas Maier2026-05-241-4/+15
|
* add logic to query cursor positionJonas Maier2026-05-241-6/+8
|
* terminal prompt from ps1 module nowJonas Maier2026-05-241-10/+36
|
* prompt evaluation in own moduleJonas Maier2026-05-231-33/+4
|
* customizable syntax highlightingJonas Maier2026-05-231-0/+1
|
* syntax highlighting bug fixesJonas Maier2026-05-221-1/+3
|
* syntax highlighting fixesJonas Maier2026-05-221-0/+1
|
* basic syntax highlightingJonas Maier2026-05-221-161/+47
|
* nicer pipe behaviorJonas Maier2026-05-141-7/+17
|
* correct handling of XDG dirsJonas Maier2026-05-141-3/+4
|
* variable refactor: export builtinJonas Maier2026-05-121-1/+1
|
* variable refactor: completion also for magic varsJonas Maier2026-05-121-6/+8
|
* get rid of warnings, bump version to 0.6.4Jonas Maier2026-05-091-2/+1
|
* iconJonas Maier2026-05-091-1/+38
|
* more builtin variablesJonas Maier2026-05-091-0/+1
|
* can set custom prompt using the PROMPT variableJonas Maier2026-05-091-32/+69
|
* simple script file testJonas Maier2026-05-091-0/+509