dose
dose copied to clipboard
Traffic light/signal/semaphore GUI showing the result of a test command job triggered by a file modification
Is there a way to turn off dose colors? Currently, when I run dose at ubuntu it displays everything red even when the tests are passing:  So I tried...
When running Dose inside PyCharm in a Linux environment, fnctl.ioctl can't determine the window size (see the method TerminalSize#from_io_control in terminal.py). As a result of this, the application will crash...
Dose should deal with exceptions that comes from the watchdog observer, like: ``` OSError: inotify watch limit reached OSError: Permission denied ``` These errors are triggered when the `watchdog.observers.Observer.start` method...
Partial work for #6. Currently we have basic infrastructure for cli args parsing, and support for "--help" and "-h" switches.
The following command won't work on Windows: > dose dir "C:\Program Files" I've tested it in Windows 10 x64, using the current master branch (v1.2.0). The problem resides in the...
Today, dose.py has a GUI configuration as well as a CLI command-line approach that allows a fast call like `dose tox -v` or `dose "cat my_code.lang | my_interpreter.sh"` and many...
Colors are something that can be easily modified in the Dose code. The most difficult part is to create a good interface for it. This issue is a plan for...
This is a proposal for new features in Dose. # Choosing the wxPython version Since Dose is compatible with wxPython Classic 2.8, wxPython Classic 3.0 and wxPython Phoenix, I was...
Hello, @danilobellini , how are you? I read this blog post [Running GUI apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) and got wondering if it could help making this project more used nowadays! I...
I don't like the way the "file pattern glob" is used today in dose. There's already one common file to store a list of ignoring patterns: `.gitignore`. One can get...