Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 462 Bytes

Rust Calendar

A terminal calendar writen in Rust.

Introduction

A pet project to learn how to write CLI app in rust. Clone from cal.

demo

Usage

  • Using left/right arrow key to go to prev/next month
  • Press "q" to quit

Track logs

I will try to keep it simple and incremental.

  • Create a simple cli to show current date
  • Render simple calendar
  • Support using arrow key to go to next/prev month