{"id":21883210,"url":"https://github.com/pinjasaur/jot","last_synced_at":"2025-03-22T01:18:39.326Z","repository":{"id":74816687,"uuid":"99078869","full_name":"Pinjasaur/jot","owner":"Pinjasaur","description":"Jot down notes in Markdown. :pencil2:","archived":false,"fork":false,"pushed_at":"2020-05-23T22:36:53.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T19:22:22.367Z","etag":null,"topics":["bash-script","markdown","note-taking","notes"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pinjasaur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-02T06:09:13.000Z","updated_at":"2020-05-23T22:34:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"2630b751-7efa-4e9e-9466-c6fc09ee2ab5","html_url":"https://github.com/Pinjasaur/jot","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinjasaur%2Fjot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinjasaur%2Fjot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinjasaur%2Fjot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pinjasaur%2Fjot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pinjasaur","download_url":"https://codeload.github.com/Pinjasaur/jot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890132,"owners_count":20527038,"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":["bash-script","markdown","note-taking","notes"],"created_at":"2024-11-28T09:39:46.766Z","updated_at":"2025-03-22T01:18:39.307Z","avatar_url":"https://github.com/Pinjasaur.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jot\n\n[![Travis](https://img.shields.io/travis/Pinjasaur/jot.svg)](https://travis-ci.org/Pinjasaur/jot)\n\nJot down notes in Markdown.\nInspired by [sts10/jot](https://github.com/sts10/jot).\n\nRequires Bash \u003e= 4 (for [`globstar`][globstar]).\n\n## Installation\n\nAdd the [`jot` script](/jot) to your `$PATH` or create a function similar to:\n\n```bash\njot() { \n  /path/to/jot \"${@}\" \n}\n```\n\n`jot` defaults to writing to `$HOME/Notes`. You can customize this by setting\n`$JOT_DIR` to something else (e.g. `export JOT_DIR=\"$HOME/Dropbox/Notes\"`).\n\nYou'll also want to make sure `$EDITOR` is set to your preferred editor \n(e.g. `export EDITOR='vim'`).\n\n## Usage\n\nRun `jot \u003cname\u003e` to start writing. You can list notes with `jot --list` and show\nthe usage info with `jot --help`:\n\n```\njot [\u003carguments\u003e]\n\nOptions:\n  -h --help  Show this.\n  -l --list  List notes.\n  \u003cname\u003e     Create a note named \u003cname\u003e.md.\n             If no \u003cname\u003e, the default is YYYY/MM/DD.md.\n             You can also use slashes e.g. foo/bar to create foo/bar.md.\n```\n\n## Related\n\n- [jt][jt] - Creates timestamped notes (simplified version of jot)\n- [jrnl][jrnl] - Frictionless journaling from the CLI\n\n## License\n\n[MIT][license] \u0026copy; Paul Esch-Laurent.\n\n[jrnl]: https://github.com/Pinjasaur/jrnl\n[jt]: https://github.com/Pinjasaur/jt\n[license]: https://pinjasaur.mit-license.org/2017\n[globstar]: https://www.linuxjournal.com/content/globstar-new-bash-globbing-option\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinjasaur%2Fjot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinjasaur%2Fjot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinjasaur%2Fjot/lists"}