Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 841 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 841 Bytes

Filesystem Explorer

Filesystem Explorer is a command line program that lets you traverse your computer's filesystem as if it was an old-school text adventure game. Directories are rooms in a dungeon, and files are objects in the rooms.

Many people don't understand file system hierarchies, and I was trying to think about how I understand the concept. This is pretty close to it. The computer is a place, and the filesystem is like a map of that place.

This is a work in progress, and just for fun. Enjoy!

Building

  1. Install the Go Programming Language.
  2. From your clone of this repo: go build

The result is a single executable file, filesystem-explorer.

License

This project is licensed under GPLv3. See LICENSE for details.