The TL;DR so far is basically:
- a single tree representing an entire file system all the way into the files themselves: basically no distinction between directory trees and the tree structure internal to files.
- software as functions that manipulate the tree and which themselves are nodes on the tree
- a shell for navigating around the tree like Unix-shell on a filesystem
- information from external sources grafted onto the tree