Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egoist/devdocs-desktop

🗂 A full-featured desktop app for DevDocs.io.
https://github.com/egoist/devdocs-desktop

desktop-app devdocs hacktoberfest

Last synced: about 2 months ago
JSON representation

🗂 A full-featured desktop app for DevDocs.io.

Awesome Lists containing this project

README

        

# DevDocs Desktop

[![version](https://img.shields.io/github/release/egoist/devdocs-desktop.svg?style=flat-square)](https://github.com/egoist/devdocs-desktop/releases)
[![downloads](https://img.shields.io/github/downloads/egoist/devdocs-desktop/total.svg?style=flat-square)](https://github.com/egoist/devdocs-desktop/releases)
[![downloads latest](https://img.shields.io/github/downloads/egoist/devdocs-desktop/latest/total.svg?style=flat-square)](https://github.com/egoist/devdocs-desktop/releases/latest)
[![travis](https://img.shields.io/travis/egoist/devdocs-desktop.svg?style=flat-square)](https://travis-ci.org/egoist/devdocs-desktop)
[![appveyor](https://img.shields.io/appveyor/ci/egoist/devdocs-desktop.svg?style=flat-square)](https://ci.appveyor.com/project/egoist/devdocs-desktop) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat-square)](https://github.com/egoist/donate) [![chat](https://img.shields.io/badge/chat-on%20discord-7289DA.svg?style=flat-square)](https://chat.egoist.moe)

[DevDocs.io](https://devdocs.io/)は多数のAPIドキュメントを素早く便利にまとめて、探すことのできるインターフェイスです。このデスクトップアプリは非公式です。

![devdocs-preview](https://user-images.githubusercontent.com/8784712/27121730-11676ba8-511b-11e7-8c01-00444ee8501a.png)

## 特徴

### バックグラウンドで動作

ウィンドウを閉じたとき、アプリはmacOSのdockやLinux/Windowsのトレイにバックグラウンドで動作し続けます。dockやトレイでアイコンを右クリックすると、アプリの終了を選択できます。
macOSではdockでアイコンをクリックすると、ウィンドウが表示されます。
Linuxでは、トレイでアイコンを右クリックすると、ウィンドウの切り替えを選択できます。
Windowsでは、トレイのアイコンをクリックすると、ウィンドウを切り替えます。

### ショートカットキー

`devdocs` のウェブサイトは素晴らしいショートカットキーをサポートしています。アプリの`help`ページを確認してみましょう。

help

### グローバルショートカット

Ctrl+Shift+D (macOSではCommand+Shift+D)を押すと、アプリを切り替えします。

## ダウンロード

最新リリースのダウンロードは
[こちら](https://github.com/egoist/devdocs-desktop/releases)

## 開発

このアプリの開発はとても簡単です。Webpackのようなビルドツールは必要ありません。
[./app](/app) をチェックしてください

```bash
npm install

npm run app
# edit files, save, refresh and it's done.
```

## 配布

```bash
npm run dist
```

## ライセンス

MIT © [EGOIST](https://github.com/egoist)