Atom editor toolbar with easily customized buttons for any command.
Run apm install command-toolbar
or use the settings screen.
command-toolbar:toggle
. By default it is bound to the key ctrl-6
.If you ctrl-click
the first icon (three bars) it will add a button as usual. But instead of opening the command palette to choose a command it will create a button immediately with the file path of the currently selected tab. Clicking on this button will open the file just as if you clicked in the file tree. Files can be opened no matter what project is open. The button always opens that file.
If you have the web-browser
package installed and the currently selected teb is a web page, then ctrl-click
will create a button for that web URL. Clicking on that button will open the web page at any time, even when the web browser toolbar isn't open. This means this button toolbar can be the "favorites" toolbar for the web browser.
This means this command-toolbar package can have buttons for commands, files, and web pages all at once.
There is one setting Always Show Toolbar On Load
. If it is checked then the toolbar will always be loaded when Atom is loaded. If not checked then the toolbar will be visible on load only if it was visible when Atom was closed.
command-toolbar is copyright Mark Hahn with the MIT license.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.