Misaka Mikoto
Misaka Mikoto
> this work fine for adding export PATH=etc... > > ``` > run: > #!/bin/bash > source env.sh > run command > ``` I realized the problem is env.sh contain...
Same error on Ubuntu 22.04.2 LTS
ping, maybe this could be achived by #448
My bad, I posted a wrong example. Sorry for that, and I have update the original post. The bug is sub-task's dir creates a new sub-folder and execute on that...
```taskfile.yml version: '3' vars: LOC: "/tmp" tasks: test: dir: "{{.LOC}}/a" vars: a: sh: "echo 1 |grep 1" cmds: - echo "dir is {{.LOC}}" - pwd ``` ``` > task test...
> (Folders are the root of all evil - my personal opinion) > > Could a bookmark then reside in multiple folders? Kind of true, maybe put tags in folder,...
which version contain this feature? ``` task --version Task version: v3.38.0 (h1:O7kgA6BfwktXHPrheByQO46p3teKtRuq1EpGnFxNzbo=) task --completion bash ..... unknown flag: --completion Failed at 177: task --completion bash ```
能指导下大概修改的文件位置吗?
There could be more senario other than privacy issues, for example: https://a.com/b/c#anchor, this is just the same page but on another position. I use this plugin to keep track my...
> > There could be more senario other than privacy issues, for example: https://a.com/b/c#anchor* , this is just the same page but on another position. > > I use this...