snipr 0.1.0

A CLI tool (snipr) for managing Neovim and VSCode snippets
Documentation
1
2
3
4
5
6
7
8
pub mod create_directory_and_file;
pub mod edit_snippet_in_file;
pub mod list_snippets;
pub mod remove_snippet_from_file;
pub mod search_snippets;
pub mod show_snippet;
pub mod update_key_in_file;
pub mod write_snippet_to_file;