ktsctl

Crates.ioktsctl
lib.rsktsctl
version
sourcesrc
created_at2023-05-24 22:20:21.865595+00
updated_at2024-12-18 14:48:26.10255+00
descriptionCLI controler of kak-tree-sitter
homepagehttps://git.sr.ht/~hadronized/kak-tree-sitter
repositoryhttps://git.sr.ht/~hadronized/kak-tree-sitter
max_upload_size
id873799
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Dimitri Sabadie (hadronized)

documentation

README

ktsctl, kak-tree-sitter CLI controller

ktsctl is, as the name implies, a controller for kak-tree-sitter. It’s the tool you should be using to interact with the data files kak-tree-sitter will be using to operate correctly (grammars, queries, etc.).

Special note

ktsctl is optional, it is not mandatory to use it to use kak-tree-sitter. However, it is highly recommended, because it will perform boring operations for you automatically, and it comes with good defaults.

Features

  • Automatically fetch online resources. It uses git clone (git from your system) for that. It currently supports two types of resources:
    • Grammars.
    • Queries.
  • Compile and link grammars. Requires cc to be available on your system.
  • Install grammars and queries inside your data directories.
  • Share the same configuration file as kak-tree-sitter.
Commit count: 0

cargo fmt