With BTRFS I could do bash completion of my snapshot names during send/receive, the names were just folders.
With ZFS, there is no autocompletion if you use a script and pass snapshots as parameters. And if you could pass snapshot names as folders .zfs/blahblah, you'd get autocomplete, but zfs only takes pool/dataset@snapshot syntax.
The only autocompletion with ZFS is if you don't use a script and just type zfs blah blah snapshot name.
So sad.


With ZFS, there is no autocompletion if you use a script and pass snapshots as parameters. And if you could pass snapshot names as folders .zfs/blahblah, you'd get autocomplete, but zfs only takes pool/dataset@snapshot syntax.
The only autocompletion with ZFS is if you don't use a script and just type zfs blah blah snapshot name.
So sad.