▲ 1 r/GodotEngine+1 crossposts

gdio : a cli tool for godot

I just released gdio, a CLI tool for managing Godot projects, editor versions, and export templates.

It can:

  • Install/manage multiple Godot versions
  • Automatically open a project with its required Godot version
  • Bind specific Godot versions to projects
  • Manage export templates
  • Build/export projects from the terminal
  • Build + upload projects to itch.io

For example:

# navigate to directory of your project
gdio add 4.7       # downloads godot for you
gdio               # open  project in edit mode
gdio game          # open  project in game mode
gdio -r            # opens last project you opened (works in any directory)
gdio build         # exports project
gdio up            # exports then uploads to itch.io (need --setup before)

It's open source and available on GitHub.

gdio.seremtitus.co.ke
github.com/SeremTitus/gdio

Would you find this useful for your workflow? What feature my be a great addition?

reddit.com
u/seremdev — 3 days ago

Splinter FTP: A cli tool

I've released Splinter FTP v2.0.0.

New features:
• Interactive Terminal UI (browse remote directories, upload, download and delete)
• Concurrent transfers (up to ~6× faster)
• New `splinter delete` command
• Delete rules can be stored in `.splinter`
• File/folder filters for uploads, downloads and deletes
• Large transfer stability improvements (fixed previous ECONNRESET issues)

Roadmap:
• Built-in FTP server (currently client only)

Install:
npm i -g splinter-ftp

Docs:
https://splinter.seremtitus.co.ke

I'd appreciate feedback

u/seremdev — 2 months ago
▲ 1 r/CLI

Splinter FTP: A cli tool

I've released Splinter FTP v2.0.0.

New features:
• Interactive Terminal UI (browse remote directories, upload, download and delete)
• Concurrent transfers (up to ~6× faster)
• New `splinter delete` command
• Delete rules can be stored in `.splinter`
• File/folder filters for uploads, downloads and deletes
• Large transfer stability improvements (fixed previous ECONNRESET issues)

Roadmap:
• Built-in FTP server (currently client only)

Install:
npm i -g splinter-ftp

Docs:
https://splinter.seremtitus.co.ke

I'd appreciate feedback

u/seremdev — 2 months ago

Splinter FTP: A cli tool

I've released Splinter FTP v2.0.0.

New features:
• Interactive Terminal UI (browse remote directories, upload, download and delete)
• Concurrent transfers (up to ~6× faster)
• New `splinter delete` command
• Delete rules can be stored in `.splinter`
• File/folder filters for uploads, downloads and deletes
• Large transfer stability improvements (fixed previous ECONNRESET issues)

Roadmap:
• Built-in FTP server (currently client only)

Install:
npm i -g splinter-ftp

Docs:
https://splinter.seremtitus.co.ke

I'd appreciate feedback

u/seremdev — 2 months ago