Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 803 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 803 Bytes

Cray-cray!!!

The sections below detail how to use the scripts. This scripts are created fast and don't handle error cases only happy cases. Feel free to update any unforeseen use cases.

Fummy

Fummy is a script that helps delete branches in git repos. Normally after pushing and merging branches to master you leave a lot of unused branches in your repositories.

  • -b or --branch states the branches to exclude
  • -p or --path states the path to the repo folder
  • -t or --threshold the number of days a branch needs to be unused to be considered stale

Example:

python fummy.py fummy -b master -p /path/to/Repo

Tmux start up

This is a script that I use to start one of my many projects that requires multiple windows and panes and different commands ran on each pane. Enjoy