Skiv
Browse documentation

Documentation

Installation

Install Skiv on macOS, Windows, or Linux.

Skiv ships as a native application for all major platforms. Download the latest build from the download page, then follow the steps for your operating system.

macOS

Open the downloaded disk image and drag Skiv into your Applications folder. On first launch, macOS may ask you to confirm you want to open it.

Windows

Run the installer and follow the prompts. Skiv adds an optional entry to your PATH so you can launch it from any terminal.

Linux

Skiv is distributed as an AppImage and through common package formats. Make the AppImage executable and run it, or install the package for your distribution.

Command line

Enable the shell command to open files and folders from your terminal.

bash
# open the current directory in Skiv
skiv .

# open a single file
skiv src/app.tsx