https://github.com/hirse/brackets-ungit
Brackets Extension to view Ungit directly in Brackets
https://github.com/hirse/brackets-ungit
adobe-brackets brackets-extension git ungit
Last synced: 5 months ago
JSON representation
Brackets Extension to view Ungit directly in Brackets
- Host: GitHub
- URL: https://github.com/hirse/brackets-ungit
- Owner: Hirse
- License: mit
- Created: 2015-07-20T07:42:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T15:48:52.000Z (about 5 years ago)
- Last Synced: 2025-10-14T15:41:53.537Z (8 months ago)
- Topics: adobe-brackets, brackets-extension, git, ungit
- Language: JavaScript
- Size: 570 KB
- Stars: 22
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/hirse.ungit)
[](https://travis-ci.org/Hirse/brackets-ungit)
# Brackets Ungit
[Brackets][Brackets] Extension that adds [Ungit][Ungit] directly into Brackets.
Runs Ungit as a child process of the Brackets node so you can access it from Brackets or any Browser.
This is not necessarily an alternative to [Brackets-Git][Brackets Git], you can use both in parallel without conflicts.
In fact, I have both installed and use either, depending on the task and context.
## Dependencies
Brackets Ungit uses [Ungit][Ungit] which in turn requires [Git][Git].
* __Git__ has to be installed on your system before you use the extension.
* __Node.js__ and __npm__ have to be installed and globally available on your system to install and run Ungit.
* __Ungit__ will be installed as `node_module` on the first run of this extension.
## Screenshots
![Brackets Ungit Viewer][Brackets Ungit Viewer Screenshot]
*Ungit in Brackets*
![Brackets Ungit Dependency Installation][Brackets Ungit Install Screenshot]
*Dependency Installation*
## Installation
### Latest Release
To install the latest _release_ of this extension use the built-in Brackets [Extension Manager][Brackets Extension Manager] which downloads the extension from the [Brackets Extension Registry][Brackets Extension Registry].
### Latest Commit
To install the latest _commit_ of this extension use the built-in Brackets [Extension Manager][Brackets Extension Manager] which has a function to `Install from URL...` using this link:
```
https://github.com/Hirse/brackets-ungit/archive/master.zip
```
### Brackets npm Registry
The latest _release_ of this extension is also available on the [Brackets npm Registry][Brackets npm Registry].
## Usage
Click the Ungit Toolbar Button to start Ungit and open the viewer for the current project. Ungit will keep running until Brackets is closed. Go to `http://localhost:8448` to view the same Ungit instance in your Browser of choice.
## License
Brackets Ungit is licensed under the [MIT license][MIT].
[Ungit][Ungit] itself is also licensed under the [MIT license][MIT] (again).
[Brackets]: http://brackets.io
[Brackets Extension Manager]: https://github.com/adobe/brackets/wiki/Brackets-Extensions
[Brackets Extension Registry]: https://registry.brackets.io
[Brackets Git]: https://github.com/zaggino/brackets-git
[Brackets npm Registry]: https://github.com/zaggino/brackets-npm-registry
[Brackets Ungit Viewer Screenshot]: https://raw.githubusercontent.com/Hirse/brackets-ungit/master/images/viewer.png
[Brackets Ungit Install Screenshot]: https://raw.githubusercontent.com/Hirse/brackets-ungit/master/images/install.png
[Git]: https://git-scm.com
[MIT]: https://opensource.org/licenses/MIT
[Ungit]: https://github.com/FredrikNoren/ungit
