https://github.com/treethought/tipfs
ugly little ipfs tui
https://github.com/treethought/tipfs
Last synced: about 1 year ago
JSON representation
ugly little ipfs tui
- Host: GitHub
- URL: https://github.com/treethought/tipfs
- Owner: treethought
- License: apache-2.0
- Created: 2021-09-08T04:52:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T20:04:40.000Z (over 4 years ago)
- Last Synced: 2025-02-06T12:48:25.259Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tipfs
tipfs is an ugly little ipfs TUI client.
[](https://asciinema.org/a/435146)
## Install
``` sh
go get github.com/treethought/tipfs
```
## Features
- 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 |
| 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 |