Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkins/lard
:green_book: A third-party command line interface for larder.io
https://github.com/hawkins/lard
bookmarks cli larder
Last synced: 2 months ago
JSON representation
:green_book: A third-party command line interface for larder.io
- Host: GitHub
- URL: https://github.com/hawkins/lard
- Owner: hawkins
- Created: 2018-10-22T02:24:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T13:38:58.000Z (about 3 years ago)
- Last Synced: 2024-10-02T03:18:49.565Z (3 months ago)
- Topics: bookmarks, cli, larder
- Language: Ruby
- Homepage: https://larder.io
- Size: 242 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lard
:green_book: A third-party command line interface for larder.io
Note: This project is a work-in-progress, and as such, may not be fully functional quite yet. Note this also means patch versions in the `0.0.z` release family can be major breaking changes. Until we reach a `0.1.0`, upgrade at your own risk!
![Screenshot of Lard 0.0.0 folder view for 'Coding'](screenshots/folder.png)
## Installation
To install, simply run `gem install lard`. Then, you can run the binary by calling `lard`.
You'll need to log in before you can do much, so follow instructions in `lard login` to get started.
## Contributing
I welcome contributions of all kinds! Feel free to open an issue to discuss problems, feature requests, smoothie flavors, or code changes you'd like to make. This project is meant to be useful to every Larder user, so I'd love to hear from you!
If you want to run the code locally, follow these steps:
1. Clone the repo
2. Make sure you have a supported ruby version
3. Install dependencies with `bundle install`
4. Run the local binary with `ruby bin/lard -Ilib` to reference the local `lib/lard.rb` file when `bin/lard` tries to `require 'lard'`For brownie points you can install the `rubocop` gem and try to make sure you limit the warnings that crop up from `rubocop`, but don't sweat it since Travis CI will run this for you if you don't!
## Features
Checked boxes represent minimally viable completed features, meaning they are feature complete but may leave room for future improvement:
- [x] Log in with your application token in a config file
- [x] Log in via command line function to populate above above config file
- [x] List all of your folders
- [x] List all of the bookmarks in a folder
- [x] Search for specific bookmarks
- [x] Create a new bookmark
- [x] Edit existing bookmarks
- [x] List all tags
- [ ] Export bookmarks
- [ ] Import bookmarks
- [ ] Operate offline via cache