You've crafted a pièce de résistance of a framework, a chef-d'œuvre of API's, a tour de force of chain'ed blocks. You are about submit your final pull request.
Is the world ready for your masterpeice? Do they really deserve this perfection of 1's and 0's? You check your bitcoin wallet, 899... 1872... 443... 210... crap, it's fluctuating again, this is no time for a payout. GitHub's private repo's are too expensive, for you've spent this months allowance on macchiatos and biscottis at the local coffee shop.
Wait, what is this? A state-of-the-art peer-to-peer file-transfer-protocal that hides your files in plain site?
The feather on your fedora just tingled.
Redditfs is a command line interface to manage repositories that are stored, free of charge, on reddit.
Install golang, setup a gopath, and go get github.com/maxchehab/redditfs; go install github.com/maxchehab/redditfs
The first time you use redditfs, you will be asked to create an authorized reddit application. To create and obtain the correct credentials, do the following:
-
Create a subreddit. Preferably make this private.
-
Press the button on the bottom.
-
Fill out the information
-
The following circled information is important.
-
When prompted fill out the relevent information.
-
Voila!
redditfs pull
will display, select, and download any repositories that are available into the current directory.
redditfs push
will upload the current directory.
A .redditfsignore
file specifies intentionally untracked files that Redditfs should ignore. This file should be located in the root of your repository
For example:
dist/
node_modules/
.vscode/
This will ignore everything inside of a dist
, node_modules
, and .vscode
directory.
I have only tested this on Debian Linux, therefore I can only confirm it works on my machine. For all y'all fancy programmers who can afford Macbook Pro's....
This project is licensed under the GPL-3.0 License - see the LICENSE.md file for details.
Feel free to reachout to me at twitter or report an issue if there are any problems.
This is a joke.