Good shape overall. A few tweaks would push it into the top tier.
TUI note management app inspired by Obsidian
Documentation
95
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README documents how to install the project.
README is present.
Licensed under GPL-3.0.
Engineering
62
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
Lockfile present (Cargo.lock). Installs are reproducible.
CI is configured (.github/workflows/ci.yml).
Rust linting configured (.editorconfig, cargo clippy in CI, cargo fmt in CI).
Issue or PR templates present.
Project health
98
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 7Forks
- 24Releaseslatest 10d ago
Community
- —Community health
- —authors own >50% of commits
- 310Watchers
Responsiveness
- 3hMedian issue response
- <1hMedian PR merge time
- 3Open issues
Repository files23 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 2 ecosystems (cargo, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- assets
- docs
- examples
- src
- .editorconfigGood: Rust linting configured (.editorconfig, cargo clippy in CI, cargo fmt in CI).
- .gitignoreGood: .gitignore present.
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- cliff.toml
- clin.ico
- clippy.toml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- deny.toml
- flake.nix
- LICENSEGood: Licensed under GPL-3.0.
- PKGBUILD
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- ROADMAP.md
- rustfmt.toml
- SECURITY.mdGood: Security policy present.