Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] alias command #162

Open
kurtlawrence opened this issue Aug 9, 2022 · 0 comments
Open

[FEATURE] alias command #162

kurtlawrence opened this issue Aug 9, 2022 · 0 comments
Labels
enhancement New feature or request maybe Still in brainstorm phase, may not eventuate

Comments

@kurtlawrence
Copy link
Member

Description

A command which can alias various things.

  • alias a partitions path (eg: alias path/to/something my-path)
  • alias type (alias Num N)
  • alias commands (similar to path above) (alias str/regex rgx)
  • alias identifiers (alias "Some complicated column header" h1)
    • extend this to any literal? (alias 3.14 pi)

As a pre-processor?

Since there is not any runtime evaluation that would be required, would this be done as a preprocessing step?

  • Think about the overwriting of aliases
@kurtlawrence kurtlawrence added enhancement New feature or request maybe Still in brainstorm phase, may not eventuate labels Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maybe Still in brainstorm phase, may not eventuate
Projects
None yet
Development

No branches or pull requests

1 participant