This Rust application allows users to create and open text files.
- Get user input for the output directory and file name.
- Create a text file with customizable content.
- Open the created text file using the system command.
- Rust programming language installed
-
Clone the repository:
git clone https://github.com/bbynog/textie.git cd textie
-
Run the application:
cargo run
-
Follow the prompts to specify the output directory, file name.
-
The application will create a text file and open it.
- The default output directory is specified in
constants.txt
.