Skip to content

[Enhancement] Implement Aliases (alias ll='ls -lah') #6

@aphexlog

Description

@aphexlog

Allow users to create command shortcuts using alias.

Tasks:

  • Parse alias NAME=VALUE.
  • Store aliases in-memory.
  • Expand aliases before executing commands.

Acceptance Criteria:

  • alias ll='ls -lah' stores the alias.
  • Running ll executes ls -lah.
  • Running alias lists all defined aliases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions