Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/popme
Open pages in browser through terminal
https://github.com/steveklabnik/popme
Last synced: 4 days ago
JSON representation
Open pages in browser through terminal
- Host: GitHub
- URL: https://github.com/steveklabnik/popme
- Owner: steveklabnik
- License: mit
- Created: 2013-04-30T23:29:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T23:42:38.000Z (over 11 years ago)
- Last Synced: 2024-11-01T01:24:25.319Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Popme
Open pages in browser through terminal
## Installation
$ gem install popme
## Usage
Just a simple gem.
It stores a 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" pair by default
### Open
You can open a page that exists in your file like this
```
$ pop google
```### Add
You can add a page in the file like this
```
pop add
```for example
```
$ pop add facebook http://facebook.com
```### List
You can see the list of your key-value pairs by giving
```
$ pop list
```### Help
To view the help menu just give
```
pop
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request