https://github.com/friedrith/desktop-deep-link
A library to transform urls to deep link for a lot of desktop apps
https://github.com/friedrith/desktop-deep-link
Last synced: 3 months ago
JSON representation
A library to transform urls to deep link for a lot of desktop apps
- Host: GitHub
- URL: https://github.com/friedrith/desktop-deep-link
- Owner: friedrith
- License: mit
- Created: 2021-12-06T22:37:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T21:37:12.000Z (over 4 years ago)
- Last Synced: 2025-10-10T08:13:30.534Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Desktop Deep Link


A typescript library to transform URIs to deep links for various desktop apps like discord, zoom, etc.
It is useful to open desktop app directly from a browser link or another app.
## Installation
```bash
npm install desktop-deep-link
yarn install desktop-deep-link
```
## Getting started
```ts
import createDeepLink from 'desktop-deep-link'
const deepLink = createDeepLink('https://todoist.com/app/project/foo')
// deepLink = todoist://project?id=foo
```
Works with:
- Adobe XD
- Asana
- Discord
- Figma
- Microsoft Teams
- Notion
- Obsidian
- Slack
- TodoIst
- Trello
- VS Code
- Zoom
## Useful links
- https://github.com/metachris/typescript-boilerplate