Quecto-cli is a simple solution for use Quecto in a command line environment
Find a file
2025-09-16 19:31:30 +02:00
config Add README and License Config management Self rename command 2025-09-13 16:18:40 +02:00
utils Fetch instance config and use it in shortening logic 2025-09-12 22:59:44 +02:00
config.go I'm silly 2025-09-16 17:45:52 +02:00
go.mod maybe a fix for go install 2025-09-16 17:44:37 +02:00
go.sum Add logic to the IsValidInstance subcommand 2025-09-10 21:26:35 +02:00
is_valid_instance.go I'm silly 2025-09-16 17:45:52 +02:00
LICENSE Add README and License Config management Self rename command 2025-09-13 16:18:40 +02:00
main.go I'm silly 2025-09-16 17:45:52 +02:00
README.md I'm silly x2 2025-09-16 19:31:30 +02:00
self_rename.go I'm silly 2025-09-16 17:45:52 +02:00
shorten.go I'm silly 2025-09-16 17:45:52 +02:00
unshorten.go I'm silly 2025-09-16 17:45:52 +02:00

Quecto CLI

A simple Command Line Interface to use quecto in your terminal.

Installation

Prerequisites

  • Go

Installation

To install Quecto, you need to have your GOBIN in your PATH.

Then, just execute this command :

go install github.com/oriionn/quecto-cli/v2@v2.0.0

If you want to use quecto instead quecto-cli in your terminal, you can execute :

quecto-cli self-rename

License

This project is under the MIT license.