Recently Updated Pages
git
Command Line Snippets
Updated 1 month ago by Viv Lim
find all commits touching a file today I had some changes to a file sitting on an old branch from...
Everything
Tools
Windows
Updated 1 month ago by Viv Lim
[[https://www.voidtools.com/|voidtools' Everything]] is a live file search tool for windows. I fi...
excel
Command Line Snippets
Updated 1 month ago by Viv Lim
split by delimeter and take just one part =TAKE(DROP(TEXTSPLIT([@FullName],"\"), 0, 6), 1, 1) Sp...
azure pipelines
Command Line Snippets
Updated 1 month ago by Viv Lim
{{tag>Azure_DevOps}} Snippets for quickly getting a tree of some path: Look at artifact staging `...
robocopy
Command Line Snippets
Updated 1 month ago by Viv Lim
copy sourcepath to destpath recursively (/e), log to x:\logs.log.txt (/log), allow resuming large...
psql
Command Line Snippets
Updated 1 month ago by Viv Lim
I always end up looking up the same few things every time I need to interact with psql: ==== Quit...