Open Source Shell-Based Text Editor
OpenTx is a lightweight, menu-driven text editor built entirely using Bash Shell. It simplifies file management directly from your terminal with a clean and easy-to-use interface.
- Create New File: Instantly generate a new file.
- Create & Edit: Create a new file and jump straight into editing.
- Open File: Quickly view file contents using the
catcommand. - Edit File: Modify existing files seamlessly using the
vieditor. - Show Files: List all files in the current directory.
- Looping Menu: Built with a
while trueloop, so the program stays active until you choose to exit.
- Clone this repository:
git clone https://github.com
- Navigate to the project directory:
cd OpenTx - Grant execution permission:
chmod +x opentx.sh
- Run the program:
./opentx.sh
- Any Linux/Unix-like environment.
- Bash Shell.
- Core utilities installed:
vi,touch,cat, andls.
This is an open-source project! If you have ideas for new features, feel free to fork this repo and create a Pull Request.