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
Copy file name to clipboardexpand all lines: README.md
+32-16
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# RemoteSubl
2
2
3
-
RemoteSubl starts as a fork of [rsub](https://github.com/henrikpersson/rsub) to bring `rmate` feature of TextMate to Sublime Text. It transfers files to be edited from remote server using SSH port forward and transfers the files back when they are saved.
3
+
RemoteSubl starts as a fork of [rsub](https://github.com/henrikpersson/rsub) to
4
+
bring `rmate` feature of TextMate to Sublime Text. It transfers files to be
5
+
edited from remote server using SSH port forward and transfers the files back
6
+
when they are saved.
4
7
5
8
Comparing to rsub, the followings are enhanced:
6
9
@@ -11,15 +14,22 @@ Comparing to rsub, the followings are enhanced:
11
14
- better status bar messages when saving file and when encountering errors.
12
15
- bring up Sublime Text on different platforms.
13
16
14
-
Why a new fork? It seems that the author of rsub is not actively maintaining that package.
15
-
17
+
Why a new fork? It seems that the author of rsub is not actively maintaining
18
+
that package.
16
19
17
20
# Installation
18
21
19
-
RemoteSubl can easily be installed using [Package Control](https://packagecontrol.io).
22
+
Before installing on your remote server, RemoteSubl can easily be installed
23
+
using [Package Control](https://packagecontrol.io).
24
+
25
+
Once you have that completed, open up Sublime Text *(the rest won't work unless
26
+
you do)*.
20
27
21
-
On the remote server, we need to install [rmate](https://github.com/aurora/rmate) (this one is the bash version). You don't have to install it if you have been using `rmate` with TextMate or other editors.
22
-
It is just the same executable. If not, it (the bash version) can be installed by running this script (assume that you have the right permission),
28
+
On the remote server, we need to install
29
+
[rmate](https://github.com/aurora/rmate) (this one is the bash version). You
30
+
don't have to install it if you have been using `rmate` with TextMate or other
31
+
editors. It is just the same executable. If not, it (the bash version) can be
32
+
installed by running this script (assuming you have the right permission),
0 commit comments