Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ActivateCommand = &cobra.Command{ Use: "activate tab", Short: "Activate the target tab", Long: "Activate the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( CreateCommand = &cobra.Command{ Use: "create", Aliases: []string{"open"}, Short: "Create a new tab", Long: "Create a new tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( DiscardCommand = &cobra.Command{ Use: "discard [ tab ]", Short: "Discard the target tab", Long: "Discard the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( ListCommand = &cobra.Command{ Use: "list", Short: "List tabs", Long: "List tabs", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( LoadCommand = &cobra.Command{ Use: "load [ tab ] url", Short: "Load the given URL in the target tab", Long: "Load the given URL in the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( MoveCommand = &cobra.Command{ Use: "move [ tab ] index", Short: "Move the target tab", Long: "Move the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( MuteCommand = &cobra.Command{ Use: "mute [ tab ]", Short: "Mute the target tab", Long: "Mute the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( PinCommand = &cobra.Command{ Use: "pin [ tab ]", Short: "Pin the target tab", Long: "Pin the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( ReloadCommand = &cobra.Command{ Use: "reload [ tab ]", Short: "Reload the target tab", Long: "Reload the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( RemoveCommand = &cobra.Command{ Use: "remove [ tab ]", Aliases: []string{"close"}, Short: "Remove the target tab", Long: "Remove the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( RetrieveCommand = &cobra.Command{ Use: "retrieve [ tab ]", Aliases: []string{"get", "show"}, Short: "Retrieve information on the target tab", Long: "Retrieve information on the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var (
RootCommand *cobra.Command
)
View Source
var ( UnmuteCommand = &cobra.Command{ Use: "unmute [ tab ]", Short: "Unmute the target tab", Long: "Unmute the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
View Source
var ( UnpinCommand = &cobra.Command{ Use: "unpin [ tab ]", Short: "Unpin the target tab", Long: "Unpin the target tab", DisableAutoGenTag: true, DisableFlagsInUseLine: true, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.