Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YingRui Lu committed Aug 16, 2020
1 parent 192fc6b commit a6967f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ $ bundle exec bjt [destination] [package]

### Destinations:

- `h` -> Jump To Homepage
- `g` -> Jump To Github
- `p` -> Jump To Gems Repos
- `h` -> Jump To Homepage
- `s` -> Jump To Source
- `d` -> Jump To Library RDocs
- `r` -> Jump To Releases
- `l` -> Jump To Local Dir

Expand All @@ -46,11 +47,14 @@ $ bundle exec bjt [destination] [package]
`bjt s bundler` (source)
<https://github.com/rubygems/bundler>

`bjt d bundler` (rdocs)
<https://www.rubydoc.info/gems/bundler/2.1.4>

`bjt r bundler` (release)
<https://github.com/rubygems/bundler/releases>

`bjt l bundler` (Gem Installed Dir)
Open Folder: /Users/xxx/.rbenv/versions/2.x.x/lib/ruby/gems/2.x.x/gems/bundler-x.x.x
Use \$EDITOR Open: /Users/xxx/.rbenv/versions/2.x.x/lib/ruby/gems/2.x.x/gems/bundler-x.x.x

## Contributing

Expand Down

0 comments on commit a6967f1

Please sign in to comment.