{"id":30663303,"url":"https://github.com/raystanza/ognp","last_synced_at":"2026-04-20T03:32:37.129Z","repository":{"id":310228495,"uuid":"1037691192","full_name":"raystanza/ognp","owner":"raystanza","description":"Portable Notepad style editor for Windows 10/11","archived":false,"fork":false,"pushed_at":"2025-08-16T15:45:06.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T17:31:19.792Z","etag":null,"topics":["csharp","dotnet","editor","notepad","ognp","windows-app","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raystanza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-14T01:17:12.000Z","updated_at":"2025-08-16T15:41:21.000Z","dependencies_parsed_at":"2025-08-16T17:45:25.270Z","dependency_job_id":null,"html_url":"https://github.com/raystanza/ognp","commit_stats":null,"previous_names":["raystanza/ognp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/raystanza/ognp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raystanza%2Fognp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raystanza%2Fognp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raystanza%2Fognp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raystanza%2Fognp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raystanza","download_url":"https://codeload.github.com/raystanza/ognp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raystanza%2Fognp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273010994,"owners_count":25030369,"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-08-31T02:00:09.071Z","response_time":79,"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":["csharp","dotnet","editor","notepad","ognp","windows-app","winforms"],"created_at":"2025-08-31T17:04:49.130Z","updated_at":"2026-04-20T03:32:37.121Z","avatar_url":"https://github.com/raystanza.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ognp (OG Notepad)\n\n[![Release (Windows .NET 9)](https://github.com/raystanza/ognp/actions/workflows/release-windows.yml/badge.svg)](https://github.com/raystanza/ognp/actions/workflows/release-windows.yml)\n[![CodeQL](https://github.com/raystanza/ognp/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/raystanza/ognp/actions/workflows/codeql.yml)\n[![License](https://img.shields.io/github/license/raystanza/ognp)](LICENSE)\n[![Release](https://img.shields.io/github/v/release/raystanza/ognp?sort=semver)](https://github.com/raystanza/ognp/releases)\n[![Downloads](https://img.shields.io/github/downloads/raystanza/ognp/total)](https://github.com/raystanza/ognp/releases)\n[![wakatime](https://wakatime.com/badge/github/raystanza/ognp.svg)](https://wakatime.com/badge/github/raystanza/ognp)\n\n_A faithful, minimal re-creation of classic Windows Notepad, built for speed and simplicity._\n\n\u003e **Why?** Recent changes to Windows Notepad left some folks missing the old, ultra-simple experience. **ognp** aims to be that: fast, tiny, dependency-free, and familiar.\n\n---\n\n## Features\n\n- **Classic UI \u0026 behavior**\n  - File: New / Open / Save / Save As… / Page Setup / Print / Print Preview / Exit\n  - Edit: Undo, Cut/Copy/Paste/Delete, **Find**, **Find Next (F3)**, **Replace**, **Go To (Ctrl+G)**, **Time/Date (F5)**, Select All\n  - Format: **Word Wrap** (off by default), **Font…**\n  - View: **Status Bar** (hidden when Word Wrap is on, like the original)\n  - Help: About\n- **Encodings**\n  - Detects BOM for UTF-8/16/32; otherwise defaults to **ANSI** (system code page)\n  - “Save As” lets you choose: ANSI, UTF-8, UTF-8 (BOM), UTF-16 LE/BE, UTF-32 LE/BE\n- **Line endings**\n  - Detects \u0026 preserves **CRLF / LF / CR** on save\n  - Status bar shows current EOL and encoding\n- **Quality-of-life**\n  - Drag \u0026 drop files to open\n  - Accurate cursor position and selection length in the status bar\n- **No bloat**\n  - No telemetry, no network calls, no AI, \u0026 **no external packages**\n  - Single portable `.exe` (no installer required)\n\n\u003e **Non-goals:** This isn’t a code editor. No tabs, no plugins, no syntax highlighting—just a classic text editor.\n\n---\n\n## Screenshot\n\n![ognp screenshot](assets/images/screenshot.png)\n\n---\n\n## Download\n\nHead to the **[GitHub Releases](https://github.com/raystanza/ognp/releases)** page and grab the latest assets:\n\n- `ognp.exe` — portable Windows executable\n- `ognp.exe.sha256` — checksum file for verification\n\n\u003e **Supported OS:** Windows 10/11.\n\u003e The published build is self-contained. If you ever see a runtime prompt, it is for the **.NET Desktop Runtime 9.0**. If your system is up-to-date, with 'Windows Updates', you should _NOT_ see this message.  However, if you do, please install the **.NET Desktop Runtime 9.0**.\n\n---\n\n## Verify your download (recommended)\n\n**Windows (PowerShell):**\n\n```powershell\ncd \"folder\\where\\you\\downloaded\\files\"\n$expected = (Get-Content .\\ognp.exe.sha256).Split(\" \")[0]\n$actual   = (Get-FileHash -Algorithm SHA256 .\\ognp.exe).Hash.ToLower()\nif ($actual -eq $expected) { \"OK: SHA256 matches.\" } else { \"MISMATCH!\" }\n```\n\n---\n\n## How to run\n\nDouble-click `ognp.exe` to launch, or open a file from the command line:\n\n```powershell\nognp.exe \"C:\\path\\to\\file.txt\"\n```\n\nYou can also **drag \u0026 drop** a file onto the window to open it.\n\n---\n\n## Keyboard shortcuts\n\n- **File:** `Ctrl+N` New · `Ctrl+O` Open · `Ctrl+S` Save · `F12` Save As\n- **Edit:** `Ctrl+F` Find · `F3` Find Next · `Ctrl+H` Replace\n  `Ctrl+G` Go To · `Ctrl+A` Select All · `F5` Time/Date\n- **Format/View:** Word Wrap toggles Go To \u0026 Status Bar availability (classic behavior)\n\n---\n\n## Text encoding \u0026 line endings\n\n- If a file has a **BOM**, ognp uses it.\n- If not, ognp opens as **ANSI** (your system’s default code page).\n- “Save As” lets you choose encodings explicitly.\n- EOL style (**CRLF / LF / CR**) is detected on open and preserved on save.\n\n---\n\n## Printing\n\nUse **File → Page Setup / Print** for classic printing behavior. Long lines wrap across pages; headers/footers are intentionally minimal (in keeping with Notepad’s feel).\n\n---\n\n## File associations (optional)\n\nTo make ognp your default editor for `.txt` files:\n\n1. Right-click any `.txt` → **Open with** → **Choose another app**\n2. **Browse** to `ognp.exe`, check **Always use this app**, and confirm.\n\n---\n\n## Privacy \u0026 security\n\n- ognp has **no network features** and **no telemetry**.\n- If you discover a security issue, please open a **private advisory** or email the maintainer (avoid public issues for security topics).\n\nSee [`SECURITY.md`](SECURITY.md) for details.\n\n---\n\n## Frequently asked\n\n**Does it support tabs or syntax highlighting?**\nNo—by design. ognp focuses on the classic Notepad experience.\n\n**Can I change the default encoding?**\nUse **Save As** to choose a specific encoding for output. Files without a BOM open as ANSI.\n\n**Why is the Status Bar hidden sometimes?**\nWhen **Word Wrap** is on, the status bar hides—this matches the original Notepad behavior.\n\n---\n\n## Support \u0026 feedback\n\n- **Bugs \u0026 requests:** open an **Issue** on GitHub (include Windows version and repro steps)\n- **Discussions Q\u0026A:** use **Discussions** if enabled on the repo\n\nFor development guidelines, see **[`CONTRIBUTING.md`](CONTRIBUTING.md)**.\n\n---\n\n## License\n\n**GPL-3.0-or-later.** See [`LICENSE`](LICENSE) for details.\n\n---\n\n## Acknowledgements / Trademarks\n\n- Inspired by **Microsoft® Windows® Notepad**.\n- “Microsoft” and “Windows” are registered trademarks of Microsoft Corporation.\n- This project is not affiliated with or endorsed by Microsoft and/or its related entities.\n- This project does not solicit funds, donations, or monetary gain in any capacity.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraystanza%2Fognp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraystanza%2Fognp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraystanza%2Fognp/lists"}