Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

RyanLarge13/CLIList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLIList

A fun CLI list making applications with persistent lists & user data!!!

Version 1.0.0

release date
terminal
website

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

permissons
data security
cross platform

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

otherwise...

  1. Next run user:~/downloads/CLIList make
  2. 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!!!

About

A fun CLI list making applications with persistent lists & user data!!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors