bash (branch)

Similar to kotlin (branch) there is origin/bash that is also wired up with helpful scripts.

Excerpt from the README on this branch is:

Helpful scripts:

  • snapshot_with_main.sh - Runs bash/main.sh, if the command is successful, it will commit the changes. As well as record the output and a way to reproduce the command with the change. gt.snapshot --help for more info. Also copies the code of main.sh to the clipboard.
  • intellij.open-main-file.sh - Opens the main main.sh file in IntelliJ IDEA.
  • git.push.sh - Pushes the current branch to the remote repository.

Backlinks