Skip to content

OogieBoogieInJSON/devdocs-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevDocs Desktop

version downloads downloads latest travis appveyor donate chat

DevDocs.io combines multiple API documentations in a fast, organized, and searchable interface. This is an unoffcial desktop app for it.

devdocs-preview

Features

Background behavior

When closing the window, the app will continue running in the background, in the dock on macOS and the tray on Linux/Windows. Right-click the dock/tray icon and choose Quit to completely quit the app. On macOS, click the dock icon to show the window. On Linux, right-click the tray icon and choose Toggle to toggle the window. On Windows, click the tray icon to toggle the window.

Build-in shortcuts

devdocs the website itself has great built-in shortcuts support, just check the help page in the app.

help

Global shortcut

Use Ctrl+Shift+D (or Command+Shift+D on macOS) to toggle the app.

Download

You can manually download the latest release here.

Development

It's really easy to develop this app, no build tools like Webpack needed here, checkout ./app to get more:

$ npm install

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

Distribute

$ npm run dist:mac
$ npm run dist:linux
$ npm run dist:win

License

MIT © EGOIST

Sponsor

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.5%
  • CSS 9.5%
  • HTML 1.0%