snippy 0.1.3

A command-line tool for that makes using LLMs for code generation a breeze
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod applier;
pub mod copy;
pub mod errors;
pub mod extractor;
pub mod logger;
pub mod reporting;
pub mod trie;
pub mod utils;
pub mod watch;

pub use copy::copy_files_to_clipboard;