-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Break long input lines #263
Conversation
Make it easier to read text that is typed in.
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/LibraryCarpentry/lc-shell/compare/md-outputs..md-outputs-PR-263 The following changes were observed in the rendered markdown documents:
What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2024-04-03 17:21:41 +0000 |
Hello @bkmgit, thanks for your pull request. Unfortunately we won't merge this, as it does not give us the correct output. Breaking into multiple lines also makes it harder for learners to copy and paste commands when they need to. Here's an example screenshot of one of the rendered changes for reference: |
@kaitlinnewson Thanks for considering and reviewing it. Generally copy pasting is discouraged as it does not build muscle memory. The text that would be entered would be
but typically the terminal also contains a |
@bkmgit The commands as they are written in the PR result in a duplicate " I took a look at some of the other lessons in the Carpentries materials, and breaking long commands on to multiple lines isn't being done elsewhere - I think one reason is that it adds complexity to teach the learner about breaking commands on to multiple lines, and there are no guarantees about the screen size a user has. We want to ensure that there is consistency across the lesson materials. While I know that copying and pasting isn't ideal, we still want to make sure learners are able to do that easily in cases where they need to - and instructors may need to do that easily as well while they are teaching. |
Make it easier to read text that is typed in.
If this pull request addresses an open issue on the repository, please add 'Closes #NN' below, where NN is the issue number.
Closes #262
Please briefly summarise the changes made in the pull request, and the reason(s) for making these changes.
Make it easier to read entered text
If any relevant discussions have taken place elsewhere, please provide links to these.