From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/md_fresh.html | 133 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 doc/html/md_fresh.html (limited to 'doc/html/md_fresh.html') diff --git a/doc/html/md_fresh.html b/doc/html/md_fresh.html new file mode 100644 index 000000000..b43cda064 --- /dev/null +++ b/doc/html/md_fresh.html @@ -0,0 +1,133 @@ + + + + + + +The Red Project: Fresh - The Friendica REd Shell + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
Fresh - The Friendica REd Shell
+
+
+

This will only work on Unix/Linux. If the readline module is installed, we will use that for input, otherwise we will just read from stdin and write to stdout.

+

Commands are processed sequentially until the command "exit", "quit", or end of file is reached.

+

Commands:

+
    +
  • version Report current fresh version
  • +
+
    +
  • login email_address Prompts for a password, and authenticates email_address as the current user.
  • +
+
    +
  • finger channel_address performs a lookup of channel_address and reports the result.
  • +
+
    +
  • channel channel_nickname switches the current channel to the channel with nickname specified.
  • +
+
    +
  • conn [id1 id2 ...] With no arguments lists all connections of the current channel, with an id. If IDs are provided the connections details of each will be displayed.
  • +
+
+
+ + + + -- cgit v1.2.3