Coder Social home page Coder Social logo

xi-gtk's Introduction

xi-gtk

Join the chat at https://gitter.im/eyelash/xi-gtk

screenshot

Instructions

Build and Install xi-core

Make sure you have a recent version of Rust and Cargo installed (either from your distribution's repositories or with rustup) and that ~/.cargo/bin is in your PATH environment variable.

git clone https://github.com/google/xi-editor.git
cd xi-editor/rust
cargo install

Build and Install xi-gtk

First you need to install the dependencies.

# Debian/Ubuntu:
sudo apt install build-essential valac meson libgtk-3-dev libjson-glib-dev
# Arch:
sudo pacman -S vala meson
# Fedora:
sudo dnf install meson vala gtk3-devel json-glib-devel

Once you have the dependencies installed you can build xi-gtk.

git clone https://github.com/eyelash/xi-gtk.git
cd xi-gtk
mkdir build
cd build
meson ..
ninja

Now you can either launch xi-gtk from the build directory with ./xi-gtk or install it with sudo ninja install.

Shortcuts

Shortcut Command
Control+N New File
Control+O Open File
Control+S Save
Control+Shift+S Save As
Control+Z Undo
Control+Y Redo
Control+Q Quit

To Do

  • mouse input and selections
  • saving
  • follow the cursor (respect the scrollto parameter)
  • undo / redo
  • copy / paste
  • line numbers
  • find / replace
  • i18n
  • preferences (font family, font size, etc.)

xi-gtk's People

Contributors

eyelash avatar sp3d avatar jessefarebro avatar jmi2k avatar martin-v avatar raphlinus avatar gitter-badger avatar mrandri19 avatar

Watchers

Harold avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.