mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support tr #104

Open mrlunchbox777 opened 4 months ago

mrlunchbox777 commented 4 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add tr to the managed packages

Why?

It can translate/remove characters from a stream

What-should happen?

tr should be a package in the index.json

Steps to Test

  1. jq '.packages[] | select(.name = "tr")' resources/install/index.json should return the details for managing the tr package

Code of Conduct