some of my powershell scripts and utilities
Prints a random asciicat; useful as a greeting on launch.
Pomodoro timer
Profile script that runs on launch. Includes aliases, config, and:
refreshenv
: refresh environment path variableslsm
: compact version ofls
global:prompt
: changes the shell promptImport-Module posh-git
ls
for the n
most recently modified files. Usage: ls-recent [n=5] [other ls args]
, or ls-rec
Recycle files and folders.
Removes the byte order mark from the beginning of a file.
Play .wav audio files from the terminal. Usage: play <file>
, params: -loop
, -stop
Shorten urls with tinyurl.com. Usage: tiny <url>
Download Google Drive files (requires public access). Usage: wget-drive <url> <output_file>