{"id":23176828,"url":"https://github.com/ryanlarge13/clilist","last_synced_at":"2026-05-11T07:48:25.368Z","repository":{"id":265644648,"uuid":"631174129","full_name":"RyanLarge13/CLIList","owner":"RyanLarge13","description":"A fun CLI list making applications with persistent lists \u0026 user data!!!","archived":false,"fork":false,"pushed_at":"2023-04-23T05:55:28.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T02:48:55.562Z","etag":null,"topics":["cli","cplusplus","linux","terminal"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RyanLarge13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-22T07:00:50.000Z","updated_at":"2023-05-01T17:52:58.000Z","dependencies_parsed_at":"2024-11-30T09:44:57.991Z","dependency_job_id":"e09643c0-ecbd-45c8-a819-55c580aef1eb","html_url":"https://github.com/RyanLarge13/CLIList","commit_stats":null,"previous_names":["ryanlarge13/clilist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RyanLarge13/CLIList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanLarge13%2FCLIList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanLarge13%2FCLIList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanLarge13%2FCLIList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanLarge13%2FCLIList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyanLarge13","download_url":"https://codeload.github.com/RyanLarge13/CLIList/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyanLarge13%2FCLIList/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261795306,"owners_count":23210615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cplusplus","linux","terminal"],"created_at":"2024-12-18T06:19:43.716Z","updated_at":"2026-05-11T07:48:25.308Z","avatar_url":"https://github.com/RyanLarge13.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLIList\nA fun CLI list making applications with persistent lists \u0026amp; user data!!!\n\n## Version 1.0.0\n\n\u003cimg src=\"https://img.shields.io/badge/Release-April 22, 2023-orange?style=for-the-badge\u0026logo=cplusplus\" alt=\"release date\" /\u003e\u003cbr /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Enviornment-Linux Terminal-violet?style=for-the-badge\u0026logo=gnometerminal\" alt=\"terminal\" /\u003e\u003cbr /\u003e\n\u003cimg src=\"https://img.shields.io/badge/License-MIT-indigo?style=for-the-badge\u0026logo=opensourceinitiative\" alt=\"website\" /\u003e\u003cbr /\u003e\n\n\u003cp\u003e\u003cb\u003eCLI List is a commandline program written in C++ for tracking a list tied to a user that will be created. Functionality is minimal, \nbut writting the code was fun!!!!\u003c/b\u003e\u003cb\u003e A user is created when a new username is typed in that does not exsist in the list.txt file that is created when \nrunning the program. This file stores all of the users and lists belonging to them.\u003c/b\u003e\u003c/p\u003e\n\n\u003cp\u003e\u003cb\u003eKeep in mind, this is a fun beginner friendly project... No authentication or security is implimented to keep data stored safely in list.txt.\u003c/b\u003e\u003c/p\u003e\n\n## Download \u0026 Exec\n\n\n\u003cimg src=\"https://img.shields.io/badge/Exec-Easy-green?style=flat\u0026logo=appveyor\" alt=\"permissons\" /\u003e\u003cbr /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Data Saftey-0/10-red?style=flat\u0026logo=databricks\" alt=\"data security\" /\u003e\u003cbr /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Cross Platform-false-red?style=flat\u0026logo=gnometerminal\" alt=\"cross platform\" /\u003e\u003cbr /\u003e\n\n\u003cp\u003e\u003cb\u003eTo 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 \nmobile Termux emulator will also work\u003c/b\u003e\u003c/p\u003e\n\n\n1. Open a new terminal window in your downloads folder and run ```user:~/downloads git clone https://github.com/RyanLarge13/CLIList/```\n2. After succesfully cloning, enter the new CLIList directory with ```user:~/downloads cd ./CLIList/```\n\n***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)\n\notherwise...\n\n3. Next run ``` user:~/downloads/CLIList make ```\n4. 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} ```\n\n### HAVE A BLAST!!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanlarge13%2Fclilist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanlarge13%2Fclilist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanlarge13%2Fclilist/lists"}