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

alias management commands #25

Closed
jdx opened this issue Jan 28, 2023 · 0 comments · Fixed by #159
Closed

alias management commands #25

jdx opened this issue Jan 28, 2023 · 0 comments · Fixed by #159
Labels
good first issue Good for newcomers

Comments

@jdx
Copy link
Owner

jdx commented Jan 28, 2023

I've implemented commands for CRUD operations on settings as rtx settings *, we need the same for aliases:

$ rtx aliases
$ rtx aliases set "nodejs.lts/hydrogen" 18.0.0
$ rtx aliases get "nodejs.lts/hydrogen"

This is a great issue for someone that wants to contribute to the project since it'll be fairly straightforward how to do this. You can copy most of src/cli/settings/* to get started.

@jdx jdx added the good first issue Good for newcomers label Jan 28, 2023
roele added a commit to roele/mise that referenced this issue Feb 21, 2023
roele added a commit to roele/mise that referenced this issue Feb 21, 2023
roele pushed a commit to roele/mise that referenced this issue Feb 21, 2023
- consolidate color utilities
roele added a commit to roele/mise that referenced this issue Feb 21, 2023
- consolidate color utilities
roele added a commit to roele/mise that referenced this issue Feb 21, 2023
roele added a commit to roele/mise that referenced this issue Feb 21, 2023
- regenerate help and completions
jdx added a commit that referenced this issue Feb 21, 2023
* feat: alias management commands (#25)

* feat: alias management commands (#25)
- consolidate color utilities

* feat: alias management commands (#25)
- alphabetize commands

* feat: alias management commands (#25)
- regenerate help and completions

* Update src/config/config_file/rtxrc.rs

---------

Co-authored-by: Jeff Dickey <216188+jdxcode@users.noreply.github.com>
@jdx jdx linked a pull request Feb 21, 2023 that will close this issue
@jdx jdx closed this as completed Feb 21, 2023
jdx added a commit that referenced this issue Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant