11 releases (4 stable)

1.1.2 Dec 18, 2024
1.1.1 Jun 18, 2024
0.4.0 Apr 17, 2024
0.3.3 Nov 25, 2023
0.1.0 May 24, 2023

#19 in Text editors

Download history 18/week @ 2024-09-18 28/week @ 2024-09-25 9/week @ 2024-10-02 11/week @ 2024-10-09 5/week @ 2024-10-16 4/week @ 2024-11-06 1/week @ 2024-11-13 3/week @ 2024-11-20 8/week @ 2024-12-04 14/week @ 2024-12-11 135/week @ 2024-12-18 15/week @ 2024-12-25 2/week @ 2025-01-01

174 downloads per month

BSD-3-Clause

73KB
2K SLoC

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.

Dependencies

~2–13MB
~93K SLoC