https://github.com/terror/axil
A terminal user interface for tree-sitter
https://github.com/terror/axil
Last synced: 7 months ago
JSON representation
A terminal user interface for tree-sitter
- Host: GitHub
- URL: https://github.com/terror/axil
- Owner: terror
- License: cc0-1.0
- Created: 2025-04-06T19:15:13.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-04-07T00:51:38.000Z (9 months ago)
- Last Synced: 2025-06-11T10:03:46.160Z (7 months ago)
- Language: Rust
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
## axil
[](https://github.com/terror/axil/actions/workflows/ci.yaml)
[](https://crates.io/crates/axil)
[](https://deps.rs/repo/github/terror/axil)
**axil** is a terminal user interface for tree-sitter.

## Installation
`axil` should run on any system, including Linux, MacOS, and the BSDs.
The easiest way to install it is by using [cargo](https://doc.rust-lang.org/cargo/index.html),
the Rust package manager:
```
cargo install axil
```
### Pre-built binaries
Pre-built binaries for Linux, MacOS, and Windows can be found on [the releases
page](https://github.com/terror/axil/releases).
## Prior Art
The [tree-sitter](https://tree-sitter.github.io/tree-sitter/) parser generator
tool and an incremental parsing library.