init

all tools in one place

https://github.com/bkahlert/init

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary

Keywords

bash bats guestfish libguestfs recordr shell-session virt-customize
Last synced: 6 months ago · JSON representation ·

Repository

all tools in one place

Basic Info
  • Host: GitHub
  • Owner: bkahlert
  • License: mit
  • Language: Shell
  • Default Branch: main
  • Homepage:
  • Size: 74.2 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 4
  • Releases: 2
Topics
bash bats guestfish libguestfs recordr shell-session virt-customize
Created over 4 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Changelog Funding License Citation Codeowners

README.md

init.rc Build Status Repository Size Repository Size

About

init provides access to the following tools in one place: * bats Run Bats (Bash Automated Testing System) tests * libguestfs (i.e. guestfish, virt-customize) Tools for accessing and modifying virtual machine disk images * recordr Record terminal sessions and convert them to SVG

recorded terminal session listing provided binaries
init.rc --help

recorded terminal session demonstrating guestfish
init.rc guestfish

Usage

Sourcing

If sourced, all provided binaries that can't be found locally are aliased and can be used for the rest of the current shell session.

shell source <(curl -LfsS https://git.io/init.rc) bats test

Executing

If executed, a single command can be invoked without further modifications of the current shell session.

shell curl -LfsS https://git.io/init.rc | "$SHELL" -s -- bats test

Testing

```shell git clone https://github.com/bkahlert/init.git cd init

Use Bats wrapper to run tests

curl -LfsS https://git.io/batsw \ | DOCKERBAKE="--set '*.tags=test'" "$SHELL" -s -- --batsw:-e --batsw:BUILDTAG=test test ```

Bats Wrapper is a self-contained wrapper to run tests based on the Bash testing framework Bats.

💡 To accelerate testing, the Bats Wrapper checks if any test is prefixed with a capital X and if so, only runs those tests.

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You can also support this project by making a PayPal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! :pray:

License

MIT. See LICENSE for more details.

Owner

  • Name: Björn Kahlert
  • Login: bkahlert
  • Kind: user
  • Location: Berlin, Germany

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - given-names: "Björn"
    family-names: "Kahlert"
    orcid: "https://orcid.org/0000-0003-1705-4067"
title: "init.rc — all tools in one place"
version: 0.1.0
date-released: 2021-12-13
url: "https://github.com/bkahlert/init"

GitHub Events

Total
Last Year

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 12
  • Total Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Björn Kahlert m****l@b****m 12
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 months
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.27
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 11
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (6)
  • github-actions[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
dependencies (6) github_actions (6) recordr (3) docs (3) rec (3)

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • bkahlert/bats-wrapper v0.1.4 composite
  • softprops/action-gh-release v1 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • bkahlert/recordr v0.2.2 composite
  • peter-evans/create-pull-request v3 composite
.github/workflows/test-report.yml actions
  • dorny/test-reporter v1 composite