rustic v0.10.0 "interactive ls mode" #1561
-
In the rustic v0.10.0 announcement, there is a bullet point saying A diff view comparing snapshots/paths has been added to the interactive mode. This and the interactive ls mode also compute summaries for (sub)-dirs if requested. Question: What/where is this interactive ls mode? I can't find anything in the help (like for snapshots "-i"), i.e. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@AxelPetermann you are right, there is currently no |
Beta Was this translation helpful? Give feedback.
@AxelPetermann you are right, there is currently no
rustic ls --interactive
. We'll have to add this.The only way to currently get into an interactive
ls
view is via therustic snapshots --interactive
command: Just press right once you expanded to a snapshot and you are in the interactivels
mode.