Skip to content

silentdusk/calander-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calander

Terminal calander for linux written in rust.

Get it from the Snap Store

calander calander

This is a command line app which can be used to see the calander within the terminal. It can be used to see the calander of any year between 0 and 4294967295.

Calander

Features

  • Interactive
  • Simple UI
  • Written using rust
  • Command line interface

Usage

Up and down keys can be used to change month and left and right keys can be used to change year

Press q to quit and t to go to current year's calander

Month and year can be passed as command line arguements in respective order to see the specified calander

Build on local system

Build using cargo

cargo build --release