https://github.com/dkunin/menubar-helper
Simple menubar app to help open files in editor
https://github.com/dkunin/menubar-helper
editor electron menubar server
Last synced: 12 months ago
JSON representation
Simple menubar app to help open files in editor
- Host: GitHub
- URL: https://github.com/dkunin/menubar-helper
- Owner: DKunin
- License: other
- Created: 2017-04-04T10:55:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:46:42.000Z (over 3 years ago)
- Last Synced: 2024-04-14T19:57:09.323Z (about 2 years ago)
- Topics: editor, electron, menubar, server
- Language: JavaScript
- Size: 1.27 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Menubar Helper

Barebones simple server, to open files in your favorite editor from whereever possible.
### Install it:
[Latest Version](https://github.com/DKunin/menubar-helper/releases)

### Configure it:


### Select your favorite editor:
- Sublime
- Vim
- Atom
- VScode
- Webstorm
- Textmate
Now set your tools (extentions and stuff) to call:
```shell
curl localhost:7288/openeditor?options='name-and-path-of-the-file.js:20:1'
```
And it will open your editor on specified line and column.
### Changelog
- 3.0.1 vim support, substituted main opener module
- 2.0.0 Support for different major editors, no need to fiddle with editor path
- 1.1.1 Updated tray icon for retina