bvinc/gxi

GTK frontend for the xi text editor, written in rust

Rust

101

59 commits

updated May 21, 2020

See the code

README

gxi

GTK frontend, written in Rust for the xi editor.

gxi is a work in progress!

screenshot

Instructions

You need to have the Rust compiler installed. I recommend using rustup.

Installing dependencies on Debian/Ubuntu

sudo apt-get install libgtk-3-dev

Installing dependencies on Redhat

sudo yum install gtk3-devel

Enabling the syntect syntax highlighting plugin

Running these commands will put the syntect plugin into your ~/.config/xi/plugins directory.

git clone https://github.com/google/xi-editor/
cd xi-editor/rust/syntect-plugin/
make install

Running gxi

git clone https://github.com/bvinc/gxi.git
cd gxi
cargo run

Contributors

bvinc

58 commits

bvinc/gxi

GTK frontend for the xi text editor, written in rust

Rust

101

59 commits

updated May 21, 2020

See the code

README

gxi

GTK frontend, written in Rust for the xi editor.

gxi is a work in progress!

screenshot

Instructions

You need to have the Rust compiler installed. I recommend using rustup.

Installing dependencies on Debian/Ubuntu

sudo apt-get install libgtk-3-dev

Installing dependencies on Redhat

sudo yum install gtk3-devel

Enabling the syntect syntax highlighting plugin

Running these commands will put the syntect plugin into your ~/.config/xi/plugins directory.

git clone https://github.com/google/xi-editor/
cd xi-editor/rust/syntect-plugin/
make install

Running gxi

git clone https://github.com/bvinc/gxi.git
cd gxi
cargo run

Contributors

bvinc

58 commits

Languages

Rust

100.0%