gup icon indicating copy to clipboard operation
gup copied to clipboard

A better make, inspired by djb's redo.

Results 5 gup issues
Sort by recently updated
recently updated
newest added

When running on Windows, gup consistently crashes due to an exception raised by os.path.relpath(). This happens when I add a dependency that is on a separate drive letter from the...

I ran gup from the tip of the github repo on Windows using Python 2.7.1. I got an exception that `os.readfile()` does not exist. I was able to get it...

Should `gup --leave` really emit the `x modified y directly`-warning?

gup _almost_ works in the default native Windows cmd space as-is (i.e. not depending on sh at all), and I think it should, too, since sh is a pretty arbitrary...

Concretly I would like to name parts of the patterns in the Gupfile these variables should then be accessible through build script, using environment variables for instance. Here is a...