Skip to content

Added the ability to append from STDIN #50

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

Merged
merged 2 commits into from
Feb 16, 2025

Conversation

manchicken
Copy link
Contributor

  • Added a new flag, -A, which reads STDIN through EOF, and then pastes it
  • This is compatible with the way that -a works, it just uses STDIN instead of a string argument

This closes #49.

- Added a new flag, `-A`, which reads STDIN through EOF, and then pastes it
- This is compatible with the way that `-a` works, it just uses STDIN instead of a string argument
Copy link
Owner

@jrswab jrswab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding to the readme and the changelog. I like the -A for the flag and the implementation is very easy to follow. I'll merge this into master and create a new release.

Thank you again for the PR 🙏

@jrswab jrswab merged commit b646ba1 into jrswab:master Feb 16, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

Feature request: New page from STDIN
2 participants