tmux-dev-env-configuration/dotfiles/.config/fish/fisher/fish-github
Shawn Anderson 1c345db4d8 Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
..
conf.d Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
__github_add_org.fish Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
__github_get_org_repos.fish Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
fcd.fish Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
fclone.fish Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
fhub.fish Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
fkill.fish Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
forgit.plugin.fish Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00
readme.fish Organizing fish structure using bother fisher and omf. Primarily fisher as it makes local development a sinch. 2020-09-28 23:21:14 -07:00

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