tinycodes icon indicating copy to clipboard operation
tinycodes copied to clipboard

A code snippet box.

TinyCodes

main License: MIT Github All Releases

一个易用又美观的代码管理软件

dark.png

特色:

  • 支持 60+语言高亮
  • 美观的界面
  • 数据完全离线
  • WebDav 同步(开发中)

安装

我们提供了编译好的版本,在Release页面下载。

MacOS

MacOS 没有进行任何测试,不保证其可用性。因为目前没有在 MacOS 上运行过。

非常欢迎你进行优化并提交。

开发

git clone https://github.com/y-not-u/tinycodes
pnpm i # yarn / npm
pnpm run start # dev
pnpm run package # build release

pnpm是一个速度快、节省磁盘空间的软件包管理器