thiagonache / go-history

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import "github.com/thiagonache/go-history"

Golang History

Go Go Report Card

Disclaimer

It does not implement terminal, so commands that uses terminal like vi will get control over the command output and it won't be recorded.

Usage

git clone https://github.com/thiagonache/go-history.git
cd go-history
go run cmd/main.go

Summary

This project is my playground project to practice Go. The main idea is to implement stuff that already exist for learning purpose.

Go History is concurrent Go program that records the commands and its output executed by the user.

About

License:MIT License


Languages

Language:Go 100.0%