diff options
| author | Bo Lingen <lingenbw@gmail.com> | 2017-08-23 06:09:40 +0000 |
|---|---|---|
| committer | Bo Lingen <lingenbw@gmail.com> | 2017-08-23 06:09:40 +0000 |
| commit | 792b5086915be228d6692af1262036b87f4c3c96 (patch) | |
| tree | fdfa9be9d7aa798351e3906bbb24a36d9e580f0d | |
| parent | 263244b10ce12f905bf76eb374894d8dff134ac3 (diff) | |
| download | packages-792b5086915be228d6692af1262036b87f4c3c96.tar.gz packages-792b5086915be228d6692af1262036b87f4c3c96.zip | |
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 c198511..9923a18 100644 --- a/packages.json +++ b/packages.json @@ -5992,7 +5992,7 @@ }, { "name": "libserialport", - "alias": "serial", + "alias": "serial" }, { "name": "serial", @@ -7061,5 +7061,21 @@ "description": "An efficient packet parser for MySQL Client/Server Protocol. Help you to write Mysql communication in either BLOCKIONG-IO or NON-BLOCKING-IO.", "license": "MIT", "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" } ] |
