Skip to content

Command interpreter for manipulating a Directed Acyclic Graph (DAG), simulating a minimal filesystem, developed in .NET.

Notifications You must be signed in to change notification settings

zephyrquest/file-system-command-interpreter

Repository files navigation

File System Command Interpreter

Command interpreter for manipulating a Directed Acyclic Graph (DAG), simulating a minimal filesystem, developed in .NET.

File System Command Interpreter

Commands supported

  • cd <path>: change the current working directory.
  • ls: list the content inside the current working directory.
  • mkdir <dir name>: create a new directory in the current working directory.
  • mv <origin> <destination>: move a directory and its content inside another directory.
  • pwd: print the path of the current working directory.
  • rm <path>: remove a directory and its content.
  • clear: clear the output area.
  • help: list all the available commands with their description and synopsis.

Language localization

  • en: English
  • it: Italian

User configuration

  • language
    The configuration is saved in a file named fsci.ini, located within the .file_system_command_interpreter directory in the user's home directory.

About

Command interpreter for manipulating a Directed Acyclic Graph (DAG), simulating a minimal filesystem, developed in .NET.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages