scriptlike icon indicating copy to clipboard operation
scriptlike copied to clipboard

Utility library to help you write script-like programs in D

Results 16 scriptlike issues
Sort by recently updated
recently updated
newest added

It can be very important to specify the error of a program run, so fail should easily specify what that code should be. Maybe even type check that it is...

enhancement

After #4 is implemented, a good set of convenience wrappers would be `copyGlob/renameGlob/removeGlob/rmdirGlob` to simplify things like `copy(path.dirEntires(...), ...)`

enhancement

While this would be inappropriate for Phobos as it's against Phobos's rule of "no unnecessary wrappers", having some dirEntries wrappers for the different span modes would nicely meet scriptlike's charter...

enhancement

Copy and rename should accept directories as the destination.

enhancement

Copy/rename/remove/rmdir should take optional range of paths (such as from dirEntries) as "from".

enhancement

Need to update "Disambiguating write and write" section on readme to correctly handle the newly enforced import lookup rules in latest DMD.