The aim🎯 of this repo is to facilitate the creation of the historical consciousness of software:
Magistra Vitae is a Latin expression, used by Cicero in his De Oratore as a personification of history, means "life's teacher". Often paraphrased as Historia est Magistra Vitae, it conveys the idea that the study of the past should serve as a lesson to the future, and was an important pillar of classical, medieval and Renaissance historiography.
— From Magistra vitae - Wikipedia
This project is inspired by Informal History Of Programming Ideas.
- PowerShell Core
- you need the following envirnomental variables
Name | Example Value |
---|---|
MV_FOLDER |
C:\Users\Admin\Documents\workspace\projects\mv |
- Import module into Powershell Profile —
$profile
and set alias - I am usinghmv
asmv
is taken forMove-Item
# $profile
Import-Module "${env:MV_FOLDER}\mv.ps1"
Set-Alias hmv create-event
- Call it and enter
year
andevent title
:- the markdown file will be created
- situated in respective's decade folder
- with zettelkasten-optimized template
- Use with other scripts from Zettelkasten For VSCode