README.md
pyproject.toml
futureos/__main__.py
futureos/constants.py
futureos.egg-info/PKG-INFO
futureos.egg-info/SOURCES.txt
futureos.egg-info/dependency_links.txt
futureos.egg-info/requires.txt
futureos.egg-info/top_level.txt
futureos/commands/__init__.py
futureos/commands/answer.py
futureos/commands/cat.py
futureos/commands/cd.py
futureos/commands/cls.py
futureos/commands/command.py
futureos/commands/ls.py
futureos/commands/nano.py
futureos/commands/pwd.py
futureos/commands/rm.py
futureos/init/create_collections.py
futureos/init/initialize_filesystem.py
futureos/utils/console_manager.py
futureos/utils/editor.py
futureos/utils/path_utils.py
tests/test_create_collections.py