Ecosyste.ms: Awesome

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

https://github.com/bltavares/pickpocket

Pocket CLI management tools
https://github.com/bltavares/pickpocket

bookmark-manager bookmarks cli pocket

Last synced: 7 days ago
JSON representation

Pocket CLI management tools

Lists

README

        

# pickpocket [![Build Status](https://travis-ci.org/bltavares/pickpocket.svg?branch=master)](https://travis-ci.org/bltavares/pickpocket)

Pocket command line manager

Set of utility commands to manage and organize your library, also available as crate.

Useful for scripting your own commands. See [this aliases](https://github.com/bltavares/dot-files/blob/master/zsh/config/06_pickpocket.zsh) for examples.

**Tags**: `Dormant project | Personal utility`

## Instalation

To install from source you'll need to have Rust on your computer, which is easy to setup with [rustup](https://rustup.rs) instructions.

After installing, use the following command:

```bash
cargo install --git https://github.com/bltavares/pickpocket
```

There is no pre-built binaries at this moment.

## Documentation

http://docs.bltavares.link/pickpocket

## Building, testing, and others

```bash
make help
```