Skip to main content
Deno 2 is finally here 🎉️
Learn more

Deno Explorer

A command line based file explorer that allows you to navigate the file system and return the path to a selected file

import open  from "https://deno.land/x/deno_explorer@v0.0.3/mod.ts";

const choice = await open();