Note taking experiment.
This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-04-07 22:03:26 +01:00
src Code! 2021-10-03 16:04:22 +01:00
.gitignore Code! 2021-10-03 16:04:22 +01:00
Cargo.lock Code! 2021-10-03 16:04:22 +01:00
Cargo.toml Code! 2021-10-03 16:04:22 +01:00
LICENSE Code! 2021-10-03 16:04:22 +01:00
README update readmes 2022-04-07 22:03:26 +01:00
README.html update readmes 2022-04-07 22:03:26 +01:00
README.md update readmes 2022-04-07 22:03:26 +01:00

mindcap

(mind)storm (cap)ture is a minimal note taking application.

It isn't visual but entirely text based.

Usage

Running mindcap without a file will result in crashes when attempting to (w)rite.

(r)ead - outputs the notes in memory

(a)ppend - takes an input and adds it to notes in memory

(d)elete - takes a number input and deletes it from the notes in memory

(w)rite - writes the notes in memory to disk

(q)uit - self-explanatory.

When (d)eleting, the number you use will be the note number.

note 1 note 2 note 3

To delete the second note you input 2, not 1.

You then end up with

note 1 note 3

How are my notes stored?

Stored in a plaintext document of the name you stored.

They'll be stored in a format similar to this:

Welcome to mindcap!|~##~|This is a note!|~##~|This is also a note!