Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrmiguel/particeps
https://github.com/vrmiguel/particeps
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vrmiguel/particeps
- Owner: vrmiguel
- License: mit
- Created: 2020-07-14T22:03:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T01:53:26.000Z (over 4 years ago)
- Last Synced: 2024-10-15T22:10:45.331Z (3 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# particeps
Command-line utility to upload files to [AnonFiles](https://anonfiles.com/), [BayFiles](https://bayfiles.com/) or [Filebin](https://filebin.net).
```
Usage: ./particeps [-h, --help] [-a, --anonfiles] [-F, --filebin] [-b, --bayfiles] -f, --filename path-to-file
```## Example:
```shell
>>> ./particeps -F -f particeps
config folder: /home/vinicius/.config
particeps: file "particeps" has size 3.82 MB
particeps: uploading to https://filebin.com
particeps: successfully uploaded "particeps" to https://filebin.com
particeps: full-length link: https://filebin.net/21xhy0toq0ix3nrf
particeps: bear in mind that Filebin only stores the files for a week.
```## Build
You can get a stripped, statically linked binary in the releases page.
If Go is installed, you can get Particeps by using:
```
go get github.com/carmesim/particeps
```