Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added some changes #21

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

added some changes #21

wants to merge 14 commits into from

Conversation

voncloft
Copy link

added changelog
reintegraded color for outdated packages and [newer installed] as well

@voncloft
Copy link
Author

idk if you can use this - but I basically just added a changelog function scratchpkg

scratch_changelog() {
needarg $@
arg=$*
for repo in $PORT_REPO; do
#echo $repo/$1
if [[ -d $repo/$1 ]];
then
found=1
if [[ -f $repo/$1/CHANGELOG ]];
then
cat $repo/$1/CHANGELOG;
else
echo "No Changelog Exists"
fi
break
fi
done
if [ ! "$found" ];
then
msg "No matching package found"
fi
}

@emmett1
Copy link
Collaborator

emmett1 commented May 28, 2021

its not posix compliance, so i cant merge it.

@voncloft
Copy link
Author

voncloft commented Jul 3, 2021

welp...i tried - I'll implement it in my fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants