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

[FEATURE] Active vs. inactive repos #73

Open
dblock opened this issue Aug 30, 2023 · 0 comments
Open

[FEATURE] Active vs. inactive repos #73

dblock opened this issue Aug 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dblock
Copy link
Member

dblock commented Aug 30, 2023

Show repos that are active/inactive, starting with last time repos had a commit/pr/issue.

#!/bin/bash

LAST=`git log -1 --format="%at"`
NOW=$(date +%s)
DIFF=$((($NOW - $LAST)/86400))

DIR=`basename $PWD`
echo $DIR $DIFF
@dblock dblock added the enhancement New feature or request label Aug 30, 2023
@dblock dblock removed the untriaged label Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant