Releases: HyDE-Project/hyprquery
v0.6.3r2
hyq is a wrapper to use hyprlang under the hood to do basic parsing.
Added
- option to expect output to match --type or --regex
- Instead of injecting temp files, we use hyprlang's
options.pathIsStream = true;
which removes the FS overhead
HyprQuery hyq
is built for HyDE ecosystem to avoid compositor overhead when parsing. Though built for HyDE, this tool can be used as a generic tool to parse basic hyprlang varibles. If you find this helpful or you use HyDE please help me shape this project!
Here's my to-do list:
TODO:
- Automate release
- AUR Release
- Fix code base. I am still currently learning cpp (not serioulsy) but to just maintain this project. I NEED HELP!
- Support .so extensions like bind handler, monitor handler, etc. source handler is added as core functionality.
Why not rust? I want hyq
just be built against hyprlang
,therefore I want to utilize the API hyprlang provides. This way any changes on hyprlang I don't have to chase it. If someone can maintain the parsing part for rs, then why not!
Full Changelog: v0.6.3r1...v0.6.3r2
v0.6.3
Full Changelog: v0.6.1...v0.6.3
Added a Multi Query option
v0.6.1
I will try to make the version the same as hyprlang. And yes we now have a working --source
option that follows nested files and globs. Contributions are welcom as I am dumb for sure. This is working, so yeah.
This program is a built in functionality for HyDE and prebuilt binary is already added for HyDE.
Full Changelog: v0.0.2...v0.6.1
Full Changelog: v0.0.2...v0.6.1
HyDE v0.1.4
v0.0.1
HyDE's core util
See https://github.com/HyDE-Project/hyprquery/tree/v0.0.1?tab=readme-ov-file#usage
Full Changelog: https://github.com/HyDE-Project/hyprquery/commits/v0.0.1