diff --git a/trushell/config/builtin_commands.md b/trushell/config/builtin_commands.md index a6b11be..229559a 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];