Kof is a simple, terminal-based, Git-powered note management system. The core idea behind Kof is to help users reorganize their thoughts through writing. With main.md as your brain's RAM, Kof provides an efficient, streamlined way to manage notes via Git.
- Create Notes (
--create): Use this command to create new notes. - Main Notes Management (
--main): This feature manages yourmain.mdfile, the centerpiece of your notes system. - Find Notes (
--find) [New Feature]: Easily search and locate specific notes in your repository.
-
Create a New Note:
kof --create
This command allows you to start creating a new note file within your repository.
-
Manage Your Main Notes:
kof --main
The
main.mdfile serves as the central hub for your notes, allowing you to organize key ideas, thoughts, and details in one place. -
Search for Notes:
kof --find
A powerful search feature that lets you quickly locate a note from your repository by searching for keywords or patterns.
Coming soon: A feature allowing users to sync notes across devices. This will be achieved by wrapping Git functionality for file syncing, utilizing a --sync flag that allows self-hosting your note repository.
- Implement
--createfunction for creating notes. - Implement
--mainfunction for managing the main note file. - Implement
--findfunction for finding notes. - Add
--syncfunctionality for syncing notes between machines.
If you'd like to support the development of Kof, consider donating via Ko-fi.