An open API service indexing awesome lists of open source software.

https://github.com/maxpleaner/link-saver

a little command line thing to save links.
https://github.com/maxpleaner/link-saver

Last synced: about 1 year ago
JSON representation

a little command line thing to save links.

Awesome Lists containing this project

README

          

A CLI using [ruby-cli-skeleton](https://github.com/maxpleaner/ruby-cli-skeleton)

This one's for saving links.

I decided to disable all my Chrome extensions due to the risk of password stealing.

Now I am not using the "save to pocket" extension which I used all the time.

As an alternative I'm creating a Ruby CLI with a database connection.

To use:

1. `clone`
2. `bundle`
3. run `./cli.rb`
- type 'help' to list all commands
- use ActiveRecord queries to interact with the Link table, which has (url, name, description, and metatags columns). All are optional.