{"id":49081107,"url":"https://github.com/stan-smith/ironotes","last_synced_at":"2026-04-20T13:14:16.619Z","repository":{"id":348050855,"uuid":"1093463823","full_name":"stan-smith/ironotes","owner":"stan-smith","description":"TUI journal written in Rust, with fuzzy searching through your ramblings.","archived":false,"fork":false,"pushed_at":"2025-11-10T12:36:35.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-30T16:42:06.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/stan-smith.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-10T12:08:54.000Z","updated_at":"2025-11-10T12:36:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/stan-smith/ironotes","commit_stats":null,"previous_names":["stan-smith/ironotes"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stan-smith/ironotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-smith%2Fironotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-smith%2Fironotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-smith%2Fironotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-smith%2Fironotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stan-smith","download_url":"https://codeload.github.com/stan-smith/ironotes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-smith%2Fironotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-20T13:14:16.029Z","updated_at":"2026-04-20T13:14:16.612Z","avatar_url":"https://github.com/stan-smith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ironotes - A Simple Journal So I Actually Take Notes\n\nI suck at taking notes, I try using paper and then I need to move it to my desktop to work on what I've written, I end up opening random text editors to take down notes.\n\n\n### This simplifies that.\n\n\nEach day I open ironotes, it sees there are no entries for today, so it starts a new file as DD-MM-YY.\n\u003cimg width=\"2050\" height=\"1286\" alt=\"Screenshot_20251110_121619\" src=\"https://github.com/user-attachments/assets/64cb4816-e60a-4c16-b093-a8bafe441486\" /\u003e\n\nI then happily work on this until I realise I need another note for the day, perhaps an idea has come to mind.\n\u003cimg width=\"325\" height=\"121\" alt=\"Screenshot_20251110_121659\" src=\"https://github.com/user-attachments/assets/1e28cbad-cf0f-400b-94c4-b01676fcac60\" /\u003e\n\nI then press CTRL+N, which opens a new document, saves my current one then I start typing away.\n\u003cimg width=\"384\" height=\"243\" alt=\"Screenshot_20251110_121714\" src=\"https://github.com/user-attachments/assets/6f16e6d4-a716-4e55-a2b9-de6f7a33a422\" /\u003e\n\n\"But wait!\" I hear you cry, \"what if I need to search my notes?\"\nWell my friend, if you press CRTL+F you can fuzzy search through all your notes, you can then CRTL+UP CTRL+DOWN, to navigate the results, then CTRL+L to load the selected doc as shown below:\n\n\n\u003cimg width=\"384\" height=\"243\" alt=\"Screenshot_20251110_121735\" src=\"https://github.com/user-attachments/assets/d4b36c35-5034-4fc0-a520-ca575f0fcceb\" /\u003e\n\n### Why Rust?\nI'm learning it, I needed a note taking app. That's all there is to it, do what you want with it.\nThe emphasis being on \"I'm learning it\" if you want a feature, cool, go ahead and write it, if I also want it then I'll probably do it.\n\n## Usage:\n```\nwget https://github.com/stan-smith/ironotes/releases/download/0.1.0/ironotes\nsudo chmod +x ironotes\n./ironotes\n```\n\n\n### Build from SRC:\nInstall Cargo \n```\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\nClone repo:\n\n```\ngit clone https://github.com/stan-smith/ironotes\ncd ironotes\ncargo build --release\n./target/release/ironotes\n```\n\nYou will be asked which dir you want your files to be stored in, this by default is $HOME/Documents/ironotes\nYou can drop other MD docs in here if you want and they will also be searchable.\n\u003cimg width=\"1512\" height=\"658\" alt=\"Screenshot_20251110_121608\" src=\"https://github.com/user-attachments/assets/07f572ac-c940-4403-ae2f-e29d1226a556\" /\u003e\n\n## Key bindings:\nI wanted everything to be keyboard controlled, I will likely implement this to be changeable soon:\n\u003cimg width=\"1136\" height=\"796\" alt=\"Screenshot_20251110_123414\" src=\"https://github.com/user-attachments/assets/c471d44e-e4e1-4fb8-96f6-bd3ba88a0a84\" /\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstan-smith%2Fironotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstan-smith%2Fironotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstan-smith%2Fironotes/lists"}