Discover Packages
github.com/skanehira/yd
command
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Mar 13, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
yd
YAML Incremental Digger.
Installation
$ go install github.com/skanehira/yd@latest
Usage
All of first, you can read yaml file as following.
$ yd file.yaml
$ yd https://sample.com/file.yaml
$ yd < file.yaml
$ yd -f file.yaml
Next, you can enter some query like select(.a == .b) to filter key or values.
yd is using yq so the query can enter as well as yq.
Please refer this document for learn how to use query of yq.
Keybind
Key
Description
Enter
focus view
Esc
focus input
Ctrl-n
scroll down view
Ctrl-p
scroll up view
Author
skanehira
Thanks
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.