https://github.com/sean-codes/atoms-touchbar
The TouchBar package for Atom.io
https://github.com/sean-codes/atoms-touchbar
Last synced: about 1 year ago
JSON representation
The TouchBar package for Atom.io
- Host: GitHub
- URL: https://github.com/sean-codes/atoms-touchbar
- Owner: sean-codes
- License: mit
- Created: 2017-07-30T06:01:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T07:55:46.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T13:01:44.455Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atoms Touchbar Package
The touchbar package for Atom.io. This package is to extend some keyboard functionallity rather than duplicate common keyboard shortcuts in atom. Please if you run into any issues or features post here: [Features/Issues](https://github.com/sean-codes/atoms-touchbar/issues)
## Multiclipboard

Select your text, click the copy button. Choose an icon. This will save the copy to your clip board. By pressing the icon it will paste that text!
## Color Picker

Choose a color from the colorpicker tool. Click to paste either HEX, RGB, or RGBA. The color will be saved as a recent color if you need it again!
## Particles

Press the `:]` key to open up a particle effect that really shows how fancy your touchbar is!
## Extras
* Focus - Hides Left and Right docks
* GitHub - Opens GitHub dock
## Structure
atoms-touchbar/lib/touchbars/
└── default/
├── actions.js (where the actions live)
└── bars
├── clipboard.json
├── color.json
├── home.json
├── icons.json
└── madness.json
If you would like to build a new touchbar or change the default. Open your `.atom/packages/atoms-touchbar`
Inside `lib/touchbars` you can see the `default` folder. This is where the touchbars and actions for those bars are stored! The bars/actions inside uses all of the current features and it will be easy to make a copy. Change the actions and touchbars to fit! [Open a pull request](https://github.com/sean-codes/atoms-touchbar) to add your folder to the main package!