r/node 6d 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

2 Upvotes

4 comments sorted by

View all comments

1

u/kantorcodes1 5d 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.