fano 0.1.0

A simple writing tool in the terminal that forces you to focus only on the last few words you are writing.
Documentation
[dependencies.clap]
features = ["derive"]
version = "4.4.14"

[dependencies.color-eyre]
version = "0.6.2"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.itertools]
version = "0.12.0"

[dependencies.ratatui]
version = "0.25.0"

[dependencies.thiserror]
version = "1.0.56"

[package]
authors = ["Victor Hornet <contact@victorhornet.dev>"]
description = "A simple writing tool in the terminal that forces you to focus only on the last few words you are writing."
edition = "2021"
license = "MIT"
name = "fano"
readme = "README.md"
repository = "https://github.com/victorhornet/fano"
version = "0.1.0"