From 8346ee9a7598996366f221d74e03f649fd75ab96 Mon Sep 17 00:00:00 2001 From: The Mist Date: Fri, 5 Jul 2024 17:48:06 +0800 Subject: [PATCH] [Update] add usage instruction for CodeSnapASCII --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1803f50..59471f1 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,14 @@ Here is an example video: https://github.com/mistricky/codesnap.nvim/assets/22574136/bea0bf6c-8fc9-4d09-9cab-4e1e6f47899c +### Take ASCII snapshot +Run `CodeSnapASCII`, CodeSnap will generate a "code snapshot" in ASCII format and then copy it into clipboard automatically, it's really cool and lightweight, if you want to share your code in somewhere like Markdown document, even you can enjoy the code highlighting which provided by Markdown parser. Here is an usage video: + + + +https://github.com/mistricky/codesnap.nvim/assets/22574136/91bc3d96-7dbd-4e1c-9224-95428c7cca48 + + ### Specify language extension @@ -357,6 +365,8 @@ require("codesnap").setup({ CodeSnap # Take a snapshot of the currently selected code and copy the snapshot into the clipboard CodeSnapSave # Save the snapshot of the currently selected code and save it on the disk + +CodeSnapASCII # Take a code snapshot in ASCII format ``` **Lua** ```lua