Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

nemesis/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

scripts

My scripts for everyday use.

Currently hosting:

  • gto - it opens any local remote's GitHub repo in the default browser
  • gtr - assuming your remote is called origin and is a fork, it compares the master repo with the current branch (also opens in the browser)

Both scripts require the git gem, so make sure to run $ [sudo] gem install git before using them.

Install

There are several ways of using these scripts:

  • Copy the desired script(s) to /usr/local/bin and make sure that your $PATH contains /usr/local/bin. If it does not, add this line to your shell configuration dotfile: export PATH=$PATH:/usr/local/bin
  • Alternatively, you could create symbolic links for the script(s) in any of your desired locations. (but also make sure that the symlinks' root is included in $PATH and don't delete the original files)
  • (!) If you are not sure what the above means, please stop for a second, make yourself comfortable and read up about $PATH and executables, symbolic links, or even peak through the Bash Guide for Beginners before using any of these.

Contribute

Yon can contribute to this repo with any scripts that I will find useful.

About

My scripts for everyday use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /