diff options
author | tv <tv@iiso> | 2011-09-27 01:58:13 +0200 |
---|---|---|
committer | tv <tv@iiso> | 2011-09-27 01:58:13 +0200 |
commit | fc7685d3e02f70e2ae9a0ccf0151c493d717e581 (patch) | |
tree | 88fc070501cce687520650ed3af22ac2e7e23fe7 /bridge/README.md | |
parent | 654b9e4fc6b945f9cb2c76d8a5e26141cb300bb6 (diff) |
//bridge: mv README share/doc/bridge
Diffstat (limited to 'bridge/README.md')
l---------[-rw-r--r--] | bridge/README.md | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/bridge/README.md b/bridge/README.md index dabb329a..7c994fe2 100644..120000 --- a/bridge/README.md +++ b/bridge/README.md @@ -1,49 +1 @@ -# //bridge - -Bridge is a tool to connect your favourite editor and interpreter (or -similar) for maximum profit. - - -## usage by example - - # start your favourite interpreter, e.g. bc, in a new session - bridge create my_fancy_interpreter bc - - # attach a terminal to the session - bridge attach my_fancy_interpreter - - # fire up your favourite editor (in another terminal) - vim - # press <F12> to connect to the session - # press return - # write interpreter stuff, e.g. 42^23 - # mark that stuff - # press return - - # you can use tab-completion everywhere (if installed) - - -## install bridge (bourne) shell integration - -Hint #1: reboot your system or similar for this to take full effect -Hint #2: you could also use ~/.profile or similar - - echo 'PATH="${PATH+$PATH:}//bridge/bin"' >> /etc/profile - - -## install bridge Vim integration - -Hint: your vim-setup probably differs - - ln -s //bridge/share/vim/plugin/bridge.vim ~/.vim/plugin/ - - -## install bridge bash completion - -Hint #1: reboot your system or similar for this to take full effect -Hint #2: this could differ on your system, of course -Hint #3: you could also use ~/.profile or similar - - ln -s //bridge/etc/bash_completion.d/bridge /etc/bash_completion.d/ - - +share/doc/bridge/README.md
\ No newline at end of file |