7 lines
126 B
Fish
Executable file
7 lines
126 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
set default "https://marginalia-search.com/search?query="
|
|
|
|
set input (prompt)
|
|
|
|
xdg-open "$default$input"
|