mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support sed #95

Open mrlunchbox777 opened 4 months ago

mrlunchbox777 commented 4 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add sed to the managed packages

Why?

Useful for streaming and processing text, particularly in piping cli output

What-should happen?

sed should be a package in the index.json

Steps to Test

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

Code of Conduct

mrlunchbox777 commented 4 months ago

this will need to be gsed for Mac, covers this TODO.

Take notice of this note which will need to be accounted for with coreutils as well.

mrlunchbox777 commented 4 months ago

should cover this TODO as well.