posix
Here are 1,113 public repositories matching this topic...
-
Updated
May 5, 2022 - Go
-
Updated
May 4, 2022 - Shell
-
Updated
May 5, 2022 - Go
-
Updated
May 5, 2022 - Go
-
Updated
Apr 25, 2022 - Go
-
Updated
May 5, 2022 - Shell
I'd like a line break in the help text produced from <summary> docs.
It seems that line breaks are ignored (understandably). Adding <para> elements doesn't help (in fact, it removed whitespace between paragraphs).
Perhaps a separate issue, but it'd be nice to use the <summary> section for the brief description, and the <remarks> section for more detailed information.
-
Updated
Apr 29, 2022 - C++
-
Updated
Oct 27, 2021 - Shell
-
Updated
Apr 27, 2022 - C
-
Updated
May 5, 2022 - C
Description
I'm the lead developer of Calinix and want my distro to come in neofetch. Our logo is
Neofetch version
7.1
Name: CalinixOS
SourceForge: http://calinixos.sf.net
GitHub: https://github.com/Calinix-Team
Official Website: https://get.calinix.tech
Calinix D
Support for ArchLabs
Right now distrobox init will mount host's /usr/share/themes over ~/.local/share/themes to keep themes in sync.
While this works also if you have your themes in ~/.themes, this will overwrite user's theme in ~./.local/share/themes
We should find a solution that works also for this use case
-
Updated
Dec 7, 2021 - C
Printable format
Is there any chance that you will create a printable version of this docs as it would be very useful if it is distributed on my college tech club and my fellow linux geekmate. Thanks
-
Updated
May 5, 2022 - Swift
-
Updated
Apr 1, 2022 - C++
-
Updated
Dec 11, 2021 - Shell
-
Updated
Nov 28, 2021 - C
-
Updated
May 5, 2022 - C
-
Updated
Apr 21, 2022 - Go
-
Updated
Dec 18, 2020 - C
Improve this page
Add a description, image, and links to the posix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the posix topic, visit your repo's landing page and select "manage topics."

Running a simple script like:
through
shfmt -mnyields:echo aThe shebang is stripped out (like a comment) which isn't ideal.
Thanks for the otherwise great library!