A dot-files style repository intended to store all windows PowerShell scripts, bash scripts and dotfiles for ease of development and automation of workflow.
Adding a translation of the logic of the meeting command in meeting.ps1 into a python script will allow the functionality to be independent of the syntax of any given operating system. Enabling more development specific tools in future.
Adds
Python package architecture for future python scripting.
Python meeting cli keyword.
Replicated KIT meeting functionality to meeting script.
Replicated Daily meeting functionality to meeting script.
Replicated default meeting functionality to meeting script.
Changes
Cleans up some maintainance comments in meeting.ps1.
Create Python Equivalent to
meeting
CommandAdding a translation of the logic of the meeting command in
meeting.ps1
into a python script will allow the functionality to be independent of the syntax of any given operating system. Enabling more development specific tools in future.Adds
meeting
cli keyword.Changes
meeting.ps1
.