16 lines
437 B
Fish
16 lines
437 B
Fish
function _repo_help
|
|
echo "Usage: repo <command> <repository>
|
|
Commands:
|
|
get Clone a repository to the repos directory
|
|
open Open the current repository in the browser
|
|
aur Clone an AUR repository
|
|
list List all repositories
|
|
go | goto Navigate to a repository
|
|
new | create Create a new repository
|
|
help Show this help message
|
|
|
|
Examples:
|
|
repo get github.com/user/repo
|
|
repo open"
|
|
end
|