Description :
Users of Switchy CLI need some familiar options and shortcuts for using the commands without having to write the full command name and the follwing list describes the needed shortcuts for each command :
add => a .
list => ls.
remove=> rm.
init => i.
redirect => go.
last => --lts.
search => f.
clear => --clr.
Examples :
# add command
switchy add <path>
switchy a <path>
# list command
switchy list
switchy ls
# remove command
switchy remove <repoName>
switchy rm <repoName>
# init command
switchy init
switchy i
# redirect command
switchy redirect <repoName>
switchy go <repoName>
# last command
switchy last
switchy --lts
# search command
switchy find <repoName>
switchy f <repoName>
# reset command
switchy reset
switchy --clr
Description :
Users of
Switchy CLIneed some familiar options and shortcuts for using the commands without having to write the full command name and the follwing list describes the needed shortcuts for each command :add=>a.list=>ls.remove=>rm.init=>i.redirect=>go.last=>--lts.search=>f.clear=>--clr.Examples :