GitHorizon README
GitHorizon is a VS Code extension designed to bring Git commit visualization directly into your development environment.
Features
- Seamless Integration: 100% integration with VS Code’s native interface for seamless usability.
- Extensive Visualization: Visualized over 1,000+ commits across various repositories during testing.
Getting Started
Installation
- Open the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing
Ctrl+Shift+X .
- Search for "GitHorizon" and click Install.
Usage
- Open a folder with a Git repository.
- Press
F1 to open the Command Palette, type GitHorizon: Show Commit Timeline , and press Enter.
- The Git commit timeline will be displayed in a new webview panel.
Commands
GitHorizon: Show Commit Timeline : Opens the Git commit timeline view.
Development
Running the Extension
- Clone the repository.
- Run
npm install to install dependencies.
- Press
F5 to open a new window with your extension loaded.
- Run your command from the command palette by pressing
Ctrl+Shift+P and typing GitHorizon: Show Commit Timeline .
Running Tests
- Install the Extension Test Runner.
- Open the Testing view from the activity bar and click the Run Test button, or use the hotkey
Ctrl/Cmd + ; A .
- See the output of the test result in the Test Results view.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License.
| |