pocket-cli 0.4.0

A CLI tool for saving, organizing, and retrieving code snippets
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"