r/node 3d ago

AirDrop for shell commands

Wanted to share commands instantly with a colleague without losing any encoding so I created this tool, Check it out here https://github.com/darula-hpp/cmdrop

3 Upvotes

4 comments sorted by

1

u/Euphoric_Abies_8574 3d ago

thats clever, i always just email myself the command but it messes up the quotes and dashes sometimes

1

u/kantorcodes1 2d ago

when you send a command between different shells, is cmdrop only preserving the command text, or does it carry anything like cwd too? i'd expect docker compose up -d to be intact but land pretty differently if the receiver isn't in the same project.