Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloning git respositories requires user interaction #185

Open
Mic92 opened this issue Mar 5, 2018 · 0 comments
Open

cloning git respositories requires user interaction #185

Mic92 opened this issue Mar 5, 2018 · 0 comments

Comments

@Mic92
Copy link

Mic92 commented Mar 5, 2018

The user has to hit enter manually for some commands:

$ nix-shell -p vimPlugins.pluginnames2nix --command "vim-plugin-names-to-nix"
ash: /run/user/1000/env-vars: cannot overwrite existing file
Plugin: vim-pi
Home page: https://bitbucket.org/vimcommunity/vim-pi
Source URL: https://bitbucket.org/vimcommunity/vim-pi (type git)
name: 'vim-pi'
Target: /tmp/vim2nix-joerg/vim-pi
git clone --recursive --depth 1 'https://bitbucket.org/vimcommunity/vim-pi' '/tmp/vim2nix-joerg/vim-pi'
:!git clone --recursive --depth 1 'https://bitbucket.org/vimcommunity/vim-pi' '/tmp/vim2nix-joerg/vim-pi'
                                                                                                         Cloning into '/tmp/vim2nix-joerg/vim-pi'...
remote: Counting objects: 43, done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 43 (delta 1), reused 26 (delta 0)
Unpacking objects: 100% (43/43), done.
Press ENTER or type command to continue

Is using :silent ! the right approach here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant