An open API service indexing awesome lists of open source software.

https://github.com/openscript/workspace-organizer


https://github.com/openscript/workspace-organizer

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Workspace Organizer

Workspace Organizer is a tool to keep your workspace nice and tidy, while helping you to navigate and manage your projects. No more messy repositories scattered all over the place.

## Features

Source code management systems you can use:

- [x] Git

Commands available:

- [x] Use or create a project (clone a repository)
- [] Search for a project (fuzzy find)

## Usage

As a **user** you can use the tool like this:

ToDo

As a **developer** you can use the tool like this:

1. Make sure you have [Docker](https://docs.docker.com/get-docker/) up and running
1. Get [Visual Studio Code](https://code.visualstudio.com/) with [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) ready
1. Open the project in the Dev Container
1. Run the tool with `go run main.go`
1. Run the tests with `go test ./...`

## Resources

- https://github.com/spf13/cobra/blob/main/site/content/user_guide.md