Reducing the number of commands when starting the REPL

I just noticed that we could also use the -i flag as well. For example,

julia -ie 'using Revise; using PDBTools'

will drop you in a REPL where Revise and PDBTools are active. I find this very useful in combination with fuzzy finders like https://github.com/junegunn/fzf, and thought maybe you too :slight_smile:

1 Like