Press n or j to go to the next uncovered block, b, p or k for the previous block.
// file modes (dir, file, link) export default { DIR: 'DIR', FILE: 'FILE', SYMBOLIC_LINK: 'SYMBOLIC_LINK' }