From b27b1805b120e9f4c470f6e8001af0c076c4c68d Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 12 Jan 2013 23:38:20 -0800 Subject: fresh doco --- util/fresh.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 util/fresh.md (limited to 'util/fresh.md') diff --git a/util/fresh.md b/util/fresh.md new file mode 100644 index 000000000..8f1deb318 --- /dev/null +++ b/util/fresh.md @@ -0,0 +1,31 @@ +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: + +* 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 From de3b5955c982cb470036991ef15869705faf5595 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 13 Jan 2013 00:08:11 -0800 Subject: doco update --- util/fresh.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/fresh.md') diff --git a/util/fresh.md b/util/fresh.md index 8f1deb318..ff4dfaa94 100644 --- a/util/fresh.md +++ b/util/fresh.md @@ -11,6 +11,9 @@ 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. -- cgit v1.2.3 From 34526e82531c67995e25cf04abce0d927ce22ffd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:59:11 -0700 Subject: doc cleanup --- util/fresh.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util/fresh.md') diff --git a/util/fresh.md b/util/fresh.md index ff4dfaa94..7bdf87ff3 100644 --- a/util/fresh.md +++ b/util/fresh.md @@ -1,7 +1,6 @@ -Fresh - The Friendica REd Shell +Fresh - The Freaking 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. -- cgit v1.2.3