Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
treethought committed Sep 11, 2021
1 parent 7e06fb8 commit 6c09d46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
tipfs is an ugly little ipfs TUI client.


[![asciicast](https://asciinema.org/a/435115.svg)](https://asciinema.org/a/435115)


## Install

``` sh
go get github.com/treethought/tipfs
```

## Features
- [x] Browse, viewing Mutable File System
- [x] Exploring DAG nodes
- [x] Viewing peers
- [x] View supported content in terminal
- [x] Opening/copying CID in browser

## Keybindings

| key | action |
Expand All @@ -21,6 +31,10 @@ go get github.com/treethought/tipfs
| Enter | Select file to inspect |
| g | Go to top of panel |
| G | Go to bottom of panel |
| 1 | Switch to files mode |
| 2 | Switch to peers mode |





Expand Down

0 comments on commit 6c09d46

Please sign in to comment.