Skip to content

Commit

Permalink
update readme with svg
Browse files Browse the repository at this point in the history
  • Loading branch information
treethought committed Sep 11, 2021
1 parent 6c09d46 commit 57593b6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

tipfs is an ugly little ipfs TUI client.


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

![demo](./demo.svg)

## Install

Expand All @@ -13,26 +11,26 @@ 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
- Browse, viewing Mutable File System
- Exploring DAG nodes
- Viewing peers
- View supported content in terminal
- Opening/copying CID in browser

## Keybindings

| key | action |
|-------|----------------------------------------|
| TAB | Switch focus between panels |
| o | Open in browser |
| y | Copy selected items CID |
| j | Move selection up |
| k | Move selection down |
| 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 |
| key | action |
|-------|-----------------------------|
| TAB | Switch focus between panels |
| Enter | Select file to inspect |
| o | Open in browser |
| y | Copy selected items CID |
| j | Move selection up |
| k | Move selection down |
| g | Go to top of panel |
| G | Go to bottom of panel |
| 1 | Switch to files mode |
| 2 | Switch to peers mode |



Expand Down
1 change: 1 addition & 0 deletions demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ui/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func NewRepoTree(app *App) *RepoTree {
m.SetPadding(1, 1, 1, 1)
m.SetTitle("repo")
m.SetBackgroundColor(tcell.ColorDefault)
m.SetScrollBarVisibility(cview.ScrollBarNever)

rootNode := cview.NewTreeNode("/")
m.SetRoot(rootNode)
Expand Down

0 comments on commit 57593b6

Please sign in to comment.