Sha256: 95fad03cbd4c45f09fa7d66cb0af34f2ce06fa2ddeb63520837cd26fe50789b6

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

require_relative '../../colored'
module Warp
  module Dir
    VERSION = '1.1.4'

    @install_notice = <<-EOF

#{'>>> PLEASE READ THIS! '.bold.yellow}

For this gem to work, you must also install the coupled shell function
into your shell initialization file. The following command should complete the
setup (but please change '~/.bash_login' with whatever you use for shell
initialization, although for most situations ~/.bash_login is good enough).

    EOF
    @install_notice += <<-EOF.bold.green
  $ warp-dir install --dotfile ~/.bash_login

    EOF
    @install_notice += <<-EOF
Restart your shell, and you should now have 'wd' shell function that
should be used instead of the warp-dir executable.

Start with:

    EOF
    @install_notice += <<-EOF.bold.blue
  $ wd help
  $ wd <directory>  # change directory – works just like "cd"
  $ wd add <name>   # add current directory as a warp point, call it <name>
    EOF
    @install_notice += <<-EOF

Please submit issues to:
https://github.com/kigster/warp-dir

Thank you!
    EOF
    INSTALL_NOTICE = @install_notice
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
warp-dir-1.1.4 lib/warp/dir/version.rb