Skip to content

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