Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 761 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 761 Bytes

xi glium

Xi glium is a glium and glium_text-based interface on top of the xi editor project back-end.

Screenshot:

xi glium

Features

  • Write and backspace text,
  • navigate using mouse, arrows, page-up and page-down,
  • select text using keyboard and mouse,
  • cut, copy, paste and delete selection,
  • load (ctrl-o), save (ctrl-s) and save-as (ctrl-shift-s) using GTK dialogs,
  • F1 to line-wrap

You must specify a path to the xi-core executable (build by cargo inside the rust subdirectory of xi-editor). Works with the xi-editor commit 7f7b885, but the HEAD is a good bet.

Example usage

xicore=../xi-editor/rust/target/debug/xi-core cargo run README.md