-
Organize config
- Get aliases in aliasfile, get functions in
other_functions.ps1
file.
- Get aliases in aliasfile, get functions in
-
Create a ps1 script that enables me to do this command all in one go for individual files
git add . && git commit -m 'add file_name' && git push
- TODO: Finish writing project variable script
- TODO: write a function that automatically greps all files for the word "TODO"
function rgtodo { rg TODO . }
# hey that was easy.
# Or for regular grep
function greptodo {grep TODO .}
currentFile = "./config/moduleHash.ps1"
- Finish
$currentFile
, then useConvertto-Json
to use it in other languages and apis.