Git Product home page Git Product logo

jot's Introduction

jot

Simple local storage for all of those half baked ideas.

jot, drop and roll.

Install

Add the following to your plugin definition

addSbtPlugin("me.lessis" % "jot" % "0.1.0")

And if you haven't added it already, add the community sbt resolver

resolvers += Resolver.url("sbt-plugin-releases",
  url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(
    Resolver.ivyStylePatterns)

And add following in your build definition

seq(jotSettings:_*)

Install globally

This is usually preferable, as it is less intrusive

Append ~/.sbt/plugins/build.sbt with

addSbtPlugin("me.lessis" % "jot" % "0.1.0")

In any .sbt file under ~/.sbt, say ~/.sbt/jot.sbt for instance, append

seq(jotSettings:_*)

usage

Jot stores data in a .jot file in your project's root

What to keep your jots to yourself? That's cool. Just add .jot to your .gitignore file.

Below is a list of available settings

jot                                                     # Appends an item to your jot file
clean(for jot)        or (clean in (SomeConfig, jot))   # Removes an item from your jot file
jot-drop              or (drop in SomeConfig))          # Drops a target item from your jot file
jot-cat               or (cat in (SomeConfig))          # Lists your jottings
jot-file              or (jotFile in (SomeConfig))      # File containing jottings
target(for jot)       or (target in (SomeConfig, jot))  # Directory containing generated jot file
colors(for jot)       or (colors in (SomeConfig, jot))  # Toggles ansii colored output

Doug Tangren (softprops) 2011-12

jot's People

Contributors

softprops avatar

Stargazers

Jason Chaffee avatar  avatar Jakub Liska avatar Robert Giacinto avatar Harrison Klaperman avatar  avatar  avatar Stefan Schlott avatar  avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

mssalvo

jot's Issues

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.