GTK frontend for the xi text editor, written in rust
Rust
101
59 commits
updated May 21, 2020
GTK frontend, written in Rust for the xi editor.
gxi is a work in progress!

You need to have the Rust compiler installed. I recommend using rustup.
sudo apt-get install libgtk-3-dev
sudo yum install gtk3-devel
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
git clone https://github.com/bvinc/gxi.git
cd gxi
cargo run
58 commits
1 commits
Rust
100.0%
GTK frontend for the xi text editor, written in rust
Rust
101
59 commits
updated May 21, 2020
GTK frontend, written in Rust for the xi editor.
gxi is a work in progress!

You need to have the Rust compiler installed. I recommend using rustup.
sudo apt-get install libgtk-3-dev
sudo yum install gtk3-devel
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
git clone https://github.com/bvinc/gxi.git
cd gxi
cargo run
58 commits
1 commits
Rust
100.0%