Skip to content

bbynog/textie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textie

This Rust application allows users to create and open text files.

Features

  • 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.

Prerequisites

  • Rust programming language installed

Setup

  1. Clone the repository:

    git clone https://github.com/bbynog/textie.git
    cd textie

Usage

  1. Run the application:

    cargo run
  2. Follow the prompts to specify the output directory, file name.

  3. The application will create a text file and open it.

Configuration

  • The default output directory is specified in constants.txt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages