diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-22 13:56:55 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-22 13:56:55 -0500 |
| commit | 06d395cc798f59a262369b00e827f6a6fc43f9c1 (patch) | |
| tree | 4c99d48a14b7cc26f18d297f03049ac69ebfe46f | |
| parent | 619ae299f6a3a906de086c4b302c29a354a79648 (diff) | |
| parent | e944150071482104bb24a96a1a43e2c6997df85c (diff) | |
| download | packages-06d395cc798f59a262369b00e827f6a6fc43f9c1.tar.gz packages-06d395cc798f59a262369b00e827f6a6fc43f9c1.zip | |
Merge pull request #51 from gradha/pr_adds_number_files_command
Adds number_files command.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 819241c..d7a6f12 100644 --- a/packages.json +++ b/packages.json @@ -586,5 +586,14 @@ "description":"Signals/slots library.", "license":"MIT", "web":"https://github.com/fowlmouth/signals.nim" + }, + { + "name": "number_files", + "url": "git://github.com/gradha/number_files/", + "method": "git", + "tags": ["rename", "filename", "finder"], + "description": "Command to add counter suffix/prefix to a list of files.", + "license": "MIT", + "web": "https://github.com/gradha/number_files/" } ] |
