Coder Social home page Coder Social logo

stormy-pond's Introduction

stormy pond

pond is a utility for tracking and managing tasks and other lists. Each pond contains a collection of items called ripples. Each ripple a summary, optional description, and may be tagged and grouped using labels called reflections.

Installation

Currently, you have to use stack or cabal and build pond yourself.

git clone https://github.com/tyler-sommer/stormy-pond
cd stormy-pond
stack install # or cabal install

Usage

Run pond from your terminal with pond. There are several commands for interacting with your data.

Adding a ripple

Add a new ripple to your pond with pond add.

You can optionally specify a summary and reflections.

# Add a ripple with the summary "I gotta do that thing"
pond add "I gotta do that thing"

# Add a ripple with the reflection "reminder"
pond add "Call your mother" -r reminder

If no summary is specified, pond will open your system editor to modify the ripple.

# Opens your system editor to edit a new ripple
pond add

Editing a ripple

Edit a ripple with pond edit <id>. This command will open your system editor to modify the ripple.

# Edit the ripple with the ID of "e87a0357778f5f935e0289cf24e091d4ea39c8612a612777cd8efc28b3a4ca4a"
pond edit e87a0357778f5f935e0289cf24e091d4ea39c8612a612777cd8efc28b3a4ca4a

Listing ripples

List all ripples with pond list.

Showing ripple details

View the full contents of a ripple usin pond show.

# Show the contents of ripple with the ID of "e87a0357778f5f935e0289cf24e091d4ea39c8612a612777cd8efc28b3a4ca4a"
pond show e87a0357778f5f935e0289cf24e091d4ea39c8612a612777cd8efc28b3a4ca4a

stormy-pond's People

Contributors

tyler-sommer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.