{"id":19871608,"url":"https://github.com/millsoft/notes","last_synced_at":"2026-04-16T04:01:59.284Z","repository":{"id":82654462,"uuid":"109141836","full_name":"millsoft/notes","owner":"millsoft","description":"A simple Notes script for the linux terminal","archived":false,"fork":false,"pushed_at":"2017-11-01T15:07:24.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T00:56:40.162Z","etag":null,"topics":["console","linux","notes","notetaking","terminal"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/millsoft.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-01T14:30:24.000Z","updated_at":"2017-11-01T14:56:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0c04ae6-778f-47bd-99c0-232e3cc4b310","html_url":"https://github.com/millsoft/notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/millsoft/notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/millsoft","download_url":"https://codeload.github.com/millsoft/notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/millsoft%2Fnotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["console","linux","notes","notetaking","terminal"],"created_at":"2024-11-12T16:12:56.830Z","updated_at":"2026-04-16T04:01:59.265Z","avatar_url":"https://github.com/millsoft.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Notes\n===================\n\nNotes is a simple wrapper for `awk`. It searches for all `txt` files in a specific path recursively for a specific pattern. All found entries will be printed in the console. Each file can have multiple \"entries\" separated by `---` (or anything you specify in the script file. \n\n----------\n\nInstallation\n------------\n\n - edit the path where your txt files are, for example I use it with dropbox: \n `NOTES_DIR=\"~/Dropbox/mynotes\"`\n - make the script executable: `chmod +x notes.js`\n - Add the full path to this script in `~/.bashrc` or `~/.zshrc` like this:  `. /home/michael/scripts/notes/notes.sh`\n -  Reload your rc file with `source ~/.bashrc` (or .zshrc)\n\nSearch\n------------\nTo search for things you type the following:\n\n    notes blabla\n\n\nExample txt file:\n-------------\n\n    Extract bz2\n    bzip2 -d filename.bz2\n    ---\n    Extract tar\n    tar -xvf file.tar\n    ---\n    Extract tar.bz2\n    tar -xjvf file.tar.bz2\n\nNow when you want to know how to extract a tar file, you search it like this: `notes extract bz2`  or just `notes bz2`\nThe output looks like this:\n\n    ########### ./linux/extract.txt\n    Extract BZ2\n    bzip2 -d filename.bz2\n\nThe first line is always the filename and the rest is the found entry.\n\n01.11.2017 by [MilMike](https://www.milmike.com).\nStill work in progress. Feel free to request features or just fork it and make your own \"terminal search engine\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillsoft%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmillsoft%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmillsoft%2Fnotes/lists"}