/MagicSpace

MagicSpace is a workspace manager for macOS. You can create different workspaces and open specific apps with a single command :)

Primary LanguagePython

MagicSpace

Table of Contents

Introduction

MagicSpace allows user to build different workspaces and open apps in a specific workspace with a single command. This is a fast and lightweight package.

Check out the magicspace project on PyPI.

Demo GIF

Features

  • Create different workspaces and add apps to those workspaces
  • Delete/List all the workspaces
  • Open a workspace by a single command

Installation

Run the following command in your terminal :

pip install magicspace

Usage

  • Commands
    • Create a new workspace :
      magicspace create <workspace>
    • Add apps to a workspace :
      magicspace add --workspace="coding" --apps="VS Code,Google Chrome"
    • List all workspaces :
      magicspace list
    • Open a workspace :
      magicspace open <workspace>
    • Delete a workspace :
      magicspace delete <workspace>

Contributing

  • Clone the repo locally :
git clone https://github.com/lakshya7878/MagicSpace.git
  • Change directory to :
cd magic_space
  • Run main.py
python main.py --help