https://github.com/bltavares/pickpocket
Pocket CLI management tools
https://github.com/bltavares/pickpocket
bookmark-manager bookmarks cli pocket
Last synced: about 1 month ago
JSON representation
Pocket CLI management tools
- Host: GitHub
- URL: https://github.com/bltavares/pickpocket
- Owner: bltavares
- Created: 2015-12-22T03:20:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T23:40:36.000Z (over 4 years ago)
- Last Synced: 2025-03-28T15:51:47.624Z (about 2 months ago)
- Topics: bookmark-manager, bookmarks, cli, pocket
- Language: Rust
- Homepage:
- Size: 145 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pickpocket [](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
```