Skip to content

Instantly share code, notes, and snippets.

View gprestes's full-sized avatar

Guilherme Heuser Prestes gprestes

View GitHub Profile
@Myrddraal
Myrddraal / Test-ChangesMadeInPath.ps1
Last active April 29, 2024 05:37
Skip infrastructure deployments if there are no changes to deploy (Azure Pipelines)
[CmdletBinding()]
param (
$authorisation,
$pathFilter,
$collectionUri,
$project,
$buildId
)
$changesUrl = "$collectionUri/$project/_apis/build/builds/$buildId/changes?api-version=6.0"
@squarism
squarism / iterm2.md
Last active May 11, 2024 03:41
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)