snip-cli 0.1.2

A CLI tool (snip-cli) for managing Neovim and VSCode snippets
Documentation
1
2
3
4
5
6
7
8
9
pub mod create_directory_and_file;
pub mod edit_snippet_in_file;
pub mod list_snippets;
pub mod open_file_with;
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;