{"id":16476189,"url":"https://github.com/softprops/jot","last_synced_at":"2025-10-27T16:31:23.703Z","repository":{"id":1663739,"uuid":"2390055","full_name":"softprops/jot","owner":"softprops","description":"just a thought","archived":false,"fork":false,"pushed_at":"2013-07-01T23:25:53.000Z","size":20532,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-09T09:43:31.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softprops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-15T03:10:11.000Z","updated_at":"2016-05-29T19:21:56.000Z","dependencies_parsed_at":"2022-09-07T03:20:44.570Z","dependency_job_id":null,"html_url":"https://github.com/softprops/jot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fjot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fjot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fjot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fjot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/jot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861028,"owners_count":16556008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T12:41:44.315Z","updated_at":"2025-10-27T16:31:23.321Z","avatar_url":"https://github.com/softprops.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jot\n\nSimple local storage for all of those half baked ideas.\n\n`jot`, `drop` and [roll](http://www.screenr.com/SKQs).\n\n## Install\n\nAdd the following to your plugin definition\n\n    addSbtPlugin(\"me.lessis\" % \"jot\" % \"0.1.0\")\n\nAnd if you haven't added it already, add the community sbt resolver\n\n    resolvers += Resolver.url(\"sbt-plugin-releases\",\n      url(\"http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/\"))(\n        Resolver.ivyStylePatterns)\n\nAnd add following in your build definition\n\n    seq(jotSettings:_*)\n\n\n### Install globally\n\nThis is usually preferable, as it is less intrusive\n\nAppend `~/.sbt/plugins/build.sbt` with\n\n    addSbtPlugin(\"me.lessis\" % \"jot\" % \"0.1.0\")\n\nIn any `.sbt` file under `~/.sbt`, say `~/.sbt/jot.sbt` for instance, append\n\n    seq(jotSettings:_*)\n\n## usage\n\nJot stores data in a `.jot` file in your project's root\n\nWhat to keep your jots to yourself? That's cool. Just add `.jot` to your `.gitignore` file.\n\nBelow is a list of available settings\n\n    jot                                                     # Appends an item to your jot file\n    clean(for jot)        or (clean in (SomeConfig, jot))   # Removes an item from your jot file\n    jot-drop              or (drop in SomeConfig))          # Drops a target item from your jot file\n    jot-cat               or (cat in (SomeConfig))          # Lists your jottings\n    jot-file              or (jotFile in (SomeConfig))      # File containing jottings\n    target(for jot)       or (target in (SomeConfig, jot))  # Directory containing generated jot file\n    colors(for jot)       or (colors in (SomeConfig, jot))  # Toggles ansii colored output\n\nDoug Tangren (softprops) 2011-12\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fjot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftprops%2Fjot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fjot/lists"}