7.0.0 • Published 1 year ago

detect-editors v7.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
1 year 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

1 year ago

5.0.0

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago