All Projects → dteoh → Devdocs Macos

dteoh / Devdocs Macos

Licence: gpl-3.0
An unofficial DevDocs API Documentation viewer for macOS.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Devdocs Macos

Zeal
Offline documentation browser inspired by Dash
Stars: ✭ 9,164 (+3451.94%)
Mutual labels:  documentation, documentation-tool, developer-tools
Devdocs
API Documentation Browser
Stars: ✭ 27,208 (+10445.74%)
Mutual labels:  documentation, documentation-tool, developer-tools
Fake Filler Extension
A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
Stars: ✭ 383 (+48.45%)
Mutual labels:  productivity, developer-tools
Bloop
Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.
Stars: ✭ 730 (+182.95%)
Mutual labels:  productivity, developer-tools
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-50.78%)
Mutual labels:  productivity, developer-tools
Daily
Building the homepage every developer deserves 👩🏽‍💻 👨‍💻
Stars: ✭ 4,632 (+1695.35%)
Mutual labels:  productivity, developer-tools
Pomodorologger
Pomodoro Logger 🕤 -- When a time tracker meets Pomodoro and Kanban board
Stars: ✭ 316 (+22.48%)
Mutual labels:  productivity, desktop-app
Ridereceipts
🚕 Simple automation desktop app to download and organize your receipts from Uber/Lyft. Try out our new Ride Receipts PRO !
Stars: ✭ 117 (-54.65%)
Mutual labels:  productivity, desktop-app
Hippie Swagger
API testing tool with automatic swagger assertions
Stars: ✭ 166 (-35.66%)
Mutual labels:  documentation, documentation-tool
Cutcode
A browser extension that enables double click to copy code snippet from stack overflow.
Stars: ✭ 163 (-36.82%)
Mutual labels:  productivity, developer-tools
Pile
⚡️ A simple & powerful app to organize your piled work at one place~
Stars: ✭ 158 (-38.76%)
Mutual labels:  productivity, desktop-app
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (-14.34%)
Mutual labels:  productivity, developer-tools
Isolate
Lightweight image browser
Stars: ✭ 284 (+10.08%)
Mutual labels:  productivity, desktop-app
Fw
workspace productivity booster
Stars: ✭ 269 (+4.26%)
Mutual labels:  productivity, developer-tools
Phoenix
My Phoenix setup. Powerful, easy to customize, tuned for web development, adds a space switcher.
Stars: ✭ 350 (+35.66%)
Mutual labels:  productivity, developer-tools
Hexo Theme Doc
A documentation theme for the Hexo blog framework
Stars: ✭ 222 (-13.95%)
Mutual labels:  documentation, documentation-tool
Gita
Manage many git repos with sanity 从容管理多个git库
Stars: ✭ 865 (+235.27%)
Mutual labels:  productivity, developer-tools
MagicBox
Organize your workspace, keep files optimized, prepare images for publishing
Stars: ✭ 65 (-74.81%)
Mutual labels:  desktop-app, productivity
Awesome Documentation Tools
🔥 📚 All the tools, processes and resources you need to create an awesome API & Project documentation
Stars: ✭ 138 (-46.51%)
Mutual labels:  documentation, documentation-tool
Simpler Paper
elegant document generation tool.
Stars: ✭ 151 (-41.47%)
Mutual labels:  documentation, documentation-tool

DevDocs for macOS

Release Release Date

An unofficial DevDocs API Documentation viewer for macOS.

App screenshot

Features

  • [x] Tabs
  • [x] Global shortcut (Option + Space), customizable
  • [x] Automatic dark/light mode UI
  • [x] Protocol handler integration (handle devdocs-macos://, http://, and https:// URLs)
  • [x] Page search (Cmd + F)

Protocol handler integration

Protocol handler integration allows you to control DevDocs through scripts. For example:

$ osascript -e 'tell application "DevDocs" to open location "devdocs-macos://search?doc=rails&term=stro"'

... will tell DevDocs to open a new window and search the Rails documentation for the term stro.

The app supports the following commands. When required parameters are not supplied, the command is ignored.

devdocs-macos://search

This is for launching a search query in a new window.

Query Parameter Required Description
term Yes The search term, eg. stro
doc No Documentation scope, eg. rails

devdocs-macos://newWindow

This opens a new window.

http:// and https://

DevDocs will open a new window only for URLs on the devdocs.io domain. For example:

$ osascript -e 'tell application "DevDocs" to open location "https://devdocs.io/#q=rails+stro"'

Other domains are ignored.

Download & Install

Pre-built binaries can be downloaded from the releases page.

Unzip, drag the app to Applications, and then run it.

Homebrew

If you wish to install the application from Homebrew:

$ brew cask install dteoh-devdocs

The application will live at /Applications/DevDocs.app.

Migrating from project tap to the default tap

The application had a tap maintained by the project. To migrate to the default tap:

$ brew cask uninstall devdocs-macos
$ brew untap dteoh/devdocs
$ brew cask install dteoh-devdocs

Compatibility

The app is currently developed on Big Sur and only support for Big Sur can be provided.

If you are using Mojave (10.14) or Catalina (10.15), please use version 0.5.2.

License

DevDocs for macOS

Copyright (C) 2020 Douglas Teoh

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

App Icon

The app icon is a contribution courtesy of @mickimnet (#1, #42).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].