KeepIt is a lightweight notepad application designed for simplicity and efficiency.
This project was created as a learning experience in Java development. KeepIt provides basic text editing functionality such as saving, editing, and opening files, all accessible through keyboard shortcuts. The unique feature of the program? Finding the exit button—hope it doesn't take you all day!
- Simple and minimalistic interface
- Supports saving and opening text files
- Keyboard shortcuts for quick navigation
- No menus, just pure efficiency!
- Windows
- Debian-based Linux distributions
- Java Development Kit (JDK) 8+
- Command Line Interface (CMD/Terminal)
- Download the KeepIt folder.
- Run the
run.batscript.
- Download the KeepIt folder.
- Open a terminal and navigate to the project directory.
- Compile the Java files:
javac *.java - Run the program:
java PreMenu
KeepIt is an ongoing project, and I am actively working on improving it. If you have any ideas or suggestions, feel free to share them! Contributions and feedback are highly appreciated.
Thank you, and have fun using KeepIt!