Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brianhicks/waffle


https://github.com/brianhicks/waffle

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Waffle

Waffle is a command line project manager app. It operates as a vault for your
projects and tasks.

## Set Up

go get github.com/BrianHicks/waffle

To set up, run `waffle init`. Waffle will ask you some questions and then
generate a config file.

## Saving and Syncing

Waffle uses git to store and sync your projects. You'll just need to have git
available in your `PATH` to do it.

## Usage

Run `waffle open [project-name]` and you'll be presented with your editor. Once
it exits, your changes will be committed.