A dot-files style repository intended to store all windows PowerShell scripts, bash scripts and dotfiles for ease of development and automation of workflow.
GNU General Public License v3.0
1
stars
0
forks
source link
Create Python Equivalent to Title Notes Command #29
Adding a translation of the logic of the meeting command in title-notes.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 title cli command.
title.py command changes notes names according to the same rules as title-notes.ps1.
Changes
Python title-notes command renamed to title for compatibility.
Create Python Equivalent to Title Notes Command
Adding a translation of the logic of the meeting command in title-notes.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
title
cli command.title.py
command changes notes names according to the same rules astitle-notes.ps1
.Changes
title-notes
command renamed totitle
for compatibility.