Hallaxius CLI

Shortlinks

Create short links from any URL directly from your terminal. Perfect for sharing long URLs quickly.

Create a Shortlink

Pass any HTTP or HTTPS URL to generate a short link instantly:

$hallaxius shortlink https://mysite.com/very/long/url
Terminal
✓ Shortlink created
URL https://hallaxi.us/s/x7k2
Target https://mysite.com/very/long/url

Custom Slug

Use the --slug flag to create a shortlink with a custom, memorable path:

$hallaxius shortlink https://mysite.com/docs/api --slug api-docs
Terminal
✓ Shortlink created
URL https://hallaxi.us/s/api-docs
Target https://mysite.com/docs/api

Custom slugs require the Custom Slug feature on your plan. Free plans may not have this feature. Use hallaxius plan to check your available features.

Command Reference

CommandShortcutDescription
shortlinkslCreate a shortlink

REPL Mode

You can also create shortlinks inside the interactive REPL:

Terminal
hallaxius> shortlink https://mysite.com
✓ Shortlink created
URL https://hallaxi.us/s/x7k2
 
hallaxius> sl https://another-site.com --slug my-link
✓ Shortlink created
URL https://hallaxi.us/s/my-link