Files
alfred-preferences/Alfred.alfredpreferences/snippets/curl/Curl to Access a Local Web Server on Port 80 [CC64F198-540E-4C45-BAC4-1D317BFD0AA6].json
2026-03-26 09:22:38 +08:00

8 lines
238 B
JSON

{
"alfredsnippet" : {
"snippet" : "curl $(hostname --all-ip-addresses | awk '{print $1}'):80",
"uid" : "CC64F198-540E-4C45-BAC4-1D317BFD0AA6",
"name" : "Curl to Access a Local Web Server on Port 80",
"keyword" : ""
}
}