Update name to gitlore instead of gitlab-inbox

This commit is contained in:
teernisse
2026-01-28 15:49:10 -05:00
parent 9a6357c353
commit 55b895a2eb
31 changed files with 1046 additions and 373 deletions

View File

@@ -1,7 +1,7 @@
//! GitLab Inbox - Semantic search for GitLab issues, MRs, and discussions.
//! Gitlore - Semantic search for GitLab issues, MRs, and discussions.
//!
//! A self-hosted CLI tool that consolidates GitLab notifications into a unified inbox
//! with semantic search capabilities.
//! A self-hosted CLI tool that syncs GitLab data to a local SQLite database
//! with fast querying and semantic search capabilities.
pub mod cli;
pub mod core;