Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firesquid6/scratch

Command line tool for quickly testing out new ideas and creating minimal reproductions for those nightmare bugs
https://github.com/firesquid6/scratch

linux project-creator project-manager python python3 rofi rofi-scripts

Last synced: 11 days ago
JSON representation

Command line tool for quickly testing out new ideas and creating minimal reproductions for those nightmare bugs

Awesome Lists containing this project

README

        

# Scratch
Scratch is a cli tool for easily creating and navigating your programming projects

## Commands
`scratch create ` - creates a new project
`scratch pad ` - creates a new scratchpad
`scratch template ` - creates a new template
`scratch dir` - takes you to your source directory
`scratch projects` - lists all projects
`scratch pads` - lists all scratchpads by name
`scratch elevate ` - elevates the current scratchpad to a project
`scratch archive ` - a

## Config File
Example config:
```yaml
projectsDirectory: "~/source"
scratchesDir: "~/scratchpad" # the directory to store temporary scratchpads
autoGit: true # whether scratch will automatically initialize git

```