An open API service indexing awesome lists of open source software.

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

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)