0ihsan / mcal

Manage macOS Calendar from command line interface.
MIT License
18 stars 4 forks source link
calendar cli macos

mcal

A simple script for managing macOS built-in calendar app from command line. So you don't have to align the events with your mouse.

who is mcal for?

This program meant for people who record everything minute by minute to their calendar. mcal deals only with previous/current/next event in the near time. Scheduling future events or editing past events cannot be done with mcal.

install

swiftc mcal.swift -o /usr/local/bin/mcal

or

brew tap 0ihsan/packages
brew install mcal

features

usage

mcal help

usage

You can disable OS logs:

export OS_ACTIVITY_DT_MODE=NO
export OS_ACTIVITY_MODE=disable

notes for developers

Feel free to fork and do whatever you want but notice I might not accept your pull request.

notes for myself

update brew package