taskipy icon indicating copy to clipboard operation
taskipy copied to clipboard

the complementary task runner for python

Results 19 taskipy issues
Sort by recently updated
recently updated
newest added

As a new user of this cli, I found it extremely useful for saving time when typing commands in the terminal. However, I believe we can further improve the user...

## Summary I have implemented a solution for issue #61 (ref: https://github.com/taskipy/taskipy/issues/61) which has been inactive for a while and also relevant to my own needs. ## Details To prepare...

I'm working on trying to optimize some of our CI/CD + compare performance of a couple tools, would be really nice if there was a commandline option to print out...

`psutils` does not provide pre-built binaries for macos up until 6.0. This makes it very relevant for MacOS users to be able to update to psutils >= 6.0, which is...

TL;DR: Implements #81 --- Following the suggestion of @illBeRoy: > 1. Be able to define CWD globally via: > > ```toml > [tool.taskipy.settings] > cwd = "." > ``` >...

If I have a task depending on a directory, as in the docs: ``` [tool.taskipy.tasks] test = "python -m unittest tests/test_*.py" ``` If I run the command `task test` in...

good first issue

I'd like to do something like this: ```toml [tool.taskipy.settings] use_vars = true [tool.taskipy.variables] some_var = "foo" [tool.taskipy.tasks] baz = { cmd="echo '{some_var}'", help = "Do something like {some_var}." } ```...

Hi, taskipy on Debian has tests failed on [armel](https://ci.debian.net/packages/p/python-taskipy/testing/armel/51707611/) and [riscv64](https://ci.debian.net/packages/p/python-taskipy/testing/riscv64/51707671/). I will look the failure on riscv64. Thanks.

``` No solution found when resolving dependencies: `-> Because taskipy==1.14.0 depends on psutil>=5.7.2,=5.7.2,=1.14.dev0 and your project depends on psutil>=7.0.dev0, we can conclude that your project and argus:dev are incompatible. And...

Hey, how can put JSON Schema for config files in this repo? By registering with the JSON Schema Store, we can use autocomplete in pyproject.toml.