Crates.io | intelligit |
lib.rs | intelligit |
version | 0.2.11 |
source | src |
created_at | 2023-08-03 11:03:43.295919 |
updated_at | 2024-05-15 08:56:58.886066 |
description | Tool for finding insight in git history |
homepage | |
repository | https://github.com/trulsma/intelligit |
max_upload_size | |
id | 933570 |
size | 439,054 |
Intelligit is a tool that offers insight into your git repository by tracking changes to code symbols
Intelligit uses patterns to find meaningful symbols in the source code and tracks changes in the symbols. The patterns use tree-sitter to find symbols.
Intelligit has default patterns for
Intelligit is extensible and adding new patterns is simple. See patterns for creating your own patterns.
For everything related to git, gitoxide is used.
The easiest way to install Intelligit is to use cargo
cargo install intelligit
*If you are using a pattern that does not use a precompiled parser, a C compiler is needed to compile the parser.
Intelligit supports outputing json to make it easy to integrate with other tools.
Some projects
Intelligit is currently in its early stages of development, and the project's direction is open to exploration.
If you have an idea or want to help please do :)
Intelligit is licensed under the MIT License