jotspot 0.1.0

A versatile text-based user interface (TUI) tool designed to simplify the annotation process
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.cursive]
version = "0.20.0"

[package]
authors = ["ricardofares"]
categories = ["command-line-interface", "gui"]
description = "A versatile text-based user interface (TUI) tool designed to simplify the annotation process"
edition = "2021"
keywords = ["ncurses", "TUI", "jot", "annotation", "notes"]
license = "MIT"
name = "jotspot"
readme = "README.md"
repository = "https://github.com/ricardofares/jotspot/"
version = "0.1.0"