git-learning-game / oh-my-git

An interactive Git learning game!
https://ohmygit.org
Other
1.98k stars 143 forks source link

Missing command to open files from cli #212

Closed PierpaoloSpadafora closed 3 months ago

PierpaoloSpadafora commented 3 months ago

Currently, it is not possible to open files from the cli using a specific command. This would greatly enhance the usability of the game, especially for who prefer to practice real world scenarios.

I expect to be able to open files from the CLI using a command, such as vi <file_path> or open <file_path>.

defini-tiv commented 3 months ago

you can already do that with nano <filename> or fake-editor <filename>

PierpaoloSpadafora commented 3 months ago

I was expecting to be able to open the in-game text editor, but none of them seemed to work

Editor-Missing-Image


Then I tried with some of my local text editors but only notepad <path_to_file> worked for me.

Oh My Git! for Windows Version 0.6.5