Displaying 1 result from an estimated 1 matches for "tm_filepath".
Did you mean:
tempfilepath
2006 Jul 31
1
Textmate command to display specifications
I''ve added a command that displays the html formatted output of some
specifications. It''s as simple as..
#!/bin/sh
/usr/bin/env spec $TM_FILEPATH -fhtml
I''m wondering if anyone has anything more sophisticated (although to
be fair, this does the job for now)? I''ve seen some posts about a
rspec on rails textmate command but haven''t taken a look at it in
detail.
Chris