-
-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help Wanted: Figlet alternative / native header in shell #1246
Comments
I'm actually trying to port/implement something in bash atm. Will be a few more days tough. |
You could do it with a Github action that automatically creates/update the ASCII headers in a directory in the github repo for every script. Benefits:
|
Can you create an Example Branch for Testing? Im not a pro with GH Actions 😅 |
What I had in mind is having a static ASCII header displaying "Proxmox VE Helper-Scripts" and a couple of lines with the relevant information for the repo. Then, a variable line with the name of the application. Keep it simple. |
@MickLesk Yes, it will take a bit of time though with the after-holidays catch up :) |
Ah I see you already wrote a GHA, nice! I thought about creating a separate file for each APP but this approach saves you the trouble of figuring out that logic, because the computational cost is likely negligible :) |
Help Wanted:
Searching an Alternative for Figlet Header Generation:
Goals:
Solution:
Idea:
The text was updated successfully, but these errors were encountered: