If I switch to pkg repl mode (]
) is there a way to filter the status
list of added packages?
For example, I might want to know which version of package X I’m using in this environment but the status
list is really long.
I guess one way to do it is using Pkg; Pkg.installed()["NameOfPackage"]
. But I’d love to do it in the pkg repl mode.