A Node.js CLI tool designed for easy text editing over the network. Runs directly with npx, no installation required.
- Quick and easy network-based text editing
- No need for installation, runs with npx
- Lightweight and speedy
- Works across platforms
You don't need to install net-textarea
to use it thanks to npx
. To run the tool, use the following command:
npx net-textarea [port]
Example:
# default use port 8123
npx net-textarea
# use custom port 8500
npx net-textarea 8500
This project is licensed with BSD-2-Clause
This is free, libre, and open-source software. It comes down to four essential freedoms [ref]:
- The freedom to run the program as you wish, for any purpose
- The freedom to study how the program works, and change it so it does your computing as you wish
- The freedom to redistribute copies so you can help others
- The freedom to distribute copies of your modified versions to others