We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nextstrain shell is very useful to get a reliable no-worry environment. Sometimes I'd like to quickly edit a config file from within a session.
Add small file editors to docker-base
I know nano is small, but as a vim user it would be great to also get a small vim version in, something like vim-tiny.
nano
vim
vim-tiny
Downsides: image size goes up, but it should be at most a MB compared to ~700 we have already. I think that's ok.
The text was updated successfully, but these errors were encountered:
Add nano and vim-tiny for usability in interactive prompt
b6e83d5
Resolves #177
Successfully merging a pull request may close this issue.
Context
Nextstrain shell is very useful to get a reliable no-worry environment. Sometimes I'd like to quickly edit a config file from within a session.
Description
Add small file editors to docker-base
Examples
I know
nano
is small, but as avim
user it would be great to also get a smallvim
version in, something likevim-tiny
.Downsides: image size goes up, but it should be at most a MB compared to ~700 we have already. I think that's ok.
The text was updated successfully, but these errors were encountered: