1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00
This commit is contained in:
kahole 2020-05-13 22:09:52 +02:00
parent 9ed3566434
commit e527aa7c17
4 changed files with 19 additions and 11 deletions

View File

@ -1,5 +1,12 @@
# Change Log
### 0.1.7
- Surface level renaming of the extension to 'edamagit'
Courtesy of @roblabla (Robin Lambertz):
- Automatic discovery of vscode binaries on linux and winows
- Support for VSCode Insiders
### 0.1.6
- Performance and bugs

View File

@ -1,13 +1,14 @@
<h2 align="center"><img src="https://github.com/kahole/vscode-magit/raw/master/images/magit_logo.png" height="100"><br>Magit for VSCode</h2>
<div align="center"><h2><img src="https://github.com/kahole/edamagit/raw/master/images/magit_logo.png" height="100"><br/>edamagit</h2>
</div>
[![vsmarketbadge](https://vsmarketplacebadge.apphb.com/version-short/kahole.magit.svg)](https://marketplace.visualstudio.com/items?itemName=kahole.magit)
<a href="https://www.buymeacoffee.com/kahole" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" height="30"></a>
### Inspired by the awesome original, [Magit](https://magit.vc/) for Emacs
### Magit for VSCode, inspired by the awesome original [Magit](https://magit.vc/)
### **Alpha**: use at own your own risk!
![Usage](https://github.com/kahole/vscode-magit/raw/294aec866fbbd3a10b3d628af92823531793a244/magit_commit_demo.gif)
![Usage](https://github.com/kahole/edamagit/raw/294aec866fbbd3a10b3d628af92823531793a244/magit_commit_demo.gif)
(Theme: [Dracula](https://draculatheme.com/))
### Table of Contents
@ -25,12 +26,12 @@
| Magit Status | `alt+x g` |
| Magit File Popup | `alt+x alt+g` |
| Magit Dispatch | `alt+x ctrl+g` |
| Help (when in magit)| `?` |
| Help (when in edamagit)| `?` |
`> Magit ` in VSCode Command palette will show you all available Magit actions from where you are.
Keybindings inside Magit
Keybindings inside edamagit
```
Popup commands
A Cherry-picking b Branching c Committing

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "magit",
"version": "0.1.6",
"version": "0.1.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,13 +1,13 @@
{
"name": "magit",
"preview": true,
"displayName": "Magit",
"displayName": "edamagit",
"description": "Magit for Visual Studio Code",
"publisher": "kahole",
"author": {
"name": "Kristian Andersen Hole"
},
"version": "0.1.6",
"version": "0.1.7",
"engines": {
"vscode": "^1.42.1"
},
@ -26,13 +26,13 @@
"commit"
],
"license": "MIT",
"homepage": "https://github.com/kahole/vscode-magit/blob/master/README.md",
"homepage": "https://github.com/kahole/edamagit/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/kahole/vscode-magit.git"
"url": "https://github.com/kahole/edamagit.git"
},
"bugs": {
"url": "https://github.com/kahole/vscode-magit/issues"
"url": "https://github.com/kahole/edamagit/issues"
},
"activationEvents": [
"onCommand:magit.status",