mattbell87 / atom-toolbar-almighty

An atom-tool-bar plugin that adds an "almighty toolbar" with many commonly used actions

Home Page:https://atom.io/packages/tool-bar-almighty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolbar Almighty - a tool-bar plugin

Description

An atom-tool-bar plugin that adds many commonly used actions in the tool-bar.

screenshot

[From left to right]

  • open file
  • open folder
  • save file
  • open git projects (requires git-projects package)
  • split left
  • split right
  • git merge conflicts (requires merge-conflicts package)
  • toggle fullscreen
  • toggle tree-view
  • toggle minimap (requires minimap package)
  • reload window
  • opens a terminal (split bottom) (requires term2 or term3 package)
  • toggle devtools
  • settings

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-almighty package:

apm install tool-bar-almighty

TODO

Add package settings to toggle (and maybe reorder) toolbar items

License

The MIT License

About

An atom-tool-bar plugin that adds an "almighty toolbar" with many commonly used actions

https://atom.io/packages/tool-bar-almighty

License:MIT License


Languages

Language:CoffeeScript 100.0%