Skip to content

Commit

Permalink
👍 Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Takumasa Sakao committed Feb 12, 2018
1 parent 600eb15 commit 1e2a498
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
tcpterm
===

tcpterm visualize packets in TUI.

This project aims tcpdump for human.

Demo
---

[![asciicast](https://asciinema.org/a/td3DA8LH04XYhxGPirJvsEI4V.png)](https://asciinema.org/a/td3DA8LH04XYhxGPirJvsEI4V)

Install
---

```
$ go get github.com/sachaos/tcpterm
```

Usage
---

```
$ tcpterm -h
NAME:
tcpterm - tcpdump for human
USAGE:
tcpterm [global options] command [command options] [arguments...]
VERSION:
0.0.1
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--interface value, -i value If unspecified, use lowest numbered interface.
--help, -h show help
--version, -v print the version
```

TODO
---

* Optimize packets list view.
* Fix SIGSEGV bug.
* Improve detail view, and dump view.

0 comments on commit 1e2a498

Please sign in to comment.