= 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
Project
pit
pit: account management tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Pull Requests
Development
Dependencies
Project Readme