Skip to content

stashpad/bb2stashpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bytebase to Stashpad

Use these bytebase-to-stashpad scripts to migrate Bytebase to Stashpad. This will copy over your Bytebase data to the Stashpad app directory.

Requirements

  • Install Stashpad at stashpad.com

MacOS

Run this command to autmatically execute the script

sh -c "$(curl -sSL https://scripts.stashpad.com/macos_bb2sp.sh)"

To manually run the script run the following steps

  1. Download the script by right clicking this link and selecting "Save Link As..."
  2. Save the script as "macos_bb2sp.sh"
  3. Open a command prompt to the location you downloaded the script
  4. Make the script executable: chmod +x ./macos_bb2sp.sh
  5. Execute the script: ./macos_bb2sp.sh

Windows

Run the following steps

  1. Download the script by right clicking this link and selecting "Save Link As..."
  2. Save the script as "windows_bb2sp.ps1"
  3. Open a command prompt to the location you downloaded the script
  4. Execute the script: ./windows_bb2sp.ps1

Linux

Run this command to automatically execute the script

sh -c "$(curl -sSL https://scripts.stashpad.com/linux_bb2sp.sh)"

To manually run the script run the following steps

  1. Download the script by right clicking this link and selecting "Save Link As..."
  2. Save the script as "linux_bb2sp.sh"
  3. Open a command prompt to the location you downloaded the script
  4. Make the script executable: chmod +x ./linux_bb2sp.sh
  5. Execute the script: ./linux_bb2sp.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published