Could we have a shortcut for `] activate`?

This is the most typed command besides status, add and update. We already have shortcuts for status (st) and update (up), could we also have one for activate (at) ?

] at folder
] st
] up

I know we can type ac, press TAB and then SPACE, but it doesn’t hurt to ask for a shortcut.

What are people’s opinions on this?

Love the idea, but needs a small correction imho.
Status abbreviates to st.
Update abbreviates to up.
Why should Activate abbreviate to something else than ac?

It was just a suggestion. I find at appealing because it reminds us that we are “at” a given folder or environment, but any shortcut should be fine.

I have an alias of j to julia --project=.

I usually (re)launch Julia in VSCode with Alt+J + Alt + R. It activates the environment of the current folder. However, sometimes I develop multiple packages in the same VSCode workspace, and in this case I need to manually activate folders.

It’s appealing, but not compatible with autocomplete in REPL