this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update plugins.md

authored by

Achille Lacoin and committed by
GitHub
c64e755d 740cb6f9

+1 -1
+1 -1
docs/src/guides/plugins.md
··· 16 16 exit 1 17 17 fi 18 18 19 - smallweb list | cut -f1 | fzf | xargs smallweb open --app 19 + smallweb list | cut -f1 | fzf | xargs smallweb open 20 20 ``` 21 21 22 22 And make it executable with `chmod +x smallweb-choose`, you will be able to run `smallweb choose` and get an interactive list of your apps to choose from, which will then be opened in your default browser.