edisonprompt 0.1.0

Lightning-fast AI prompt management CLI with template variables and local-first architecture
Documentation
pub mod add;
pub mod get;
pub mod list;
pub mod search;
pub mod edit;
pub mod delete;
pub mod export;
pub mod import;
pub mod completions;

pub use add::AddCommand;
pub use get::GetCommand;
pub use list::ListCommand;
pub use search::SearchCommand;
pub use edit::EditCommand;
pub use delete::DeleteCommand;
pub use export::ExportCommand;
pub use import::ImportCommand;
pub use completions::CompletionsCommand;