/cat-o-log

An application to manage your cats

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cat-o-log

CI

An application to manage your cats, written in Haskell.

Features

  • (WIP) Schedule, track and store data related to your cats.

  • (WIP) Track when the terrors need de-fleaing or worming next.

  • (WIP) Find out how old your furry fluffs are in human years.

Pre-requisites

  • Haskell
  • Stack
  • Cats

Building

stack build

stack exec catolog -- --help

Usage

Add a new cat

stack exec catolog -- add

Make the cats meow

stack exec catolog -- meow

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.