KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
746 stars 57 forks source link
julia-repl rainbow-brackets syntax-highlighting

OhMyREPL

build

This is my REPL. There are many like it, but this one is mine.

repl

A package that hooks into the Julia REPL and gives it syntax highlighting, bracket highlighting, rainbow brackets and other goodies. A (slightly outdated) video showing installation and features of the package is available here.

If you like this package please give it a star. I like stars.

Installation

Pkg.add("OhMyREPL")

and then just load with using OhMyREPL (preferably by putting it in the .julia/config/startup.jl file)

Features

Documentation

Please see the documentation for more extensive description of the features and their settings like how to change colorschemes, how to create your own colorschemes etc.

Warning

Note that this package overwrites some methods from Julia Base. If you get a weird error when using OhMyREPL you should reproduce it without having OhMyREPL loaded before reporting it as a Julia bug.