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

A note on improving the example given in the README #173

Closed
thor314 opened this issue Nov 19, 2022 · 1 comment
Closed

A note on improving the example given in the README #173

thor314 opened this issue Nov 19, 2022 · 1 comment

Comments

@thor314
Copy link

thor314 commented Nov 19, 2022

Consider replacing the line:
sd 'from "react"' 'from "preact"' $(fd --type file)

with:

fd --type file -x sd 'from "react"' 'from "preact"'

Why: The latter is robust to file and directory names with spaces. The first is not. Thanks for your work!

@CosmicHorrorDev
Copy link
Collaborator

Agreed 👍

This has been addressed by #61

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

2 participants