Crates.io | jotspot |
lib.rs | jotspot |
version | 0.1.0 |
source | src |
created_at | 2023-09-24 17:21:00.608639 |
updated_at | 2023-09-24 17:21:00.608639 |
description | A versatile text-based user interface (TUI) tool designed to simplify the annotation process |
homepage | |
repository | https://github.com/ricardofares/jotspot/ |
max_upload_size | |
id | 982049 |
size | 37,134 |
Jotspot is a simple text annotation tool that allows you to create and manage text annotations with timestamps. Whether you want to jot down quick notes, timestamps for important events, or simply annotate text for future reference, Jotspot has got you covered.
Before you get started, ensure you have the following installed:
Clone the "jotspot" repository to your local machine:
git clone https://github.com/ricardofares/jotspot.git
Change to the "jotspot" project directory:
cd jotspot
Build the project:
cargo build --release
As a result, the project binary can be found in the target/release/ directory.
Use the jotspot command followed by your text to create a new annotation. For example:
./jotspot "This is my first annotation."
Run jotspot without arguments to enter the interactive annotation interface:
./jotspot
Use the interactive interface to view and manage your annotations.
Contributions are welcome! If you want to contribute to Jotspot, please follow these steps: