skywind3000 / asynctasks.vim

:rocket: Modern Task System for Project Building, Testing and Deploying !!
https://www.vim.org/scripts/script.php?script_id=5853
MIT License
915 stars 30 forks source link

请教 interactive shell 问题 #98

Open QiangZiBro opened 2 years ago

QiangZiBro commented 2 years ago

大佬您好,我的使用场景希望用到 interactive shell,比如结合 asynctasks 快速在 docker 容器里运行一些命令,我写了个脚本 d 做这个事情。 但不管在neovim内,还是使用脚本,发现都不支持 interactive shell

image image

请问需要进行什么设置吗?

meicale commented 1 year ago

docker exec + 需要在容器中执行的命令。 可以不用启动interactive shell,就执行完相应的命令。这里面存在的问题是host 文件目录的映射到container 文件目录的问题。可能会导致有些命令或者返回的结果不正确。