Set up uploaded files for use in your workspace.
ZYBER detects common file types and suggests actions:
.zip, .tar.gz
.zip
.tar.gz
Extract to folder
package.json
Run npm install
npm install
requirements.txt
Run pip install -r
pip install -r
.sh scripts
.sh
Make executable
chmod +x file
chmod 644 file
Read-only for others
chmod 600 file
Private (owner only)
Last updated 1 month ago