Skip to content

Releases: HyDE-Project/hyprquery

v0.6.3r2

23 Jul 02:39
Compare
Choose a tag to compare

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

22 Jul 17:41
426d248
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.6.3

Added a Multi Query option

v0.6.1

27 Apr 18:44
Compare
Choose a tag to compare

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.

image


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

28 Feb 02:50
Compare
Choose a tag to compare

TODO:

Needed help for the --source flag to follow recursively.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

26 Feb 05:02
Compare
Choose a tag to compare