-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (22 loc) · 679 Bytes
/
README
File metadata and controls
35 lines (22 loc) · 679 Bytes
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
34
35
cuit - CUI client for Twitter
# Feature
Show your friends timeline, with auto-refresh.
Update your status.
# INSTALL
You need to install following modules before running cuit.
- Net::Twitter
- Term::ReadLine
- Term::ReadLine::Gnu
And then, chmod +x cuit.
# USAGE
To start cuit, just execute cuit.
You need to input your screen name and password.
shell> ./cuit
After login with screen name and password, cuit automatically
show your friends timeline and refresh them with interval 3mins.
To update your status, please stroke Ctrl+c.
To quit cuit, type "quit" or "\q" in update textarea.
# License
This software is GPLv2.
# Author
Tetsuro IKEDA (mir) ikdttr@gmail.com