tree: aa000554f3fc1305028ca95fba2476aec7ba5c43 [path history] [tgz]
  1. config/
  2. fonts/
  3. lib/
  4. meta/
  5. analysis_options.yaml
  6. BUILD.gn
  7. ermine_ask_module_pubspec.yaml
  8. pubspec.yaml
  9. README.md
shell/ermine/README.md

Ermine development shell for Fuchsia.

Build

Use the following fx set command to build the shell:

fx set x64 out/release-x64 --release --product=workstation

Ask Bar

The shell is quite rudimentary. It displays an Ask bar to allow the user to type in the name of the package they wish to launch. It also supports http URLs and, for queries that don't resolve to an installed package, it launches the the search page using Chromium.

Clicking outside the Ask bar dismisses it. Pressing Esc key also dismisses it. Use Alt+Space key combo to summon it back.

You package launched from the Ask bar opens up into a Story. Currently, stories are displayed one per screen. You can page through stories using a swipe gesture, but the gesture needs to be performed outside the story. Pressing the [x] icon on top right removes the story.