-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
59 lines (34 loc) · 854 Bytes
/
README
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
= pit
== Description
pit is account management tool.
== Installation
=== Archive Installation
rake install
=== Gem Installation
gem install pit
== Features/Problems
== Synopsis
command:
$ pit set twitter.com
open 'twitter.com' config with $EDITOR"
$ pit get twitter.com | lv
get config of 'twitter.com' by YAML.
$ pit switch dev
switch profile to 'dev'
ruby lib.
require "pit"
config = Pit.get("twitter.com", :require => {
"username" => "default value",
"password" => "default value"
})
Pit.get("vox.com", :require => {
"username" => "default value",
"password" => "default value"
"nickname" => "default value"
})
Pit.get open $EDITOR with `require` hash if the setting does not have
required keys.
== Copyright
Author:: cho45 <cho45@lowreal.net>
Copyright:: Copyright (c) 2008 cho45
License:: Ruby's