1
0
Fork 0

[Update] add usage instruction for CodeSnapASCII

main
The Mist 2024-07-05 17:48:06 +08:00 committed by GitHub
parent 553621c0f0
commit 8346ee9a75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -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