Skip to content

SmileMachine/raycast-project-manager

Repository files navigation

Project Manager

中文

This raycast extension helps you manage your projects. It allows you to create projects, list projects, and tag projects.

Overview

Create Project

You can specify the project name and the tags, along with the date.

The folder's name will be the project name with the date in the format YYYY-MM-DD-project_name.

The tags will be used to color the project in the list view, these tags will also appear in finder.

Create Project

You can choose to open the project with your favorite code editor, terminal, or finder.

After Creation

The folder will be created in the project directory.

Finder

List Projects

Projects are grouped by tag, you can filter the projects by tag.

Additional tags and date will be shown at the right side of the project name.

List Projects

Installation

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev
  4. The extension will be available in raycast.

Prerequisites

  • Raycast
  • tag command (brew install tag), which is used to set the tags to the project.

Preferences

Preference Description
Project Directory The directory to save the projects.
Tag Command The command to set the tags to the project.
Code Editor The code editor to open the project.
Terminal The terminal to open the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published