doit icon indicating copy to clipboard operation
doit copied to clipboard

task management & automation tool

Results 94 doit issues
Sort by recently updated
recently updated
newest added

EDIT: Add this answer to documentation **HOW-TO** section So I've recently started using doit, and it seem good. But I realized I wanted to add a `--debug` flag to the...

docs

For offline work (e.g. in a train, at the aeroplane etc.) it is convenient to have project documentation at hand. We shall provide HTML version (for on-line access), HTML.zip (for...

docs

enhancement
good first issue

WIP at #101 ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7809283-implement-cmd-auto-on-windows?utm_campaign=plugin&utm_content=tracker%2F1885485&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1885485&utm_medium=issues&utm_source=github).

Windows
X-platform

Maybe based on: https://github.com/dask/distributed

enhancement

As @saimn proposed in ussue #214, providing documentation formatted for Zeal/Dash would be handy as many programmers use it to access their favourite documentation set. The doc can be generated...

docs

# The idea: users inspired by examples of `doit` usage Link to experimental gallery: https://github.com/pydoit/doit-gallery/issues `doit` users may inspire each other by sharing their use of `doit`. Even plain output...

ORG

I'm facing the following issue. I have used DoIt to replace makefile for software projects. I have DoIt calling the compiler. I have noticed a slightly different output if I...

bug
Windows

Currently, when running tasks in parallel, output is printed as it comes in, leading to output of different tasks to be mixed together. Gmake has the option to group output...

enhancement

At the moment `doit dumpdb` always dumps the *default* database (cf. #126). This makes it hard to debug a a custom `dep_file` setting. The command should be modified to behave...