Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdavids/sdavids-shell-misc
Miscellaneous shell-related scripts and functions
https://github.com/sdavids/sdavids-shell-misc
shell shell-script
Last synced: 3 days ago
JSON representation
Miscellaneous shell-related scripts and functions
- Host: GitHub
- URL: https://github.com/sdavids/sdavids-shell-misc
- Owner: sdavids
- Created: 2024-01-13T10:06:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T13:55:20.000Z (6 days ago)
- Last Synced: 2025-01-09T14:56:58.922Z (6 days ago)
- Topics: shell, shell-script
- Language: Shell
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.adoc
- License: LICENSES/Apache-2.0.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
// SPDX-FileCopyrightText: © 2024 Sebastian Davids
// SPDX-License-Identifier: Apache-2.0
= sdavids-shell-misc
Sebastian Davids
// Metadata:
:description: Miscellaneous shell-related scripts and functions.
// Settings:
:sectanchors:
:sectlinks:
// Refs:
:uri-contributor-covenant: https://www.contributor-covenant.org
:uri-apache-license: https://www.apache.org/licenses/LICENSE-2.0
:uri-google-style: https://github.com/google/gtsifdef::env-browser[:outfilesuffix: .adoc]
ifdef::env-github[]
:outfilesuffix: .adoc
:badges:
endif::[]ifdef::badges[]
image:https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg[Contributor Covenant,Version 2.1,link={uri-contributor-covenant}]
image:https://img.shields.io/badge/code%20style-google-blueviolet.svg[Code Style: Google,link={uri-google-style}]
image:https://img.shields.io/osslifecycle/sdavids/sdavids-shell-misc[OSS Lifecycle]
image:https://img.shields.io/maintenance/yes/2024[Maintenance]
image:https://img.shields.io/github/last-commit/sdavids/sdavids-shell-misc[GitHub last commit]
image:http://isitmaintained.com/badge/resolution/sdavids/sdavids-shell-misc.svg[Resolution Time]
image:http://isitmaintained.com/badge/open/sdavids/sdavids-shell-misc.svg[Open Issues]
endif::[]{description}
https://sdavids.github.io/sdavids-shell-misc/user-guide/index.html[User Guide]
https://sdavids.github.io/sdavids-shell-misc/developer-guide/index.html[Developer Guide]
== License
Apache License, Version 2.0 (link:LICENSES/Apache-2.0.txt[Apache-2.0.txt] or {uri-apache-license}).