Command line utilities for tab-separated value files

Puming via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Apr 13 17:09:16 PDT 2016


On Wednesday, 13 April 2016 at 17:21:58 UTC, Jon D wrote:
> On Wednesday, 13 April 2016 at 17:01:33 UTC, Dicebot wrote:
>> On Wednesday, 13 April 2016 at 16:34:16 UTC, Jon D wrote:
>>> [...]
>>
>> You don't need to put anything on path to run utils from dub 
>> packages. `dub run` will take care of setting necessary 
>> envionment (without messing with the system):
>>
>> dub fetch package_with_apps
>> dub run package_with_apps:app1 --flags args
>
> These are command line utilities, along the lines of unix 
> 'cut', 'grep', etc, intended to be used as part of unix 
> pipeline. It'd be less convenient to be invoking them via dub. 
> They really should be on the path themselves.
>
> --Jon

if dub supports something like:

```
dub deploy
```

and you can specifiy some dir like '/usr/bin/' in the dub.sdl,

it would be great


More information about the Digitalmars-d-announce mailing list