gitextract_hf53ko4u/ ├── .github/ │ └── workflows/ │ └── test.yaml ├── .gitignore ├── LICENSE ├── README.md ├── display.go ├── go.mod ├── go.sum ├── parse.go ├── parse_test.go ├── pup.go ├── pup.rb ├── selector.go └── tests/ ├── README.md ├── cmds.txt ├── expected_output.txt ├── index.html ├── run.py └── test