https://github.com/bobronium/line_info
CLI tool to fetch helpful info about line of code, such as issue number, related PRs, etc.
https://github.com/bobronium/line_info
Last synced: 3 months ago
JSON representation
CLI tool to fetch helpful info about line of code, such as issue number, related PRs, etc.
- Host: GitHub
- URL: https://github.com/bobronium/line_info
- Owner: Bobronium
- Created: 2020-02-18T21:08:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T21:32:04.000Z (over 5 years ago)
- Last Synced: 2025-03-21T20:05:56.836Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# line_info
CLI tool to fetch helpful info about line of code, such as issue number, related PRs, etc.
Usage:
```bash
line_info path/to/file line_number [selected_text]
```It's designed to be used as an extension for IDE and called with a shortcut.
For example, in your Intellij IDE you can add this tool to `Extention Tools` (**Preferences -> Tools -> Extention Tools**)
Use `line_info` as Program and `"$FilePath$" $LineNumber$ "$SelectedText$"` as Arguments
Then you can bind any shortcut or run it from context menu