Skip to content

Commit

Permalink
[Update] add usage instruction for CodeSnapASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky authored Jul 5, 2024
1 parent 553621c commit 8346ee9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8346ee9

Please sign in to comment.