Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/majidsajadi/paperboard

Paperboard, is a cli application for managing a reading list of bookmarks from the Internet.
https://github.com/majidsajadi/paperboard

bookmarks cli cli-application javascript node-js nodejs

Last synced: 6 days ago
JSON representation

Paperboard, is a cli application for managing a reading list of bookmarks from the Internet.

Awesome Lists containing this project

README

        

## Paperboard, is under development. You may encounter bugs or there will be breaking changes.


Paperboard


Paperboard, is a cli application for managing a reading list of bookmarks from the Internet.


screenshot

## Install

### Yarn

```bash
yarn global add paperboard
```

### NPM

```bash
npm install --global paperboard
```

## Usage

```
$ paperboard --help
Usage: paperboard [options] [command]

Options:
-h, --help display help for command

Commands:
list [options] display bookmarks
show display a bookmark
add [tags...] add new bookmark
delete delete bookmark
star star/unstar bookmark
archive archive/restore bookmark
set-tags|set-tag [tags...] set bookmark tags
open open bookmark url in browser
read read bookmark offline
run run paperboard web application
help [command] display help for command
```

## Highlights
- Simple and minimal web interface
- Organize bookmarks, add, edit, delete and search
- Archive and restore bookmarks
- Star & unstar mechanisms
- Simple and minimal command line interface
- Uses sqlite3 as its database
- Reading bookmarks offlane
- Make bookmarks more readable by removing extra stuffs

## Development

Any contribution, pull requests, issue and feedbacks would be greatly appreciated.

- Fork the repository and clone it to your machine
- Navigate to your local fork: `cd paperboard`
- Install the project dependencies: `npm install` or `yarn install`

## License

[MIT](https://github.com/majidsajadi/paperboard/blob/master/license)