Code Monkey home page Code Monkey logo

foldercode-cli's Introduction

Foldercode CLI (fcode)

What is Foldercode CLI?

Foldercode CLI is a command line tool which gives you an ability to use 'Foldercode' with command line interface.

You can find more about Foldercode in foldercode.com

fcode makes, sending your files anywhere so fast with your command line interface, easy.

How to use?

Upload

Get (Download)

Installation

Installing with HomeBrew

MacOSX

brew tap bilgehannal/bilgehan
brew install fcode

Installing with wget

Requirements:

  • wget must be installed.

Run the command below:

MacOSX (Intel)

wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s darwin amd64

MacOSX (Apple Sillicon)

wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s darwin arm64

Linux (amd64)

wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s linux amd64

Linux (arm64)

wget -q -O - https://raw.githubusercontent.com/bilgehannal/foldercode-cli/main/install.sh | bash -s linux arm64

Manual Installing

  • Go to releases page
  • Download tar file according to your os (linux or darwin(macosx)) and hardware architacture(amd64 or arm64)
  • Extract the tar file
  • Move fcode to /usr/local/bin
  • Give executable permissions with chmod +x /usr/local/bin/fcode

macOS Linux made-with-Go

foldercode-cli's People

Contributors

bilgehannal avatar emrullahcirit avatar

Stargazers

Beyza avatar olcansimsek avatar Dyam Marcano avatar  avatar  avatar Cem Güleç avatar Emre YILDIRIM avatar Sakir Temel avatar

Watchers

 avatar

Forkers

emrullahcirit

foldercode-cli's Issues

version support

User should see the client version using commands below:
fcode --version or fcode -v

install.sh should always install latest executable

  • if there is a new release, we should update the install.sh with the latest release tag.

Here is requirements:

  • install.sh should determine the latest release version
  • when a user install fcode using install.sh, latest fcode version should be downloaded

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.