{"id":19085565,"url":"https://github.com/theritikchoure/zen","last_synced_at":"2026-05-15T22:35:38.021Z","repository":{"id":61160469,"uuid":"483879782","full_name":"theritikchoure/zen","owner":"theritikchoure","description":"Zen is Node based File Management Command Line Tool. It provides a lot of very useful functionality to access and interact with the file system.","archived":false,"fork":false,"pushed_at":"2022-10-10T07:37:24.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T16:58:05.719Z","etag":null,"topics":["ansi","cli","command-line-tool","create-file","filesystem","javascript","node","nodejs","theritikchoure","zen"],"latest_commit_sha":null,"homepage":"https://github.com/theritikchoure/zen#readme","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theritikchoure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-21T02:28:33.000Z","updated_at":"2022-05-27T13:12:30.000Z","dependencies_parsed_at":"2022-10-12T19:38:50.535Z","dependency_job_id":null,"html_url":"https://github.com/theritikchoure/zen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theritikchoure/zen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fzen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fzen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fzen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fzen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theritikchoure","download_url":"https://codeload.github.com/theritikchoure/zen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theritikchoure%2Fzen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274848229,"owners_count":25360981,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ansi","cli","command-line-tool","create-file","filesystem","javascript","node","nodejs","theritikchoure","zen"],"created_at":"2024-11-09T02:56:33.077Z","updated_at":"2026-05-15T22:35:32.988Z","avatar_url":"https://github.com/theritikchoure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cimg width=\"320\" src=\"https://raw.githubusercontent.com/theritikchoure/theritikchoure/main/media/logo.png\" alt=\"Zen\"\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\u003c/h1\u003e\n\n\n# @ritikchoure/zen\n\nZen is command line tool to provide complete file system to access, delete, create, rename your files and so on...\n\n[![GitHub license](https://img.shields.io/github/license/theritikchoure/zen.svg)](https://github.com/theritikchoure/zen/blob/master/LICENSE)\n[![Maintainer](https://img.shields.io/badge/maintainer-theiritikchoure-green)](https://github.com/theritikchoure)\n\n## Table of contents\n1. [Installation](#installation)\n2. [CLI Usage](#cli-usage)\n    1. [Create File](#create-file)\n\t2. [Create Folder/Directory](#create-foldersdirectory)\n\t3. [Rename File/Folder](#rename-filefolder)\n\t4. [Remove File/Folder](#remove-filefolder)\n\t5. [Check File/Folder Existence](#check-filefolder-existence)\n\t6. [Read File](#read-file)\n\t7. [Read Directory](#read-directory)\n\t8. [Create Zip](#create-zip)\n\t9. [Create Local Server](#create-local-server)\n\t10. [Create \u0026 Download QR Code](#create-local-server)\n\t11. [Check Version](#check-version)\n\t12. [Get Help](#get-help)\n3. [Authors](#authors)\n4. [Feedback](#feedback)\n5. [License](#license)\n6. [Tech Stack](#tech-stack)\n\n## Installation\n\n```bash\nnpm i -g @ritikchoure/zen\n```\n\nmake sure you install it globally.\n\nTo check successfull installation of zen, open command prompt or windows terminal.\n\nType in your cmd -\n\n```bash\nzen --version\n```\n\n## CLI Usage\n\n### Create File\n\nUsing the following command, you can create files -\n\n```bash\nzen -f filename.extension\n```\n\n### Create Folders/Directory\n\nUsing the following command, you can create folders/directory -\n\n```bash\nzen -dir foldername\n```\n\n### Rename File/Folder\n\nUsing the following command, you can rename file/folder -\n\n```bash\nzen -rn oldfilename newfilename\n```\n\n### Remove File/Folder\n\nUsing the following command, you can remove file/folder -\n\n```bash\nzen -rm filename/foldername\n```\n\n### Check File/Folder Existence\n\nUsing the following command, you can check existence of any file/folder -\n\n```bash\nzen -e filename/foldername\n```\n\n### Read File\n\nUsing the following command, you can read contents of the file in utf-8 encoding -\n\n```bash\nzen -rf filename\n```\n\n### Read Directory\n\nUsing the following command, it will show the full list or content of your directory.\n\n```bash\nzen -rd\n```\n\n### Create Zip\n\nUsing the following command, it will create a zip file of the given file.\n\n```bash\nzen -zip filename\n```\n\n### Create Local Server\n\nUsing the following command, it will create a local server with 8080 as default port and host index.html, if index.html is exists in the current working directory.\n\nWe can use the custom port to listen on the server.\n\ndefault\n```bash\nzen -serve \n```\n\nCustom port\n```bash\nzen -serve -p portnumber\n```\n\n### Create \u0026 Download QR Code\n\nUsing the following command, you can create and download QR code image in your current working directory \n\n```bash\nzen -qr \u003curl\u003e\n```\n### Check Version\n\nUsing the following command, you can check version of zen -\n\n```bash\nzen -v\n```\n\nor\n\n```bash\nzen --version\n```\n\n### Get Help\n\nUsing the following command, you can check available commands of zen -\n\n```bash\nzen --help\n```\n\n## Authors\n\n- [@theritikchoure](https://github.com/theritikchoure)\n\n\n## Feedback\n\nIf you have any feedback/queries, please reach out to us at ritvikchoure65@gmail.com\n\n\n## License\n\n[MIT](https://github.com/theritikchoure/zen/blob/master/LICENSE)\n\n\n## Tech Stack\n\n**Node,** **FS,**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheritikchoure%2Fzen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheritikchoure%2Fzen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheritikchoure%2Fzen/lists"}