Module: Giturl
- Defined in:
- lib/giturl.rb,
lib/command_giturl.rb,
lib/giturl/options.rb,
lib/giturl/version.rb,
lib/giturl/location.rb,
lib/giturl/remote_url.rb,
lib/giturl/git_directory.rb
Overview
converter module from path to url
Defined Under Namespace
Classes: CommandGiturl, GitDirectory, Giturl, Location, Options, RemoteUrl
Constant Summary collapse
- VERSION =
'1.4.1'- DESCRIPTION =
"giturl: A simple navigation tool for GitHub pages from local git-cloned directories.\n\nWorking deep in a git-cloned project and need to view its GitHub page?\n'giturl' simplifies this for you. A single command unveils your repository's URL.\nWant more? It also opens your browser and goes straight to the page --\nno extra steps needed.\n'giturl' streamlines your workflow, merging simplicity with sophistication.\n"- REPOSITORY_URL =
'https://github.com/shinyaohtani/giturl'