hishtory/hishtory.go
David Dworken 4751004d7e
Add TODO
2023-10-21 09:48:36 -07:00

13 lines
270 B
Go

package main
import (
"github.com/ddworken/hishtory/client/cmd"
)
func main() {
cmd.Execute()
}
// TODO(feature): Add a session_id column that corresponds to the shell session the command was run in
// TODO(feature): Add a shell column that contains the shell name