2 个版本
0.0.1 | 2024年8月12日 |
---|---|
0.0.0 | 2024年8月11日 |
#18 in #occurs
每月 244 次下载
19KB
299 代码行
PDF Live Server
我开发这个工具是为了远程 LaTeX 编辑和预览。
安装
cargo install pdf-live-server
使用方法
$ pdf-live-server --help
Serve a PDF file live and reload the browser on changes
Usage: pdf-live-server [OPTIONS] --served-pdf <SERVED_PDF>
Options:
-d, --watch-dir <WATCH_DIR> Directory to watch for changes [default: ./]
-f, --served-pdf <SERVED_PDF> PDF file to serve. I also check its modified time to decide if changes occur
-s, --socket-addr <SOCKET_ADDR> Address to bind the server [default: 127.0.0.1:3000]
-h, --help Print help
依赖项
~15–29MB
~382K SLoC