pocket-cli 0.6.1

A CLI tool for saving, organizing, and retrieving code snippets with integrated version control
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Workflow for starting a new Rust project
# Each line is executed as a command chain

# First, search for Rust project setup snippets
search "cargo new project setup"

# Then search for common Rust dependencies
search "rust common dependencies Cargo.toml"

# Look for error handling patterns
search "rust error handling anyhow"