https://github.com/superiorlu/bjt
bjt(bundle jump to), a quick navigation tool for bundle packages like njt
https://github.com/superiorlu/bjt
bjt bundler njt rubygems source-code
Last synced: 9 months ago
JSON representation
bjt(bundle jump to), a quick navigation tool for bundle packages like njt
- Host: GitHub
- URL: https://github.com/superiorlu/bjt
- Owner: superiorlu
- License: mit
- Created: 2020-08-12T14:47:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T03:16:30.000Z (almost 6 years ago)
- Last Synced: 2024-04-29T22:13:04.769Z (about 2 years ago)
- Topics: bjt, bundler, njt, rubygems, source-code
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bjt
bjt(bundle jump to), a quick navigation tool for bundle packages like [njt](https://github.com/kachkaev/njt).
[](https://rubygems.org/gems/bjt)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'bjt'
```
And then execute:
$ bundle install
## Usage
```shell
$ bundle exec bjt [destination] [package]
```
### Destinations:
- `h` -> Jump To Homepage
- `g` -> Jump To Github
- `p` -> Jump To Gems Repos
- `s` -> Jump To Source
- `d` -> Jump To Library RDocs
- `r` -> Jump To Releases
- `l` -> Jump To Local Dir
### Examples
`bjt h bundler` (homepage)
→
`bjt g bundler` (github)
→
`bjt p bundler` (rubygems)
→
`bjt s bundler` (source)
→
`bjt d bundler` (rdocs)
→
`bjt r bundler` (release)
→
`bjt l bundler` (Gem Installed Dir)
→ Use \$EDITOR Open: /Users/xxx/.rbenv/versions/2.x.x/lib/ruby/gems/2.x.x/gems/bundler-x.x.x
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/superiorlu/bjt.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).