On my macbook, when I am exploring my filesystem and then open a file in textmate, it just opens the code window.
How can I open the textmate file explorer?
How can I jump to a file that is in a "project"? i.e. that is a file within the root folder or sub folders?
An alternative solution, that I personally prefer, is to:
Assumptions:
Your desired folder with the project sits at:
/Users/username/projects/example/
Solution 1:
Navigate inside your project folder by typing:
cd /Users/username/projects/example/
Open the current folder as Textmate project with file explorer by typing:
mate .
Solution 2:
Open your project within Textmate with file explorer by typing:
mate /Users/username/projects/example/
Explanation
The 'mate' command starts up your Textmate editor from the command line. You can pass a path argument to the 'mate' command, which does not have to be a file, but can also be a folder. Once you pass in a folder as an argument, Textmate will open up in project mode and therefore displays a file browser window.
One way is to create a new project in Textmate
using the New Project
menu item (from the File
menu) then add files and folders to the project using the buttons at the bottom of the project pane. Save the project with the Save Project
menu item. You can then re-open the project later by either double-clicking on the project file in the Finder or opening inside of Textmate
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With