-
Notifications
You must be signed in to change notification settings - Fork 285
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
Added CUDA to languages.yaml #940
Conversation
Fixes #902 |
Hope you don't mind, edited your initial comment so that it would trigger the issue to be closed on merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! The ASCII LGTM. When the Vercel deployment is approved we can view the live preview.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, nevermind 😆
Looks like the ASCII art exceeds our max dimensions.
Please make sure the ASCII art is no more than 40 characters wide.
this should do it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though CUDA has been added to tokei's languages file, it looks like it's not part of tokei's latest release 😞
But the changes LGTM!
Linking #1152 to PRs and issues that will probably be affected. |
logo suggestion:
|
Thansk a lot @jtmr05 🎉 The final version: https://onefetch.dev/#Cuda |
cheers |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [o2sh/onefetch](https://github.com/o2sh/onefetch) | minor | `2.22.0` -> `2.23.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>o2sh/onefetch (o2sh/onefetch)</summary> ### [`v2.23.1`](https://github.com/o2sh/onefetch/releases/tag/2.23.1) [Compare Source](o2sh/onefetch@2.23.0...2.23.1) <!-- Release notes generated using configuration in .github/release.yml at main --> ##### Bug Fixes 🐛 - Fix version in man page **Full Changelog**: o2sh/onefetch@2.23.0...2.23.1 ### [`v2.23.0`](https://github.com/o2sh/onefetch/releases/tag/2.23.0) [Compare Source](o2sh/onefetch@2.22.0...2.23.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### New Features 🎉 - add language support for OpenSCAD by [@​kenchou](https://github.com/kenchou) in o2sh/onefetch#1502 - add language support for Modelica by [@​dietmarw](https://github.com/dietmarw) in o2sh/onefetch#1262 - add language support for ATS by [@​pykenny](https://github.com/pykenny) in o2sh/onefetch#523 - add language support for CUDA by [@​jtmr05](https://github.com/jtmr05) in o2sh/onefetch#940 - add missing nerd fonts icons for some languages by [@​ankddev](https://github.com/ankddev) in o2sh/onefetch#1491 ##### Chores 🧹 - add Italian translation of README by [@​tlazzarin](https://github.com/tlazzarin) in o2sh/onefetch#1435 - add Polish translation of README by [@​adamperkowski](https://github.com/adamperkowski) in o2sh/onefetch#1444 - add Czech translation of READEME by [@​Amereyeu](https://github.com/Amereyeu) in o2sh/onefetch#1439 - update russian README by [@​ankddev](https://github.com/ankddev) in o2sh/onefetch#1478 - \[onefetch.dev] migrate to Svelte v5 by [@​o2sh](https://github.com/o2sh) in o2sh/onefetch#1455 - add script to preview/validate Nerd Fonts by [@​spenserblack](https://github.com/spenserblack) in o2sh/onefetch#1492 - add Powershell snippet to run onefetch automatically by [@​kiapanahi](https://github.com/kiapanahi) in o2sh/onefetch#1453 #### New Contributors - [@​tlazzarin](https://github.com/tlazzarin) made their first contribution in o2sh/onefetch#1435 - [@​kiapanahi](https://github.com/kiapanahi) made their first contribution in o2sh/onefetch#1453 - [@​adamperkowski](https://github.com/adamperkowski) made their first contribution in o2sh/onefetch#1444 - [@​Amereyeu](https://github.com/Amereyeu) made their first contribution in o2sh/onefetch#1439 - [@​ankddev](https://github.com/ankddev) made their first contribution in o2sh/onefetch#1478 - [@​kenchou](https://github.com/kenchou) made their first contribution in o2sh/onefetch#1502 - [@​dietmarw](https://github.com/dietmarw) made their first contribution in o2sh/onefetch#1262 - [@​pykenny](https://github.com/pykenny) made their first contribution in o2sh/onefetch#523 - [@​jtmr05](https://github.com/jtmr05) made their first contribution in o2sh/onefetch#940 **Full Changelog**: o2sh/onefetch@2.22.0...2.23.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni40IiwidXBkYXRlZEluVmVyIjoiMzkuODYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Fixes #902