Versions in this module Expand all Collapse all v1 v1.0.1 Jun 2, 2026 v1.0.0 Jun 1, 2026 Changes in this version + func DefaultStorePath() (string, error) + type Store struct + func NewStore(fs fileSystem, storagePath string) *Store + func (s *Store) Delete(name string) bool + func (s *Store) DeleteAll() + func (s *Store) Get(name string) (*domain.SavedCommand, bool) + func (s *Store) List() []*domain.SavedCommand + func (s *Store) Save(name, command, description string) error