A fun CLI list making applications with persistent lists & user data!!!
CLI List is a commandline program written in C++ for tracking a list tied to a user that will be created. Functionality is minimal, but writting the code was fun!!!! A user is created when a new username is typed in that does not exsist in the list.txt file that is created when running the program. This file stores all of the users and lists belonging to them.
Keep in mind, this is a fun beginner friendly project... No authentication or security is implimented to keep data stored safely in list.txt.
To download and execute the code in this project you will want to be running any kind of Linux distro on your machine, or, if you are on mobile Termux emulator will also work
- Open a new terminal window in your downloads folder and run
user:~/downloads git clone https://github.com/RyanLarge13/CLIList/ - After succesfully cloning, enter the new CLIList directory with
user:~/downloads cd ./CLIList/
if you do not have g++ on your machine than shame on you, follow this link... g++ install
otherwise...
- Next run
user:~/downloads/CLIList make - You're all set to go!!! To officially run the program now you can run this command and it will open up the terminal CLIList interface
user:~/downloads/CLIList ./simpleLists ${username}