Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧩 Shell Scripts Collection

This repository is a growing collection of useful shell scripts for automating tasks, improving productivity, and exploring different scripting environments. Scripts may be written in Bash, PowerShell, or other relevant shell languages.


πŸ“ Current Scripts

πŸ” blame_count.sh (Bash)

Counts the number of lines each contributor is responsible for in one or more folders of a Git repository.

Usage:

bash blame_count.sh [folder1] [folder2] ...

Options:

  • --help – Show usage instructions

Examples:

bash blame_count.sh src
bash blame_count.sh src tests

Output:

A sorted list of contributors and the number of lines they are responsible for in each specified folder.


πŸ› οΈ Planned Additions

This repo is designed to be extended over time. Planned areas include:

  • βš™οΈ System setup helpers (e.g., package installers)
  • πŸ“¦ Git helpers
  • πŸ§ͺ Dev tools
  • πŸͺŸ PowerShell scripts for Windows tasks

🀝 Contributions

Feel free to fork or suggest additions! Each script will include:

  • A brief description
  • Usage instructions
  • Dependencies (if any)
  • Platform compatibility

πŸ“Œ Note

Scripts are meant to be portable and as dependency-free as possible. Where dependencies exist, they’ll be documented clearly.


Stay tuned β€” more scripts coming soon!

About

Bash scripts for general use

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages