https://github.com/thejspr/chromarks
Search, list and open Chrome bookmarks in your terminal.
https://github.com/thejspr/chromarks
bookmarks chrome cli ruby
Last synced: about 1 year ago
JSON representation
Search, list and open Chrome bookmarks in your terminal.
- Host: GitHub
- URL: https://github.com/thejspr/chromarks
- Owner: thejspr
- License: mit
- Created: 2013-02-10T19:50:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T11:11:43.000Z (over 11 years ago)
- Last Synced: 2025-05-02T10:06:55.532Z (about 1 year ago)
- Topics: bookmarks, chrome, cli, ruby
- Language: Ruby
- Size: 141 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Chromarks
Currently only support for bookmarks at this location:
* Chrome (OSX)
~/Library/Application\ Support/Google/Chrome/Default/Bookmarks
## Installation
Install via Rubygems.org:
$ gem install chromarks
## Usage
Running Chromarks without any parameters output ALL known bookmarks:
$ chromarks
To open a given bookmark run:
$ chromarks
To search bookmarks, provide a search term like so:
$ chromarks ''
### Useful alias
alias cm='chromarks'
## 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