小天管理 发表于 2024年7月5日 发表于 2024年7月5日 作为颜控,我做了一个更漂亮的代码截图插件 CodeSnap.nvim,现在发布 v1.5.0 ,它能做一些看起来比较酷的事情,截一张 ASCII 的 “代码截图”。 举个例子: ╭───────────────────────────────────────────────────────────╮ │ codesnap.nvim/lua/codesnap/init.lua │ │───────────────────────────────────────────────────────────│ │ 1 local static = require("codesnap.static") │ │ 2 local visual_utils = require("codesnap.utils.visual") │ │ 3 local table_utils = require("codesnap.utils.table") │ │ 4 local string_utils = require("codesnap.utils.string") │ │ 5 local config_module = require("codesnap.config") │ │ 6 local highlight_module = require("codesnap.highlight") │ ╰───────────────────────────────────────────────────────────╯ 说是 “代码截图” 但它其实是一堆字符拼接的 “图片”,但是它仍然很有用,它包含了代码所在的位置,行号,让被分享的人马上能定位到具体的位置,甚至如果你用 Markdown ,它也能享受 Markdown parser 带来的代码高亮。 所以,快来分享你的第一张 ASCII 代码截图吧!(。˃ ᵕ ˂ )⸝♡(
已推荐帖子