Hello Folks, I'll would like to have some feedback about an ongoing modification of the command-line interface of BIT. Please let me know what you think. Can you think of better naming for commands and switches. Maybe something totally different? There are 4 commands I do replace with 2 commands "list" and "last" as follows: - backintime snapshots-list: backintime list - backintime snapshots-list-path: backintime list --path - backintime last-snapshot: backintime last - backintime last-snapshot-path: backintime last --path This is still implemented in an pending PR #2135. I also do have an alternative in mind, which would reduce everything to only one command, with more switches. - backintime snapshots-list: backintime show - backintime snapshots-list-path: backintime show --path - backintime last-snapshot: backintime show --last - backintime last-snapshot-path: backintime show --last --path Regards, Christian Buhtz The Issue: https://github.com/bit-team/backintime/issues/2130 The PR: https://github.com/bit-team/backintime/pull/2135