Documentation ¶
Index ¶
- type Action
- func (s *Action) Clone(c *cli.Context) error
- func (s *Action) Complete(*cli.Context)
- func (s *Action) CompletionBash(c *cli.Context) error
- func (s *Action) CompletionDMenu(c *cli.Context) error
- func (s *Action) CompletionZSH(c *cli.Context) error
- func (s *Action) Config(c *cli.Context) error
- func (s *Action) Copy(c *cli.Context) error
- func (s *Action) Delete(c *cli.Context) error
- func (s *Action) Edit(c *cli.Context) error
- func (s *Action) Find(c *cli.Context) error
- func (s *Action) Fsck(c *cli.Context) error
- func (s *Action) Generate(c *cli.Context) error
- func (s *Action) Git(c *cli.Context) error
- func (s *Action) GitInit(c *cli.Context) error
- func (s *Action) Grep(c *cli.Context) error
- func (s *Action) Init(c *cli.Context) error
- func (s *Action) Initialized(*cli.Context) error
- func (s *Action) Insert(c *cli.Context) error
- func (s *Action) List(c *cli.Context) error
- func (s *Action) MountAdd(c *cli.Context) error
- func (s *Action) MountRemove(c *cli.Context) error
- func (s *Action) MountsComplete(*cli.Context)
- func (s *Action) MountsPrint(c *cli.Context) error
- func (s *Action) Move(c *cli.Context) error
- func (s *Action) RecipientsAdd(c *cli.Context) error
- func (s *Action) RecipientsComplete(*cli.Context)
- func (s *Action) RecipientsPrint(c *cli.Context) error
- func (s *Action) RecipientsRemove(c *cli.Context) error
- func (s *Action) Show(c *cli.Context) error
- func (s *Action) String() string
- func (s *Action) Unclip(c *cli.Context) error
- func (s *Action) Version(c *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
Action knows everything to run gopass CLI actions
func (*Action) CompletionBash ¶
CompletionBash returns a bash script used for auto completion
func (*Action) CompletionDMenu ¶ added in v1.0.1
CompletionDMenu returns a script that starts dmenu Usage: eval "$(gopass completion dmenu)"
func (*Action) CompletionZSH ¶
CompletionZSH returns a script that uses bash's auto completion
func (*Action) Initialized ¶
Initialized returns an error if the store is not properly prepared.
func (*Action) MountRemove ¶
MountRemove removes an existing mount
func (*Action) MountsComplete ¶
MountsComplete will print a list of existings mount points for bash completion
func (*Action) MountsPrint ¶
MountsPrint prints all existing mounts
func (*Action) RecipientsAdd ¶
RecipientsAdd adds new recipients
func (*Action) RecipientsComplete ¶
RecipientsComplete will print a list of recipients for bash completion
func (*Action) RecipientsPrint ¶
RecipientsPrint prints all recipients per store
func (*Action) RecipientsRemove ¶
RecipientsRemove removes recipients