Skip to content

Commit

Permalink
[Chore] remove unnecessary docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky authored Dec 23, 2024
1 parent 5fe4d4d commit abf01e7
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,25 +177,6 @@ Copy screenshots directly into the clipboard is cool, however, it doesn't work w

If you are using CodeSnap on wl-clipboard, you can refer [wl-clip-persist](https://github.com/Linus789/wl-clip-persist), it reads all the clipboard data into memory and then overwrites the clipboard with the data from our memory to persist copied data.

### Save the snapshot

Of course, you can use `CodeSnapSave` command to save the snapshot to path where you defined it in `config.save_path`
```lua
require("codesnap").setup({
-- The save_path must be ends with .png, unless when you specified a directory path,
-- CodeSnap will append an auto-generated filename to the specified directory path
-- For example:
-- save_path = "~/Pictures"
-- parsed: "~/Pictures/CodeSnap_y-m-d_at_h:m:s.png"
-- save_path = "~/Pictures/foo.png"
-- parsed: "~/Pictures/foo.png"
save_path = ...
})
```

https://github.com/mistricky/codesnap.nvim/assets/22574136/69b27e77-3dce-4bc3-8516-89ce636fe02d



## ❤️ Related projects
- [codesnap](https://github.com/mistricky/CodeSnap/tree/main/core)
Expand Down

0 comments on commit abf01e7

Please sign in to comment.