https://github.com/berquerant/rpath
find path of the element present at specified position
https://github.com/berquerant/rpath
go json yaml
Last synced: about 1 year ago
JSON representation
find path of the element present at specified position
- Host: GitHub
- URL: https://github.com/berquerant/rpath
- Owner: berquerant
- License: mit
- Created: 2024-07-10T11:34:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T12:18:52.000Z (about 1 year ago)
- Last Synced: 2025-04-07T13:27:49.754Z (about 1 year ago)
- Topics: go, json, yaml
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpath
```
❯ ./dist/rpath --help
rpath - find path of the element present at specified position
Usage:
rpath [flags] CATEGORY [FILE]
Available CATEGORY:
- yaml, yml
- json
Flags:
-column int
Column number of target, 1-based
-debug
Enable debug logs
-line int
Line number of target, 1-based
-offset int
Offset of target, 0-based (default -1)
-verbose
Verbose output
```
# Examples
``` sh
❯ cat - <