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.
- Host: GitHub
- URL: https://github.com/maxpleaner/link-saver
- Owner: MaxPleaner
- Created: 2016-02-22T19:22:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T20:19:57.000Z (over 10 years ago)
- Last Synced: 2025-01-29T12:15:11.335Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.