Skip to content

Commit 0e388e7

Browse files
committed
deslop seems like a bad use of time
1 parent 1989ea3 commit 0e388e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deslop.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Opens the most recently changed markdown "#ai-slop"
66
$script:ErrorActionPreference = "Stop"
77
Set-StrictMode -Version Latest
88

9+
throw "TODO not sure about deslop.ps1, but not a good use of time to just work on the latest one!"
10+
911
$notes = Join-Path (Get-Bin) apps/*.md
1012
$aiSlop = Get-ChildItem $notes |
1113
Where-Object { Select-String '#ai-slop' $_ } |
@@ -14,6 +16,7 @@ $aiSlop = Get-ChildItem $notes |
1416

1517
if ($aiSlop) {
1618
"Opening $aiSlop -- remove #ai-slop"
19+
throw "TODO use obsidian CLI to open"
1720
open $aiSlop
1821
} else {
1922
echo "No slop to be found!"

0 commit comments

Comments
 (0)