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 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