c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c9 cli command to download files

sijie123 opened this issue · comments

Hello!
I've been using C9 IDE for really long, and I love this web IDE that also gives access to a remote command prompt.

One command I use very frequently is the c9 open command. It's really convenient, because I don't need to navigate the directory structure on the left panel using my mouse when I just want to open a new source file.

I was wondering if it would be a good idea to implement a c9 download command. Similar to c9 open, the download command would essentially be the equivalent of doing a "right click -> download" on a file/directory. I download files (e.g. html/js/css files) rather often from my IDE, and it's always a pain for me to have to navigate the file structure every time.

if this idea sounds good/useful to you guys, I would love to help implement it.