[sh] make github short links from the terminal - Printable Version +- nixers (https://nixers.net) +-- Forum: Development & Graphics (https://nixers.net/Forum-Development-Graphics) +--- Forum: Programming On Unix (https://nixers.net/Forum-Programming-On-Unix) +--- Thread: [sh] make github short links from the terminal (/Thread-sh-make-github-short-links-from-the-terminal) |
[sh] make github short links from the terminal - xero - 18-03-2015 http://git.io/gitio.sh create short / vanity github urls with this simple script. usage: gitio http://github.com/something [-v mini] options: -v shortlink -h display help examples: gitio https://github.com/syntax-samurai - http://git.io/xoSi gitio https://github.com/xero -v xero - http://git.io/xero gitio -v xr https://github.com/xero?tab=repositories - http://git.io/xr gitio https://github.com/xero?tab=activity -v xeros_activity - http://git.io/xeros_activity RE: [sh] make github short links from the terminal - DotDev - 18-03-2015 This very useful, nice xero RE: [sh] make github short links from the terminal - xero - 19-03-2015 thanx dotdev! RE: [sh] make github short links from the terminal - hades - 24-03-2015 Will be using this for sure. Thanks! RE: [sh] make github short links from the terminal - cjm - 24-03-2015 Thanks Xero looks great. |