1. clone repo
2. cargo run
or
cargo build
and use binary
3. In path request provide a path to a repo
4. 'all' or 'a' - Shows all branches
'local' or 'l' - Shows local branches
'remote' or 'r' - Shows remote branches
'check branch_name' or 'c branch_name' - Shows branch by specified name
'delete branch name' or 'd branch name' - Deletes branch by specified name
'help' or 'h' or '?' - Shows this help list
'quit' or 'q' - Exits from app
- Implement a command to view branches older than xx(in days, weeks, months or years)