bulker icon indicating copy to clipboard operation
bulker copied to clipboard

Bulker inspect currently active crate

Open nsheff opened this issue 5 years ago • 2 comments

It would be nice to have a way to notify the user of what crate is currently active. This could be done by loading an environment variable upon activation, and reading that environment variable upon check.

Also, a way to show which commands are provided by the currently active crate.

What if multiple crates are active? So the environment variable should be an ordered list of activated crates.

nsheff avatar Jan 09 '20 21:01 nsheff

the first part of this now works; there's a $BULKERCRATE env var listing the currently active crate.

nsheff avatar Mar 23 '20 15:03 nsheff

This works now for individual crates; but if multiple crates are activated, it only shows the information from the last one.

nsheff avatar Mar 25 '21 15:03 nsheff