diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-23 19:23:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-23 19:23:54 +0100 |
| commit | f891c860df99ad9bde5cfd00cd6f4a0e57849214 (patch) | |
| tree | 817d84cfe3c4b6cc0216cf022c32d3480cfdc55a | |
| parent | f2c10c5a3a429c9301d81edc92f9e63327486cca (diff) | |
| parent | f62fc708ed62263649ae5bf60a9770917eeed867 (diff) | |
| download | packages-f891c860df99ad9bde5cfd00cd6f4a0e57849214.tar.gz packages-f891c860df99ad9bde5cfd00cd6f4a0e57849214.zip | |
Merge pull request #571 from citycide/add-fugitive0609
Added package fugitive
| -rw-r--r-- | packages.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/packages.json b/packages.json index d6ab829..2de4b7b 100644 --- a/packages.json +++ b/packages.json @@ -5992,7 +5992,7 @@ }, { "name": "libserialport", - "alias": "serial", + "alias": "serial" }, { "name": "serial", @@ -7063,6 +7063,22 @@ "web": "https://github.com/tulayang/mysqlparser" }, { + "name": "fugitive", + "url": "https://github.com/citycide/fugitive", + "method": "git", + "tags": [ + "git", + "github", + "cli", + "extras", + "utility", + "tool" + ], + "description": "Simple command line tool to make git more intuitive, along with useful GitHub addons.", + "license": "MIT", + "web": "https://github.com/citycide/fugitive" + }, + { "name": "dbg", "url": "https://github.com/enthus1ast/nimDbg", "method": "git", |
