Zeal

受 Dash 启发的离线文档浏览器。(Offline documentation browser inspired by Dash.)

Github星跟蹤圖

Zeal

Zeal 是一个受 Dash 启发的简单离线文档浏览器。

下载

下载页面 获取 Windows 和 Linux 的二进制版本。

如何使用

安装 Zeal 后,转到 Tools-> Docsets,选择所需的,然后单击 Download 按钮。

如何编译

必需的依赖项

  • CMake.
  • Qt version 5.9.5 or above. Required module: Qt WebKit Widgets.
  • libarchive.
  • SQLite.
  • X11 platforms only: Qt X11 Extras and xcb-util-keysyms.

构建说明

mkdir build && cd build
cmake ..
make

Wiki 中提供了更详细的说明。

查询和过滤 docsets

您可以使用 ':' 来指定所需的 docset 来限制搜索范围:

>

java:BaseDAO

您还可以搜索使用逗号分隔它们的多个 docsets

python,django:string

命令行

如果您愿意,可以使用命令行中的查询启动

zeal python:pprint

创建自己的 docsets

按照 Dash Docset 生成指南 进行操作。

许可

本软件根据GNU通用公共许可证第3版(GPLv3)的条款获得许可。 COPYING 文件和 在线 提供了许可证的全文。

概覽

名稱與所有者zealdocs/zeal
主編程語言C++
編程語言C++ (語言數: 4)
平台BSD, Linux, Windows
許可證GNU General Public License v3.0
發布數11
最新版本名稱v0.7.0 (發布於 2023-09-20 01:24:29)
第一版名稱v0.1.0 (發布於 2015-04-14 14:18:17)
創建於2013-01-20 01:50:30
推送於2024-04-05 02:59:36
最后一次提交
星數11k
關注者數210
派生數773
提交數1.9k
已啟用問題?
問題數1307
打開的問題數180
拉請求數174
打開的拉請求數6
關閉的拉請求數81
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Zeal

Changelog
Gitter
IRC
Telegram Channel
Twitter

AppVeyor
Coverity Scan

Zeal is a simple offline documentation browser inspired by Dash.

Screenshot

Download

Get binary builds for Windows and Linux from the download page.

How to use

After installing Zeal, go to Tools->Docsets, select the ones you want, and click the Download button.

How to compile

Required dependencies

  • CMake.
  • Qt version 5.9.5 or above. Required module: Qt WebKit Widgets.
  • libarchive.
  • SQLite.
  • X11 platforms only: Qt X11 Extras and xcb-util-keysyms.

Building instructions

mkdir build && cd build
cmake ..
make

More detailed instructions are available in the Wiki.

Query & Filter docsets

You can limit the search scope by using ':' to indicate the desired docsets:

java:BaseDAO

You can also search multiple docsets separating them with a comma:

python,django:string

Command line

If you prefer, you can start Zeal with a query from the command line:

zeal python:pprint

Creating your own docsets

Follow the Dash Docset Generation Guide.

Contact and Support

We want your feedback! Here's a list of different ways to contact developers and request help:

If you feel generous and want to show some extra appreciation:

Buy me a coffee

License

This software is licensed under the terms of the GNU General Public License version 3 (GPLv3). Full text of the license is available in the COPYING file and online.

去到頂部