Skip to content

Golang tool that allows you to create your own custom links with Github pages

Notifications You must be signed in to change notification settings

codes4coffee/mkLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Make Link

A symbolic link creator for github pages in golang

This simple app allows you to create symbolic URLs to other webpages that have longer or harder to read URLs. The way this app works is by creating a folder in your webroot with the name of the symbolic URL. For example, if I wanted foo.bar/git to point to github.com, the tool would create a folder called git and in that folder there would be an index.html page that redirects to github.com.

Argument structure

mkLink <Actual URL excluding https://>

About

Golang tool that allows you to create your own custom links with Github pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages