Skip to content

Add csvview Alias for csv-view Command #32

@AkshajSinghal

Description

@AkshajSinghal

The csv-view command is a popular feature, but typing the hyphen (-) can be annoying for some users. We want to support both csv-view and csvview as valid commands.

  1. Open trushell/config/builtin_commands.md.
  2. Find the existing entry for csv-view: {cmd: csv-view}; "run_csv_view()"; [trushell.commands.data];
  3. Add a new line immediately after it for the alias: {cmd: csvview}; "run_csv_view()"; [trushell.commands.data];

This improves user experience by allowing natural typing habits. It’s a simple change that makes the shell feel more forgiving and intuitive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions