Commit Graph

13 Commits

Author SHA1 Message Date
Christoph Herb
06f3b2bed0 format 2024-10-10 13:20:22 +02:00
Christoph Herb
a0c52b2fcd fix bug 2024-10-10 13:20:07 +02:00
Christoph Herb
cf0b32dae0 add max width and improve design 2024-10-10 13:17:37 +02:00
Christoph Herb
59152be7b3 fix minor bug, add todos 2024-10-10 00:34:56 +02:00
Christoph Herb
63e5727b6f add nix flake 2024-10-10 00:23:15 +02:00
Christoph Herb
0a29157c1f format 2024-10-10 00:17:57 +02:00
Christoph Herb
5dcde0af63 feat: update license to MIT License and add copyright notice 2024-10-10 00:17:05 +02:00
Christoph Herb
5a455ac94e fix: improve file handling in webserver to prevent potential errors 2024-10-10 00:15:51 +02:00
Christoph Herb
9bb188e278 feat: Improve README.md rendering and add new flags for customization
Added support for rendering the `README.md` file with a markdown parser, allowing users to customize the behavior with new flags. The `-r=false` flag can be used to disable rendering of the README.md file if no file is provided.

Updated the `cmd/root.go` file to include the new flags and updated the `pkg/client.go` file to reflect the changes in the client struct.
2024-10-10 00:13:28 +02:00
Christoph Herb
40fa2a7b86 feat: Update go-grip to use golangci-lint and improve build process
This commit updates the go-grip project to use golangci-lint for code quality checks, improves the build process by adding a check for formatting errors, and enhances the release workflow by using the new golangci-lint action.

The changes address issues with code quality and maintainability, ensuring that the project adheres to best practices. The improved build process reduces the risk of formatting errors, while the updated release workflow ensures that the project is properly formatted before being released.
2024-10-09 23:48:08 +02:00
Christoph Herb
41c7fab59b improve usability 2024-10-09 22:49:34 +02:00
Christoph Herb
a72317b093 add basic features 2024-10-09 22:03:53 +02:00
Christoph Herb
2191cababd initial commit 2024-10-09 19:05:05 +02:00