{"id":15713591,"url":"https://github.com/hugopl/tijolo","last_synced_at":"2025-07-15T06:31:52.757Z","repository":{"id":37380180,"uuid":"259725525","full_name":"hugopl/tijolo","owner":"hugopl","description":"Simple and fast keyboard focused IDE written in Crystal and GTK.","archived":false,"fork":false,"pushed_at":"2024-09-17T13:56:21.000Z","size":6784,"stargazers_count":144,"open_issues_count":3,"forks_count":8,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-11-14T11:04:05.812Z","etag":null,"topics":["crystal","development-environment","gtk","ide","language-server-client","text-editor"],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugopl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-28T18:58:09.000Z","updated_at":"2024-10-14T10:50:06.000Z","dependencies_parsed_at":"2023-10-03T09:48:57.610Z","dependency_job_id":"d671d026-79bd-4d70-91db-10b8bc954a1b","html_url":"https://github.com/hugopl/tijolo","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugopl%2Ftijolo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugopl%2Ftijolo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugopl%2Ftijolo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugopl%2Ftijolo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugopl","download_url":"https://codeload.github.com/hugopl/tijolo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225724151,"owners_count":17514141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crystal","development-environment","gtk","ide","language-server-client","text-editor"],"created_at":"2024-10-03T21:32:22.086Z","updated_at":"2025-07-15T06:31:52.741Z","avatar_url":"https://github.com/hugopl.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Archived\n\nI'm a nvim user nowadays, so farewell Tijolo, rest in piece.\n\n\u003cimg align=\"left\" src=\"./data/io.github.hugopl.Tijolo.svg\" width=\"100\" height=\"100\" /\u003e\n\n# Tijolo\n\nLightweight, keyboard-oriented IDE for the masses.\n\n[![AUR](https://img.shields.io/aur/version/tijolo)](https://aur.archlinux.org/packages/tijolo)\n![Build Status](https://github.com/hugopl/tijolo/actions/workflows/ci.yml/badge.svg?branch=main)\n\n## Project status\n\nBasic stuff still missing, use it at your own risk 🔥️.\n\nCurrently it uses the GtkSourceView as code widget, but due to limitations\nof GtkSOurceView I plan to embed neovim in Tijolo, so Tijolo would only take care\nof the split panes and start a nvim instance with tijolo's own init files.\n\nI started to code a code widget... but it's too much work for my spare time.\n\n## How it looks like?\n\n\u003cimg align=\"left\" src=\"./screenshots/code.png\" /\u003e\n\nSee more [screenshots](https://github.com/hugopl/tijolo/tree/master/screenshots).\n\n## Project goals\n\n- Run fast, something you don't see very often in new desktop applications.\n- Have a simple distraction free UI.\n- Keyboard focused user interface.\n- Easy/fast code navigation.\n- ♥️ Git.\n- ♥️ [tree-sitter](https://tree-sitter.github.io/tree-sitter/).\n\n## Installing\n\n### Archlinux\n\nThere's a AUR package for every release.\n\n```\n$ yay -S tijolo\n```\n\nThere's also AUR package available for latest git version, named `tijolo-git`.\n\n### Ubuntu\n\nThere should be a home made Ubuntu package for every release, check the\n[github release page](https://github.com/hugopl/tijolo/releases).\n\nIf you want to create a package from git, clone the repository then run `./packages/make-ubuntu-package`, this will generate\na docker image, build Tijolo inside that image, create a debian package then copy it back, out of the container. Not best\napproach to build a deb package but works on non-deb machines.\n\n## Dependencies\n\nYou will need:\n\n - Crystal compiler version \u003e= 1.10.0.\n - GTK4 \u003e= 4.8.\n - LibAdwaita \u003e= 1.4.\n - GTKSourceView5.\n - [Vte4](https://gitlab.gnome.org/GNOME/vte).\n - GIR packages for these GTK libraries.\n\n## Compiling from Source\n\n```\n$ make\n$ sudo make install\n```\n\nTijolo use [JetBrains Mono](https://www.jetbrains.com/lp/mono/) font, you can _make install_ them if you don't already have\nthem installed:\n\n```\n$ sudo make install-fonts\n```\n\nTo uninstall:\n\n```\n$ sudo make uninstall uninstall-fonts\n```\n\nTo update GTK4 icon cache and compile gschema files run:\n\n```\n$ make post-install\n```\n\n## Usage\n\nPass 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.\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/hugopl/tijolo/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\nAny ideas/suggestions, fill in an issue.\n\n## Contributors\n\n- [Hugo Parente Lima](https://github.com/hugopl) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugopl%2Ftijolo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugopl%2Ftijolo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugopl%2Ftijolo/lists"}