https://github.com/ryanlarge13/clilist
A fun CLI list making applications with persistent lists & user data!!!
https://github.com/ryanlarge13/clilist
cli cplusplus linux terminal
Last synced: about 2 months ago
JSON representation
A fun CLI list making applications with persistent lists & user data!!!
- Host: GitHub
- URL: https://github.com/ryanlarge13/clilist
- Owner: RyanLarge13
- Created: 2023-04-22T07:00:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T05:55:28.000Z (about 3 years ago)
- Last Synced: 2025-06-24T02:48:55.562Z (about 1 year ago)
- Topics: cli, cplusplus, linux, terminal
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLIList
A fun CLI list making applications with persistent lists & user data!!!
## Version 1.0.0



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.
## Download & Exec



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
1. Open a new terminal window in your downloads folder and run ```user:~/downloads git clone https://github.com/RyanLarge13/CLIList/```
2. 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](https://linuxconfig.org/how-to-install-g-the-c-compiler-on-ubuntu-18-04-bionic-beaver-linux)
otherwise...
3. Next run ``` user:~/downloads/CLIList make ```
4. 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} ```
### HAVE A BLAST!!!