fsgui

command module
v0.0.0-...-723dcbd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2024 License: GPL-3.0 Imports: 14 Imported by: 0

README

Contributors Forks Stargazers Issues GPL-3.0 License


Logo

fsgui (filesharego-ui)

File sharing P2P gui+cli program made in GoLang with IPFS and Fyne via KISS (Keep It Super Simple) principle.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

FileShareGo-cli Screen Shot

There are many file sharing programs on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a program so amazing that it'll be the last one you ever need -- I think this is it.

Here's why:

  • Your time should be focused on creating something amazing. A project that solves a problem and helps others
  • You shouldn't be doing the same tasks over and over like zipping/extracting or slicing files in parts just to send them
  • You should implement KISS principles to the rest of your life 😄

Of course, no one program will serve all projects since your needs may be different. So I'll be adding more in the near future (for example filesharego-gui). You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this program!

(back to top)

Built With

  • Go
  • IPFS
  • Debian

(back to top)

Getting Started

Download and run: https://github.com/ofman/fsgui/releases/latest

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • ubuntu/debian
    apt-get -y install wget
    wget https://github.com/ofman/fsgui/releases/download/release-v0.0.1/fsg
    cp fsg /usr/local/bin
    

Installation

  1. Install git
    apt-get -y install git
    
  2. Clone the repo
    git clone https://github.com/ofman/fsgui.git
    
  3. Install GO from official website here https://go.dev/doc/install or bellow via apt and check version
    apt-get install golang
    export PATH=$PATH:/usr/local/go/bin
    go version
    
  4. cd into folder and build
    cd fsg && go mod tidy && go build
    
  5. copy binary file to /usr/local/bin
    cp fsg /usr/local/bin
    

(back to top)

Usage

Use flags -f "example.jpg" or -c "exampleCid" to share files for example: Upload file (keep terminal window open/running to let others download):

./fsgui -f example.jpg

Download file (open new terminal window):

./fsgui -c /ipfs/QmX4zdEUtimXgxhpzv8jfFLqkuutNhmoNH987cH5RS67GM

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Single file download in the same directory
  • Website
  • Public seed server helpers
    • Blockchain seed/leech ratio

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU-V3 License. See LICENSE for more information.

(back to top)

Contact

ofman- ofmangit@gmail.com

Project Link: https://github.com/ofman/fsgui

(back to top)

Acknowledgments

  • Debian

(back to top)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL