hishtory/hishtory.go

13 lines
270 B
Go
Raw Normal View History

package main
import (
"github.com/ddworken/hishtory/client/cmd"
)
func main() {
cmd.Execute()
}
2022-09-24 10:01:32 +02:00
// TODO(feature): Add a session_id column that corresponds to the shell session the command was run in
2023-10-21 18:48:36 +02:00
// TODO(feature): Add a shell column that contains the shell name