tabs

package
v0.0.0-...-83c5f91 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2023 License: MIT Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL