-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
35 lines (24 loc) · 1 KB
/
README
File metadata and controls
35 lines (24 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Thimbl is a set of client-side tools for a distributed open source
microblogging platform. Thimbl-CLI is a set of command-line tools, and
is more modest in its ambitions than the whole of the Thimbl project.
The website should now be visible from
http://blippy.github.com/Thimbl-CLI/
which is basically a copy of the website directory.
Thimbl-CLI requires Linux/cygwin. It also includes the simplest
possible finger daemon to serve your tweets.
QUICKSTART
Thimbl-CLI is pretty much ready to go out of the box client-side.
Set up your profile:
thimbl setup mcarter@markcarter.me.uk "Just a guy" \
"Mark Carter" "www.markcarter.me.uk" "N/A" "info@markcarter.me.uk"
Create a post:
thimbl post "First post"
Follow someone:
thimbl follow "dk" "dk@telekommunisten.net"
Fetch messages of people you are following:
thimbl fetch
Print messages (including your own):
thimbl print
WHERE NEXT
Look in the doc folder for a more complete manual on Thimbl-CLI, which
contains the main documentation effort.