{"id":20217709,"url":"https://github.com/pforret/note","last_synced_at":"2025-07-31T11:14:05.100Z","repository":{"id":144772579,"uuid":"321433156","full_name":"pforret/note","owner":"pforret","description":"Manage your notes, todo, ... with this nifty script CLI/bash","archived":false,"fork":false,"pushed_at":"2021-02-05T21:15:13.000Z","size":1293,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T16:07:02.233Z","etag":null,"topics":["bash","bashew","notes","scripting","shell-scripting"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/pforret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2020-12-14T18:10:06.000Z","updated_at":"2024-05-12T13:32:24.000Z","dependencies_parsed_at":"2024-11-14T06:35:19.154Z","dependency_job_id":null,"html_url":"https://github.com/pforret/note","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":"pforret/bashew","purl":"pkg:github/pforret/note","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fnote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fnote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fnote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fnote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/note/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fnote/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268028287,"owners_count":24183811,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","bashew","notes","scripting","shell-scripting"],"created_at":"2024-11-14T06:35:18.071Z","updated_at":"2025-07-31T11:14:05.076Z","avatar_url":"https://github.com/pforret.png","language":"Shell","readme":"![bash_unit CI](https://github.com/pforret/note/workflows/bash_unit%20CI/badge.svg)\n![Shellcheck CI](https://github.com/pforret/note/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/note)\n![GH stars](https://img.shields.io/github/stars/pforret/note)\n![GH tag](https://img.shields.io/github/v/tag/pforret/note)\n![GH License](https://img.shields.io/github/license/pforret/note)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://basher.gitparade.com/package/)\n\n# pforret/note\n\n![](note.jpg)\n\nManage your notes, todo, ... with this nifty script (100% bash)\n\n## Usage\n\n```\n### USAGE\nProgram: note 1.3.0 by peter@forret.com\nUpdated: Feb  5 21:57:53 2021\nDescription: keep track of daily notes\nUsage: note [-h] [-q] [-v] [-f] \n            [-n \u003cnote_dir\u003e] [-l \u003clog_dir\u003e] \n            [-e \u003cextension\u003e] [-t \u003ceditor\u003e] [-p \u003cprefix\u003e] [-z \u003cpostfix\u003e] \n            \u003caction\u003e \u003cinput?\u003e\nFlags, options and parameters:\n    -h|--help        : [flag] show usage [default: off]\n    -q|--quiet       : [flag] no output [default: off]\n    -v|--verbose     : [flag] output more [default: off]\n    -f|--force       : [flag] do not ask for confirmation (always yes) [default: off]\n    -n|--note_dir \u003c?\u003e: [option] folder for note files   [default: /Users/pforret/notes]\n    -l|--log_dir \u003c?\u003e : [option] folder for log files   [default: /Users/pforret/log/note]\n    -e|--extension \u003c?\u003e: [option] extension for note files  [default: md]\n    -t|--editor \u003c?\u003e  : [option] text editor to use  [default: vi]\n    -p|--prefix \u003c?\u003e  : [option] data to enter before the note\n    -z|--postfix \u003c?\u003e : [option] data to enter after the note  [default: pforret@Mac-mini.forret]\n    \u003caction\u003e         : [parameter] action to perform: add/edit/find/list/paste/show/check\n    \u003cinput\u003e          : [parameter] text to add/search (optional)\n\n### TIPS \u0026 EXAMPLES\n* use note add XYZ to add one line/thought to your note file\n  note add \"line of text\"\n* use note find XYZ to find a word/phrase in your note files\n  note find \"DEVL\"\n* use note edit to open your current note file in your default editor\n  note edit\n* use note list to show a list of all your note files with some stats\n  note list\n* use note show to show today's note file\n  note show\n* use note paste to paste the clipboard into your note file\n  note paste\n* use note check to check if this script is ready to execute and what values the options/flags are\n  note check\n```      \n\n## Installation\n\nwith [basher](https://github.com/basherpm/basher)\n\n```bash\nbasher install pforret/note\n```\n\nor with `git`\n\n```bash\n$ git clone https://github.com/pforret/note.git\n$ cd note\n$ sudo ln -s $(pwd)/note /usr/local/bin/ # or somewhere else in your path\n```\n\n## Acknowledgements\n\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2020 Peter Forret\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fnote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Fnote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fnote/lists"}