From 6c8810059a995ff13dae6ba7003e937512f65585 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 24 Sep 2022 01:01:32 -0700 Subject: [PATCH] Add TODO(feature) for session id --- hishtory.go | 2 ++ 1 file changed, 2 insertions(+) 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