Skip to content

Added the ability to append from STDIN#50

Merged
jrswab merged 2 commits into
jrswab:masterfrom
manchicken:adding-stdin-appending
Feb 16, 2025
Merged

Added the ability to append from STDIN#50
jrswab merged 2 commits into
jrswab:masterfrom
manchicken:adding-stdin-appending

Conversation

@manchicken
Copy link
Copy Markdown
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
Copy Markdown
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
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