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: 26 days ago
JSON representation
Pocket CLI management tools
- Host: GitHub
- URL: https://github.com/bltavares/pickpocket
- Owner: bltavares
- Created: 2015-12-22T03:20:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T23:40:36.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T16:55:39.337Z (3 months ago)
- Topics: bookmark-manager, bookmarks, cli, pocket
- Language: Rust
- Homepage:
- Size: 145 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```