How to open a file from terminal?

Answered

When I navigate to a folder in my terminal, I would like to open a file in the main window (e.g. a text file). With VS Code, I can use the `code <filename>` command. What is the equivalent command for Fleet? The only way I found is to use the "Open" keyboard shortcut, however this gets messy when the folder contains a lot of files.

0
1 comment

you can use fleet <filename> to open the file in Fleet, or you can use fleet . to open the project.

1

Please sign in to leave a comment.