Skip to content

使用Tauri v2 开发的 windows 平台的文件预览工具

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

GuoJikun/quicklook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quicklook

windows 平台的文件预览工具

如何运行项目

前置依赖

拉取项目代码

git clone https://github.com/GuoJikun/quicklook.git 

运行项目

推荐使用 pnpm

pnpm i #安装项目依赖
pnpm tauri dev 运行项目

打包

pnpm tauri build

TODO

带 √ 为已经完成

  • 支持的预览格式
    • 图片:
      • svg
      • png
      • apng
      • jpg
      • jpeg
      • gif
      • bmp
      • webp
    • Markdown:
      • md
      • markdown
    • 文档:
      • xlsx
      • xls
      • csv
    • 代码文件(utf8):
      • html
      • css
      • js
      • ts
      • c
      • cpp
      • rs
      • py
      • json
      • yml
    • 字体:
      • ttf
      • otf
      • woff
      • woff2
    • 书籍:
      • pdf
    • 压缩文件:
      • zip
      • rar
      • 7z
  • 设置
    • 支持格式的选择
    • 版本显示以及更新
    • 自启动

About

使用Tauri v2 开发的 windows 平台的文件预览工具

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache
MIT
LICENSE-MIT

Stars

Watchers

Forks