Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianhicks/waffle
https://github.com/brianhicks/waffle
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianhicks/waffle
- Owner: BrianHicks
- Created: 2014-06-02T22:00:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-03T15:56:41.000Z (over 10 years ago)
- Last Synced: 2024-12-09T19:53:43.595Z (about 1 month ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.