Skip to content

Commit a41142b

Browse files
committed
Document feeds and protocol-defaults
1 parent 36b8340 commit a41142b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: README.md

+18
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,18 @@ For examples please consult the output of `sysbox help expect`, but a simple exa
228228

229229

230230

231+
## feeds
232+
233+
The feeds sub-command retrieves the contents of the (single) remote URL which is specified, and outputs a list of all the RSS/Atom feeds which have been referenced within that file.
234+
235+
Basic usage would be:
236+
237+
$ sysbox feeds https://blog.steve.fi/
238+
239+
If no protocol is specified "https" is assumed, (for example an argument of "example.com" will be converted to https://example.com).
240+
241+
242+
231243
## find
232244

233245
The find sub-command allows finding files/directories that match a given number
@@ -269,6 +281,12 @@ A simple HTTP-server. Allows serving to localhost, or to the local LAN.
269281

270282
Very much "curl-lite", allows you to fetch the contents of a remote URL. SSL errors, etc, are handled, but only minimal options are supported.
271283

284+
Basic usage would be:
285+
286+
$ sysbox http-get https://example.com/
287+
288+
If no protocol is specified "https" is assumed, (for example an argument of "example.com" will be converted to https://example.com).
289+
272290

273291

274292
## ips

0 commit comments

Comments
 (0)