From fc7685d3e02f70e2ae9a0ccf0151c493d717e581 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 27 Sep 2011 01:58:13 +0200 Subject: //bridge: mv README share/doc/bridge --- bridge/README.md | 50 +----------------------------------- bridge/share/doc/bridge/README.md | 53 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 49 deletions(-) mode change 100644 => 120000 bridge/README.md create mode 100644 bridge/share/doc/bridge/README.md (limited to 'bridge') diff --git a/bridge/README.md b/bridge/README.md deleted file mode 100644 index dabb329a..00000000 --- a/bridge/README.md +++ /dev/null @@ -1,49 +0,0 @@ -# //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 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/ - - diff --git a/bridge/README.md b/bridge/README.md new file mode 120000 index 00000000..7c994fe2 --- /dev/null +++ b/bridge/README.md @@ -0,0 +1 @@ +share/doc/bridge/README.md \ No newline at end of file diff --git a/bridge/share/doc/bridge/README.md b/bridge/share/doc/bridge/README.md new file mode 100644 index 00000000..07f5eb6d --- /dev/null +++ b/bridge/share/doc/bridge/README.md @@ -0,0 +1,53 @@ +# //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 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/ + + +## install bridge into some usr-like hierarchy [advanced] + + tar -C //bridge -c . | tar --exclude=./README.md -C ~/opt -v -x + -- cgit v1.2.3