Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/45 does not open new tab for already opened file #55

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 14, 2015

  1. Implemented INSTALL_PREFIX env variable

    Now you can 'INSTALL_PREFIX=~/bin ./ssh-copy-rsub [user@]host' to install into
    home directory
    KES777 committed May 14, 2015
    Configuration menu
    Copy the full SHA
    481059f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Configuration menu
    Copy the full SHA
    9e93aa8 View commit details
    Browse the repository at this point in the history
  2. Cleanup variable names

    rename: temp_path -> temp_file
    KES777 committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    dce40ff View commit details
    Browse the repository at this point in the history
  3. IMPLEMENTED: WORKDIR

    This is ROOT temporary working directory
    KES777 committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    44796d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf9bdbc View commit details
    Browse the repository at this point in the history
  5. Create full directory tree structure on local host as on remote

    Here we relay on sublime feature when we open same file
    Also if we open files with same names sublime will distinguish them and
    pretty show additional directory path on tabs
    KES777 committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    249f28a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9ca5cd View commit details
    Browse the repository at this point in the history
  7. Revert "Implemented INSTALL_PREFIX env variable"

    This reverts commit 481059f.
    KES777 committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    bbcc0df View commit details
    Browse the repository at this point in the history
  8. TYPO FIX

    KES777 committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    38873bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37c1b61 View commit details
    Browse the repository at this point in the history