writingbuddy

Crates.iowritingbuddy
lib.rswritingbuddy
version0.16.0
sourcesrc
created_at2022-01-16 19:30:43.741678
updated_at2023-04-16 17:54:02.327049
descriptionA tool to help you create a writing habit
homepagehttps://github.com/niederb/writingbuddy
repositoryhttps://github.com/niederb/writingbuddy
max_upload_size
id515115
size92,613
Thomas Niederberger (Niederb)

documentation

README

writingbuddy

Rust

Simple command line tool to help you establish a daily writing habit. Use it for journaling, writing your book or doing daily blogging.

Features

  • Uses simple markdown files to store text
  • Define a goal of how many words you want to write
  • Define a goal of how long you want to write
  • 'Strict mode' that does not let you leave before you reach your defined goals
  • A keystroke timer that forces you to keep on writing and will delete your Text if you stop typing for too long.
  • Append text to existing markdown file
  • Define your own title and filename patterns
  • Option to disable backspace key in order to focus on writing

Screenshot of command line interface

Commit count: 69

cargo fmt