Prerequisites
You need one of the following:- A local git repository — already cloned on your machine
- A repository on your GitHub account — requires GitHub CLI installed
- A repository URL — HTTPS or SSH URL to clone directly
Adding Your First Project
Your project now appears in the sidebar. You’ll see:
- The project name (folder name by default)
- The current branch (usually
mainormaster)
Adding Multiple Projects
Repeat the process for each repository you want to manage. Termpad supports unlimited projects. You can reorder projects by dragging them in the sidebar.Project Requirements
Termpad works with any git repository. The repository must have:| Requirement | Why |
|---|---|
| Git initialized | Must have a .git folder |
| At least one commit | Worktrees need a commit history to work |
Cloning a Repository
Termpad can clone repositories directly—use the Clone Repository tab when adding a project. You can either select from your GitHub repositories (requires GitHub CLI) or enter an HTTPS/SSH URL. Alternatively, clone via terminal first:Project Settings
After adding a project, configure its settings:Configure options
Set up scripts for your project. See Configure Scripts for details.