Skip to content

scripts that I use frequently to streamline my workflow in the terminal

Notifications You must be signed in to change notification settings

usr-canis/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

scripts

scripts i use which make my overall workflow go easy with terminal.

To ease out things wih admin privileges it is highly recommended to use gsudo

zipExtractor.ps1

This PowerShell script extracts the contents of a specified zip file to a directory within the "C:\User Programs" directory. This way it makes it easy to find all executables in one place.

zipExtractor.ps1 [path to zip]

Prerequisites

  • powershell 5.0 or later
  • admin privileges

addPath.ps1

This PowerShell script adds the current working directory to the system's PATH environment variable in Windows.

addPath.ps1

prerequisites

  • admin privileges

About

scripts that I use frequently to streamline my workflow in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published