Coder Social home page Coder Social logo

cmd-vortex's Introduction

Transfer files from command line.

cmd-vortex helps you to send and receive files via command line. Most of the developers like to do all their operation on the command line.

Git is cool , file sharing sites are cool ! But sometimes all we need is a single command that can make you transfer files without making you jump out of terminal.

Platforms

cmd-vortex is built as a node.js module , which means it can run on all platforms wherever you can run node.

Windows , Linux , Mac ! One app to rule them all.

Installation

Step 1

Install node.js which comes with node and npm command lines

Step 2

Open terminal and install it via npm

npm install -g cmd-vortex 

or Install via git

git clone https://github.com/scriptnull/cmd-vortex.git 
cd cmd-vortex
npm install -g

Usage

After installing , cmd-vortex will be available as a command line. you have type vortex to access it on the command line.

send a file

vortex send <filename> 

receive a file

vortex receive <key>

send multiple files

vortex send <filename1> <filename2> <filename3> 

receive multiple files

vortex receive <key1> <key2> <key3>

Contribution

More than welcomed !

Things to be done

  • Sending and receiving directories by compressing it.
  • Write detailed documentation and usage instructions.
  • Write tests.

License

cmd-vortex's People

Contributors

scriptnull avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.