Rich Enhanced Shell History - Contextual shell history for zsh and bash
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
resh/internal/recconv/recconv.go

9 lines
175 B

package recconv
import "github.com/curusarn/resh/internal/record"
func LegacyToV1(r *record.Legacy) *record.V1 {
return &record.V1{
// FIXME: fill in all the fields
}
}