Adding Projects
Add project folders to your space to organize your work. Choose from automatic discovery, manual browsing, or direct path entry.
Quick start
Section titled “Quick start”After connecting to a space:
- Tap Add Project or the + button
- Choose how to add your project
- Select or create your folder
- Start working immediately
Discovery methods
Section titled “Discovery methods”Auto-discovery 🔍
Section titled “Auto-discovery 🔍”Let Kisuke find projects for you:
- Tap Search for Projects
- Kisuke scans for common indicators:
- Git repositories (
.git) - Node.js projects (
package.json) - Python projects (
requirements.txt,setup.py) - Rust projects (
Cargo.toml) - Go modules (
go.mod) - And many more
- Git repositories (
- Select projects to add
- All selected projects added at once
Perfect for:
- Development machines with many repos
- Quick initial setup
- Finding forgotten projects
Browse manually 📁
Section titled “Browse manually 📁”Navigate and choose folders yourself:
- Tap Browse Folders
- Navigate through directories
- Select any folder as a project
- Tap to confirm selection
Perfect for:
- Custom folder structures
- Non-code directories
- Specific organization needs
Create new project ✨
Section titled “Create new project ✨”Start fresh with a new folder:
- Tap New Project
- Enter project name
- Choose parent directory
- Kisuke creates the folder
Perfect for:
- Starting new work
- Organizing existing files
- Clean project structure
Add from path 📝
Section titled “Add from path 📝”Know exactly where your project is?
- Tap Add from Path
- Enter the full path
- Kisuke verifies and adds it
Examples:
/home/user/projects/my-app/var/www/client-website~/Documents/notesPerfect for:
- Known locations
- Paths from documentation
- Quick precise adding
First project setup
Section titled “First project setup”When you connect to a new space:
- Empty state appears - No projects yet
- Choose your method - Discovery, browse, or create
- Add your first project - Sets the working context
- Ready to work - Terminal opens in project folder
Adding more projects
Section titled “Adding more projects”Add projects anytime:
From project list
Section titled “From project list”- Tap the + button
- Choose discovery method
- Add new projects
From quick actions
Section titled “From quick actions”- Long-press space entry
- Select Add Project
- Choose your method
While connected
Section titled “While connected”- Tap project name in header
- Select Add Project
- Continue working
Bulk adding
Section titled “Bulk adding”Add multiple projects at once:
- Use Search for Projects
- Kisuke finds all candidates
- Select multiple with checkmarks
- Tap Add Selected
- All projects added together
Project validation
Section titled “Project validation”Kisuke verifies projects before adding:
- Existence check - Folder must exist
- Permission check - Must be readable
- Duplicate check - Can’t add same path twice
- Path validation - Must be valid directory
Tips for organization
Section titled “Tips for organization”Naming projects
Section titled “Naming projects”Good project names:
client-websitenotproj1learning-rustnottestblog-2024notnew
Grouping strategies
Section titled “Grouping strategies”By client:
acme-frontendacme-backendacme-docs
By technology:
react-appspython-scriptsdocker-configs
By status:
active-developmentmaintenance-onlyarchived-2023
Common scenarios
Section titled “Common scenarios””I have many repositories”
Section titled “”I have many repositories””Use auto-discovery:
- Tap Search for Projects
- Wait for scan to complete
- Review found projects
- Select all you want
- Add in one go
”My projects are scattered”
Section titled “”My projects are scattered””Combine methods:
- Start with auto-discovery
- Browse for missed folders
- Add specific paths
- Build your complete list
”I’m starting fresh”
Section titled “”I’m starting fresh””Create organized structure:
- Create new project folders
- Name them clearly
- Group related work
- Stay organized from the start
Troubleshooting
Section titled “Troubleshooting”Can’t find projects
Section titled “Can’t find projects”Auto-discovery missing folders:
- Not all folders have indicators
- Use browse or path method instead
- Check folder permissions
Browse not showing folders:
- Hidden folders need explicit navigation
- Use path method for
.folders - Check SSH user permissions
Can’t add project
Section titled “Can’t add project”“Folder not found”:
- Verify path is correct
- Check for typos
- Use absolute paths
“Already added”:
- Project exists with different name
- Check your project list
- Remove old entry first