Skip to content

Commit b2c507c

Browse files
committed
pushing updates
1 parent 22faed3 commit b2c507c

6,574 files changed

Lines changed: 3235600 additions & 8811 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npx hugo:*)",
5+
"Bash(hugo version:*)",
6+
"Bash(where hugo:*)",
7+
"Bash(hugo --gc --minify)",
8+
"Bash(hugo --gc --minify -d docs)",
9+
"Bash(ls -la /home/*/Downloads/)",
10+
"Read(//root/**)",
11+
"Bash(grep -h \"^ - \" ~/Downloads/oldsite/posts/*.md)",
12+
"Bash(grep -v \"^ - $\")",
13+
"Bash(grep -h ^categories: -A 50 ~/Downloads/oldsite/posts/*.md)",
14+
"Bash(grep -v \"^--$\")",
15+
"Bash(grep -h \"^author:\" ~/Downloads/oldsite/posts/*.md)",
16+
"Bash(for dir:*)",
17+
"Bash(do echo:*)",
18+
"Read(//c/Users/James/Downloads/oldsite/$dir/**)",
19+
"Bash(done)",
20+
"Bash(grep -l \"podcast\" ~/Downloads/oldsite/posts/*.md)",
21+
"Bash(xargs head:*)",
22+
"Bash(grep -h \"^date:\" ~/Downloads/oldsite/posts/*.md)",
23+
"Bash(grep -l \"^categories:\" -A 20 ~/Downloads/oldsite/posts/*.md)",
24+
"Bash(xargs grep:*)",
25+
"Bash(head -60 ~/Downloads/oldsite/posts/2013-06-20-*.md)",
26+
"Bash(find ~/Downloads/oldsite -type f -exec ls -lh {})",
27+
"Bash(sort -k5 -hr)",
28+
"Read(//c//**)",
29+
"Bash(find /mnt/ -maxdepth 3 -name \"oldsite\" -type d)",
30+
"Bash(powershell.exe -Command \"Test-Path 'C:\\\\downloads\\\\oldsite'\" 2>/dev/null)",
31+
"Bash(powershell.exe -Command \"Get-ChildItem 'C:\\\\downloads' -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Name\" 2>/dev/null)",
32+
"Bash(powershell.exe -Command \"Test-Path 'C:\\\\downloads'; Get-ChildItem 'C:\\\\' -Directory | Where-Object { \\\\$_.Name -match 'download' } | Select-Object -ExpandProperty FullName\")",
33+
"Bash(powershell.exe -Command \"Get-ChildItem 'C:\\\\Users\\\\James\\\\Downloads' -Directory -ErrorAction SilentlyContinue | Where-Object { \\\\$_.Name -match 'old' } | Select-Object -ExpandProperty FullName; Test-Path 'C:\\\\Users\\\\James\\\\Downloads\\\\oldsite'\")",
34+
"Bash(ls /c/Users/James/Downloads/oldsite/posts/2025-01-*)",
35+
"Bash(grep -l \"categories:\" /c/Users/James/Downloads/oldsite/posts/2024-*)",
36+
"Bash(while read:*)",
37+
"Bash(do grep:*)",
38+
"Bash(grep -h '^ - ' /c/Users/James/Downloads/oldsite/posts/*.md)",
39+
"Bash(grep -v \"post_views\\\\|swp_cache\\\\|default\\\\|Right\\\\|Yes\\\\|inactive\\\\|http\\\\|themnific\\\\|wp-content\\\\|secondline\\\\|audio\\\\|enclosure\\\\|0$\")",
40+
"Bash(do head:*)",
41+
"Bash(node:*)",
42+
"Bash(ls /c/scripts/PowerShellOrgWebsite/content/articles/*.md)",
43+
"Bash(ls /c/scripts/PowerShellOrgWebsite/content/podcast/*.md)",
44+
"Bash(grep \"Install-Module\\\\`\" /c/scripts/PowerShellOrgWebsite/content/articles/2023-09-15-microsoft-graph-powershell-module-getting-started-guide.md)"
45+
]
46+
}
47+
}

0 commit comments

Comments
 (0)