tool-bar-basic-git
An essential tool-bar that adds many commonly used actions. Forked from https://github.com/AlexNewson/tool-bar-basic
This package consumes the following services:
Toolbar Basic - a tool-bar plugin
About
This is a plugin for the Atom Tool Bar package.
My custom tool-bar plugin that adds an atom toolbar with functions that I use everyday.

Forked from https://github.com/AlexNewson/tool-bar-basic.
Buttons
- Open file
- Open folder
- Save file
- List projects (requires
project-managerpackage) -
- Find in buffer
-
- Toggle fullscreen
- Toggle tree-view
- Toggle minimap
- Toggle exposé (requires
exposepackage) -
- Auto indent
- Fold all
- Unfold all
- Block comment
- Beautify (requires
atom-beautifypackage) -
- Run script (requires
scriptpackage) - Run by line (requires
scriptpackage) - Stop script (requires
scriptpackage) - Configure (requires
scriptpackage) -
- Opens a terminal window (split bottom) (requires
term2orterm3orterminal-pluspackage) - Reload window (if in Dev Mode)
- Toggle devtools (if in Dev Mode)
- Git commands (requires
git-pluspackage) -
- Markdown Preview
- HTML preview (requires
atom-html-previewpackage) -
- Command Pallet
- Settings
Note: The toolbar buttons that require other packages will only appear if you have those packages installed
Installation
First you have to install the tool-bar package which is required:
apm install tool-bar
Then you install the tool-bar-basic package:
apm install tool-bar-basic