https://github.com/tmiland/atom-url-handler
Maps atom:// URL schemes to Atom on Debian
https://github.com/tmiland/atom-url-handler
atom atom-editor atom-url atom-url-handler debian linux
Last synced: about 2 months ago
JSON representation
Maps atom:// URL schemes to Atom on Debian
- Host: GitHub
- URL: https://github.com/tmiland/atom-url-handler
- Owner: tmiland
- License: mit
- Created: 2022-11-12T17:58:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T18:01:56.000Z (over 3 years ago)
- Last Synced: 2025-07-17T11:07:45.820Z (11 months ago)
- Topics: atom, atom-editor, atom-url, atom-url-handler, debian, linux
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atom URL Handler
A `atom://` *URL handler* for **[Atom](https://atom.io/)** on Debian.
# Installing on Linux (Debian)
#### Steps:
1. clone this repository
```
git clone https://github.com/tmiland/atom-url-handler.git
```
2. run
```
./install
```
3. delete cloned folder
```
rm -rf ./atom-url-handler
```
#### Notice:
- Tested on Debian Linux Desktop (Firefox 106)
#### Source:
Forked from [shengyou/vscode-handler](https://github.com/shengyou/vscode-handler)