G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

gin add and remove commands #145

Closed achilleas-k closed 5 years ago

achilleas-k commented 6 years ago

Support removing and adding files without necessarily uploading immediately.

achilleas-k commented 6 years ago

gin commit, introduced in PR #199 takes care of the first requirement.

achilleas-k commented 5 years ago

Not implementing gin remove. The same functionality can be done by moving the file outside the repository or renaming it. If it turns out to be a feature users want, we can add it, but for now, I'm trying to slow down the addition of more commands to the client. Closing.