New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pit

  • 0.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= 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

FAQs

Package last updated on 04 Dec 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc