Project

pitcgi

0.0
No commit activity in last 3 years
No release in over 3 years
pitcgi: account management tool for cgi
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

pitcgi

Description

pitcgi is account management tool for cgi.

Installation

Archive Installation

$ rake install

Gem Installation

$ gem install pitcgi

Setup

$ pitcgi init

Features/Problems

Synopsis

command:

$ pitcgi set twitter.com

open 'twitter.com' config with $EDITOR.

$ pitcgi get twitter.com | lv

get config of 'twitter.com' by YAML.

$ pitcgi switch dev

switch profile to 'dev'

ruby lib.

require "pitcgi"

config = Pitcgi.get("twitter.com", :require => {
  "username" => "Number, mail address or username",
  "password" => "Password"
})

Pitcgi.get("vox.com", :require => {
  "username" => "Username",
  "password" => "Password"
  "nickname" => "Nickname"
})

Pitcgi.get open $EDITOR with require hash if the setting does not have required keys.

Copyright

Author:

Copyright:

  • Copyright (c) 2008 cho45
  • Copyright (c) 2014-2015 sanadan

License:

  • Ruby's