Call for testing: The Tree Command for Linux (Strict Confinement Edition)

I would like to announce a call of testing for the tree-strict snap. The Tree Command for Linux is a recursive directory listing command that produces a depth indented listing of files.

How to install

Get it from the Snap Store

or, in a terminal:

# Install the snap #
sudo snap install tree-strict

# Connect the snap to optional security confinement interfaces #
## For accessing files under `/mnt` and `/media` ##
sudo snap connect tree-strict:removable-media

# Launch the application #
snap alias tree-strict tree
tree

# If you have another existing installation of tree
snap run tree-strict 

What to test

  • Can you properly launch the application?
  • Do you notice any problems during running the application?

How to contribute

Here’s the project page of the snap: https://launchpad.net/tree-snap