Skip to content

PowerShell - Useful Profile Utility Functions

Source: PowerShell/functions.ps1 at main · jimbrig/PowerShell (github.com)

Automation Utility Helper Functions

Custom Application Launchers

# ----------
# Launchers
# ----------

Function Open-Todoist { start-process -PassThru 'C:\Users\jimmy\AppData\Local\Programs\todoist\Todoist.exe' }

Function Open-GitHub { start-process -PassThru 'https://github.com/' }

Function Open-Docker { start-process -PassThru 'C:\Program Files\Docker\Docker\frontend\Docker Desktop.exe' }

Function Open-RProject { Rscript -e 'jimstools::open_project()' }

Backlinks:

list from [[2-Areas/MOCs/PowerShell - Usefule Profile Utility Functions]] AND -"Changelog"