diff --git a/hishtory.go b/hishtory.go index d41d819..40d0bf5 100644 --- a/hishtory.go +++ b/hishtory.go @@ -347,3 +347,5 @@ func export(ctx *context.Context, query string) { fmt.Println(data[i].Command) } } + +// TODO(feature): Add a session_id column that corresponds to the shell session the command was run in