2025-11-06 11:23:40 -05:00
2025-11-05 21:15:30 -05:00
2025-11-05 21:15:30 -05:00
2025-11-05 21:18:47 -05:00
2025-11-05 21:15:30 -05:00
2025-11-05 21:15:30 -05:00

NoteVC: Version Control for Markdown

Repository management

notevc init [path] # Initialize notevc repo notevc status # Show changed files notevc commit "message" # Create snapshot notevc log [--since=time] # Show commit history

Viewing changes

notevc diff [file] # Show changes since last commit notevc diff HEAD~1 [file] # Compare with previous commit notevc show # Show specific commit

Restoration

notevc restore [file] # Restore to specific version notevc checkout # Restore entire repo state

Utilities

notevc clean # Remove old snapshots notevc gc # Garbage collect unused objects notevc config # Show/set configuration

Description
Version control for markdown files
https://notevc.org
Readme 219 KiB
v1.0.8 Latest
2025-12-15 12:32:48 -05:00
Languages
Kotlin 100%