https://github.com/openconcerto/giganotepad
A notepad application designed to handle very large text file
https://github.com/openconcerto/giganotepad
java large-files text-editor
Last synced: 9 months ago
JSON representation
A notepad application designed to handle very large text file
- Host: GitHub
- URL: https://github.com/openconcerto/giganotepad
- Owner: openconcerto
- License: gpl-3.0
- Created: 2024-07-24T21:29:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T13:46:18.000Z (almost 2 years ago)
- Last Synced: 2024-07-27T00:11:20.566Z (almost 2 years ago)
- Topics: java, large-files, text-editor
- Language: Java
- Homepage:
- Size: 492 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GigaNotePad
[](https://github.com/openconcerto/GigaNotePad/actions/workflows/maven.yml)
**GigaNotePad** is an open-source notepad application designed to handle exceptionally large text files, up to 2 gigabytes in size, even if all the text is contained in a single line.
This tool is ideal for users who need to work with extensive logs, data dumps, or any large text files that typically exceed the capabilities of standard text editors.
## Features
- **High Performance**: Efficiently open, edit, and save very large files.
- **Single Line Handling**: Optimized to handle files where all content is in a single line.
- **Search and Replace**: Fast search and replace functionality.
- **Cross-Platform**: Runs on Windows, macOS, and Linux.
## Screenshots

## Requirements
Java 11 or more recent