summaryrefslogtreecommitdiffstats
path: root/fish2024/functions/gitrepos.fish
blob: bf009a4d8541f352bbe4f950ea193120405a23cd (plain) (blame)
1
2
3
4
5
function gitrepos --wraps='ssh git@joannalemon.com "tree -L 2 repositories"' --wraps='ssh git@joannalemon.com "find repositories/ -maxdepth 2 -type d|cut -d/ -f2-"' --description 'alias gitrepos=ssh git@joannalemon.com "find repositories/ -maxdepth 2 -type d|cut -d/ -f2-"'
  # ssh git@joannalemon.com "tree -L 2 repositories" $argv
  ssh git@joannalemon.com "find repositories/ -maxdepth 2 -type d|cut -d/ -f2-"
        
end