Added
- **Add new snippet** : add new snippets with a single command :
- `snip NAME` add a snippet with a given name.
- `snip NAME PATH` add a snippet with a given name from a given file.
- **Update snippet** : `snip-up NAME` update a snippet with a given name.
- **Delete snippet** : `snip-rm NAME` delete a snippet with a given name.
- **List snippets** : `snip-ls` List all the snippets inside `python.json`.
- **Automatic description** : auto-description if the script recognises a python module.
<!--