A Sublime Text Plugin for Beau
Go to file
David Diaz fcf1bdd301 Added a loading spinner.
It lets you know when stuff is going on.
2018-07-25 02:25:31 -06:00
images Improving the readme. 2017-10-21 15:07:08 -06:00
messages Added a loading spinner. 2018-07-25 02:25:31 -06:00
.gitattributes Added gitattributes. 2018-07-25 00:29:31 -06:00
.gitignore Fixing a couple of bugs related to loading the configuration file. Added 2017-10-21 14:00:41 -06:00
Beau.sublime-settings Fixing a couple of bugs related to loading the configuration file. Added 2017-10-21 14:00:41 -06:00
Default.sublime-commands Initial commit. 2017-10-21 00:51:45 -06:00
Default.sublime-keymap Added a default keymap 2017-10-23 11:26:13 -06:00
LICENSE Fixing a couple of bugs related to loading the configuration file. Added 2017-10-21 14:00:41 -06:00
Main.sublime-menu Added a default keymap 2017-10-23 11:26:13 -06:00
README.md Improving the readme. 2017-10-21 15:07:08 -06:00
beau.py Added a loading spinner. 2018-07-25 02:25:31 -06:00
messages.json Typo in messages.json fixed. 2017-10-21 15:23:45 -06:00
send_self.py Added a loading spinner. 2018-07-25 02:25:31 -06:00
status_loops.py Added a loading spinner. 2018-07-25 02:25:31 -06:00

README.md

Sublime Beau

Usage Example

Description

This plugin allows you to use beau on your beau files without having to leave sublime.

Usage

To trigger a beau request open your command palette (ctrl+shift+t or cmd+shift+p) and type Beau Request. Pressing enter will open a secondary menu that'll allow you to trigger a particular request in that file. A new Tab will open once the request is complete showing the result for that particular request.

Setup

Before usage you'll need to let sublime know where to find your beau executable. To do this, open the settings file by going to Preferences > Package Settings > Beau > Settings - User. In the open file specify the correct cli path in for the cli_path setting.

If you haven't installed beau yet, you can do it by using npm install -g beau