Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:46:42.000Z (about 2 years ago)
- Last Synced: 2024-04-14T19:57:09.323Z (9 months 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
![icon](./assets/images/icon-128.png)
Barebones simple server, to open files in your favorite editor from whereever possible.
### Install it:
[Latest Version](https://github.com/DKunin/menubar-helper/releases)![screen](./assets/images/screen-0.png)
### Configure it:
![screen](./assets/images/screen-1.png)
![screen](./assets/images/screen-2.png)### Select your favorite editor:
- Sublime
- Vim
- Atom
- VScode
- Webstorm
- TextmateNow 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