SkillAgentSearch skills...

Figo

P2P file transfer utility

Install / Use

/learn @rnbguy/Figo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Figo

|⚠️ figo has moved to Rust. Please try its Rust port: rope ⚠️| |-|


A simple, Zeroconf-based, peer to peer file transfer utility where you and your friend are in same local network and can talk to each other.

This app is inspired by zget but written in Golang.

Installation

  • Make sure
    • golang-1.8 is installed and go executable is available in system path.
    • $GOPATH/bin is included system path.
    • git is installed.
  • Run go get github.com/rnbdev/figo/... to install figo. Mind the trailing /....
    • It will download figo in $GOPATH and build and copy the executable in $GOPATH/bin.

Usage

  • figos to send file.
  • figor to receive file.

Suppose you want to share a video with Jay. Run

$ figos sunday_picnic.mp4

Then tell Jay to run,

$ figor sunday_picnic.mp4

Related Skills

View on GitHub
GitHub Stars107
CategoryDevelopment
Updated5mo ago
Forks6

Languages

Go

Security Score

97/100

Audited on Oct 11, 2025

No findings