/popme

Open sites in browser from the terminal.

Primary LanguageRubyMIT LicenseMIT

PopMe

Open websites in browser through the terminal.

Gem Version Build Status Coverage Status Code Climate

Installation

gem install popme

Usage

PopMe stores a website to the file (~/.popme) with key-value pairs like this:

{
  "google": "http://google.com",
  "ghapirails": "https://api.github.com/repos/rails/rails"
}

It comes with the "google" website by default.

Open a website

You can open a site that exists in your file like this:

pop google

Add a website

You can add a website to the list like this:

pop add facebook http://facebook.com

Remove a website

You can remove a website from the list like this:

pop rm facebook

List all websites

You can view the list of your stored websites

pop list # Alias command: pop -l

Backup website list

You can keep backup of your websites list in a private gist like this

pop backup # Alias command: pop -b

Open help menu

To open the help menu write a command

pop # Alias command: pop -h, pop help

Copyright

Copyright (c) 2013 Angel Avgerinos. See LICENSE for details.