therealpaulgg / ssh-sync

An SSH syncing application built with Go.
https://sshsync.io/
MIT License
6 stars 1 forks source link

Conflict Resolver for Key Upload #51

Open therealpaulgg opened 6 months ago

therealpaulgg commented 6 months ago

conflict resolution was easily added for download - it should probably be added for upload as well.

This might be a more difficult task to implement as implementing it in a nicer way probably requires some sort of TUI...