https://github.com/openscript/workspace-organizer
https://github.com/openscript/workspace-organizer
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openscript/workspace-organizer
- Owner: openscript
- Created: 2024-11-30T11:38:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:16:49.000Z (12 months ago)
- Last Synced: 2025-02-12T19:48:01.651Z (11 months ago)
- Language: Go
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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