Skip to content

roman-right/code_compass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Compass

Screenshot

A simple and intuitive desktop application to manage your coding projects, built with Python and Qt (using PySide6).

Features

  • Organize projects into categories.
  • Quickly access project information, such as project name, path, and last opened date.
  • Easily add, create, delete, and run projects with built-in buttons.
  • Customize your project's attributes like name, path, and category.
  • Choose between different IDEs, such as PyCharm and Visual Studio Code.
  • Tab-based navigation for easy access to different project categories.

Installation

pip install code-compass

Usage

code-compass

Configuration

Code Compass uses a configuration file to store your preferences. The configuration file is located at ~/.config/code_compass/config.yaml.

Example

# IDE commands to run when clicking the "Run" button.
ide_commands:
  - pycharm
  - code

# Default path to start browsing when adding or creating a new project.
projects_path: /home/username/Projects

# Cookiecutter template to use when creating a new project.
cookiecutter: https://github.com/roman-right/py-template

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

PyCharm project runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages