hugopl / tijolo

Simple and fast keyboard focused IDE written in Crystal and GTK.
MIT License
143 stars 8 forks source link
crystal development-environment gtk ide language-server-client text-editor

Tijolo

Lightweight, keyboard-oriented IDE for the masses.

AUR Build Status

Project status

Basic stuff still missing, use it at your own risk 🔥️.

How it looks like?

See more screenshots.

Project goals

Installing

Archlinux

There's a AUR package for every release.

$ yay -S tijolo

There's also AUR package available for latest git version, named tijolo-git.

Ubuntu

There should be a home made Ubuntu package for every release, check the github release page.

If you want to create a package from git, clone the repository then run ./packages/make-ubuntu-package, this will generate a docker image, build Tijolo inside that image, create a debian package then copy it back, out of the container. Not best approach to build a deb package but works on non-deb machines.

Dependencies

You will need:

Compiling from Source

$ make
$ sudo make install

Tijolo use JetBrains Mono font, you can make install them if you don't already have them installed:

$ sudo make install-fonts

To uninstall:

$ sudo make uninstall uninstall-fonts

To update GTK4 icon cache and compile gschema files run:

$ make post-install

Usage

Pass a directory of a file under a git repository to open a project. Just call it without arguments to see a list of available projects.

Contributing

  1. Fork it (https://github.com/hugopl/tijolo/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Any ideas/suggestions, fill in an issue.

Contributors