7.0.0 • Published 2 years ago

detect-editors v7.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
2 years ago

Detect Code Editors

Extracted from https://github.com/desktop/desktop/tree/development/app/src/lib/editors

import path from 'node:path';
import { getAvailableEditors, launchEditor } from 'detect-editors';

const editors = await getAvailableEditors();
const file = path.resolve('readme.md');
await launchEditor(editors[0], file);

License -> https://github.com/desktop/desktop/blob/development/LICENSE

7.0.0

2 years ago

5.0.0

3 years ago

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago