Skip to content

RodrigoAroeira/tick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tick

Tick is a terminal-based TODO application inspired by todo-rs. While maintaining the original's core functionality, Tick eliminates the ncurses dependency and uses a manual rendering approach instead of the immediate tui layout. This simplifies code and makes UI easier to maintain

It uses the exact same TODO file structure as todo-rs, so existing files work seamlessly. Tick also introduces a few added functionalities and improvements in usability.

New features

  • Quit without saving
  • Line splitting so items don't overlap
  • Output file defaults to $HOME/TODO if no file argument is provided

Differences & Highlights

  • r was changed to e for "edit"
  • As of now there is no notification bar
  • Manual rendering for simpler maintainable UI
  • No ctrlc handling

Quick Start

cargo run TODO

or

cargo run

About

A simple Todo App written in Rust inspired by tsoding/todo-rs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages