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

Metrics #41

Open
AlanGreene opened this issue Jan 26, 2022 · 1 comment
Open

Metrics #41

AlanGreene opened this issue Jan 26, 2022 · 1 comment

Comments

@AlanGreene
Copy link
Owner

Most common email senders

Download data from takeout.google.com

// source unknown
grep '^From:' <path/to/inbox> | \
  cut -d'<' -f2 | \
  tr -d'>' | \
  sort | \
  uniq -c | \
  sort -rn > senders.txt
@AlanGreene
Copy link
Owner Author

Tool for visualising structure of a codebase ("fingerprint") - can help with identifying complexity, opportunities for extraction, etc.

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

No branches or pull requests

1 participant