Skip to content

RashaMou/pretty-ical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pretty print ical files

pretty-ical is a cli application that takes a .ical file as input and pretty prints its contents with indentation and colored headers to make it easier to read.

You can print directly to the terminal (with both color and indentation) or save the output to a specified file with the --save flag (only indentation).

Indentation defaults to 2, but you can set that option with the --indent flag.

Prerequisites

  • Python (version 3.x)
  • Poetry for dependency management

Installation

  1. Clone the repository
git clone [email protected]:RashaMou/pretty-ical.git
cd pretty-ical
  1. Install dependencies using poetry
poetry install

About

a small pretty printing utility for ical files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages