First of all, good job with the tool, it is really handy for my specific use case. I found executing the script a bit cumbersome, in my opinion flake support would be a really great quality-of-life addition.
With flakes, the tool could be used like this:
nix run github:ReedClanton/html2nix -- -i bookmarks.html -o bookmarks.nix
This makes the tool runnable directly from GitHub without cloning or manually setting up an environment.
First of all, good job with the tool, it is really handy for my specific use case. I found executing the script a bit cumbersome, in my opinion flake support would be a really great quality-of-life addition.
With flakes, the tool could be used like this:
nix run github:ReedClanton/html2nix -- -i bookmarks.html -o bookmarks.nixThis makes the tool runnable directly from GitHub without cloning or manually setting up an environment.