You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other mac text editors like Cot and TextMate have terminal integration that allows you to open a file from the Terminal by typing:
cot foo.md
mate bar.py
subl another.c #for sublime text
This will greatly increase the utility of Moped for many users because Moped can open a file much quicker than either of the above two text editors, and quick open/edit cycle can make huge difference in the usability of a program (
Here's how cot does it. It is worth considering if we can repurpose this script (Apache2.0 License) to something similar Moped by changing the APPLICATION_NAME variable.
The text was updated successfully, but these errors were encountered:
You are right and that is definitely on the list. Thanks for the cot suggestion, worth a try. The direction I've been thinking about is more like TextMates's rmate, which uses sockets and would allow remote editing of files as well.
Other mac text editors like Cot and TextMate have terminal integration that allows you to open a file from the Terminal by typing:
This will greatly increase the utility of Moped for many users because Moped can open a file much quicker than either of the above two text editors, and quick open/edit cycle can make huge difference in the usability of a program (
Here's how cot does it. It is worth considering if we can repurpose this script (Apache2.0 License) to something similar Moped by changing the
APPLICATION_NAME
variable.The text was updated successfully, but these errors were encountered: