<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>工具 - 分类 - YuanCoder</title>
        <link>http://yuancoder.com/categories/%E5%B7%A5%E5%85%B7/</link>
        <description>工具 - 分类 - YuanCoder</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>yuan@yuancoder.com (Yuan)</managingEditor>
            <webMaster>yuan@yuancoder.com (Yuan)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Thu, 31 Oct 2024 12:47:11 &#43;0800</lastBuildDate><atom:link href="http://yuancoder.com/categories/%E5%B7%A5%E5%85%B7/" rel="self" type="application/rss+xml" /><item>
    <title>原码工具小程序-长拼图</title>
    <link>http://yuancoder.com/mimg/</link>
    <pubDate>Thu, 31 Oct 2024 12:47:11 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/mimg/</guid>
    <description><![CDATA[经常要给孩子拍照发学校作业，苹果手机没有拼图功能，需要下载 App 实现。 使用小程序还有各种广告，一怒之下就自己写了一个。 小程序特点 没有广告 不依赖后]]></description>
</item>
<item>
    <title>Neovim 自动切切换输入法脚本</title>
    <link>http://yuancoder.com/neovim-auto-switch-input-method/</link>
    <pubDate>Fri, 07 Apr 2023 10:27:41 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/neovim-auto-switch-input-method/</guid>
    <description><![CDATA[neovim 中输入法切换很繁琐， 写个脚本来自动切换。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 -- 记录当前输入法 Current_input_method = vim.fn.system(&#34;/usr/local/bin/im-select&#34;) -- 切换到英文输入法 function Switch_to_English_input_method() Current_input_method]]></description>
</item>
</channel>
</rss>
