|
|
||
|---|---|---|
| .. | ||
| conf.d | ||
| __github_add_org.fish | ||
| __github_get_org_repos.fish | ||
| fcd.fish | ||
| fclone.fish | ||
| fhub.fish | ||
| fkill.fish | ||
| forgit.plugin.fish | ||
| readme.fish | ||
readme.fish
function readme -a owner repo branch
if test -z "$branch"
set branch master
end
curl -s https://raw.githubusercontent.com/$owner/$repo/$branch/README.md
end