Sha256: d715e72c0989e0aa139eeb6fd8347193480f07d1a6557b4b3a771ceae3bd449a

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

require 'colored'
module Warp
  module Dir
    VERSION = '1.1.3'

    @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.3 lib/warp/dir/version.rb