aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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