https://github.com/shkm/devdocs-thing
:neckbeard: Electron wrapper for devdocs.io
https://github.com/shkm/devdocs-thing
desktop devdocs documentation electron
Last synced: 8 months ago
JSON representation
:neckbeard: Electron wrapper for devdocs.io
- Host: GitHub
- URL: https://github.com/shkm/devdocs-thing
- Owner: shkm
- Created: 2022-08-23T02:56:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T14:48:24.000Z (over 3 years ago)
- Last Synced: 2025-07-03T12:57:07.199Z (9 months ago)
- Topics: desktop, devdocs, documentation, electron
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevDocs Thing
Welcome to the creatively named DevDocs Thing.
This is a simple wrapper around the wonderful [DevDocs](https://devdocs.io) service, providing a global keyboard shortcut and dedicated window for access.
This project is currently in a hacky alpha state:
- The global shortcut is hardcoded (Alt+Space)
- There are no icons
- It doesn't do a great deal
It does just about enough to be useful to me, but I intend to make this a bit more useful for others in the future.
## Development
```
npm install
npm run start
```