Skip to content

pinapel-dev123/OpenTx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

OpenTx πŸš€

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.

✨ Features

  • 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 cat command.
  • Edit File: Modify existing files seamlessly using the vi editor.
  • Show Files: List all files in the current directory.
  • Looping Menu: Built with a while true loop, so the program stays active until you choose to exit.

πŸ› οΈ How to Use

  1. Clone this repository:
    git clone https://github.com
  2. Navigate to the project directory:
    cd OpenTx
  3. Grant execution permission:
    chmod +x opentx.sh
  4. Run the program:
    ./opentx.sh

🐧 Requirements

  • Any Linux/Unix-like environment.
  • Bash Shell.
  • Core utilities installed: vi, touch, cat, and ls.

🀝 Contribution

This is an open-source project! If you have ideas for new features, feel free to fork this repo and create a Pull Request.

About

OpenTx is a Open Source Shell Based Text Editor

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages