From 21a64b6de5c3f3263e33b97bf1f30689aacaaf73 Mon Sep 17 00:00:00 2001 From: Shrestha Mohan Date: Mon, 22 Jun 2026 23:32:57 +0530 Subject: [PATCH 1/2] Add csvview alias for csv-view command --- trushell/config/builtin_commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/trushell/config/builtin_commands.md b/trushell/config/builtin_commands.md index a6b11be..2b018fe 100644 --- a/trushell/config/builtin_commands.md +++ b/trushell/config/builtin_commands.md @@ -15,5 +15,6 @@ {cmd: alarm}; "run_alarm()"; [trushell/commands/chronoterm.py]; {cmd: sw}; "run_sw()"; [trushell/commands/chronoterm.py]; {cmd: csv-view}; "run_csv_view()"; [trushell/commands/data.py]; +{cmd: csvview}; "run_csv_view()"; [trushell/commands/data.py]. {cmd: j}; "run_jump()"; [trushell/commands/nav.py]; From 1f9c1431d812ac6d672d262b4cbc5726bb8d9b6b Mon Sep 17 00:00:00 2001 From: Shrestha Mohan Date: Mon, 22 Jun 2026 23:39:08 +0530 Subject: [PATCH 2/2] Fix csvview alias entry terminator --- trushell/config/builtin_commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trushell/config/builtin_commands.md b/trushell/config/builtin_commands.md index 2b018fe..229559a 100644 --- a/trushell/config/builtin_commands.md +++ b/trushell/config/builtin_commands.md @@ -15,6 +15,6 @@ {cmd: alarm}; "run_alarm()"; [trushell/commands/chronoterm.py]; {cmd: sw}; "run_sw()"; [trushell/commands/chronoterm.py]; {cmd: csv-view}; "run_csv_view()"; [trushell/commands/data.py]; -{cmd: csvview}; "run_csv_view()"; [trushell/commands/data.py]. +{cmd: csvview}; "run_csv_view()"; [trushell/commands/data.py]; {cmd: j}; "run_jump()"; [trushell/commands/nav.py];