I’m having trouble opening a file with atom in windows. Usually with editors you would just input the filename, and the application would open in the correct directory. This is not the case with atom.
I was hoping from the command line I could call:
atom inputfile.txt
but instead, opening a file requires me to type
atom c:/users/grant/documents/github/repo/inputfile.txt
obviously I don’t want to type an entire file path to open a file. Is there a way to do this in windows?