Skip to content

Instantly share code, notes, and snippets.

View felixcremer's full-sized avatar

Felix Cremer felixcremer

  • Max Planck Institute for Biogeochemistry
  • Jena
View GitHub Profile

Here is a curated list of various Julia tips and tricks to use with Julia's REPL interface. The nice colors (and some of the tricks) use OhMyREPL.

  1. Go to shell mode with ;

    shell

  2. Clear your screen with CTRL-L (or type ;clear)

clear