{"id":15007076,"url":"https://github.com/stuffbymax/simple-bash-text-editor","last_synced_at":"2025-09-24T16:58:37.333Z","repository":{"id":238041391,"uuid":"795746904","full_name":"stuffbymax/Simple-Bash-Text-Editor","owner":"stuffbymax","description":"This project aims to provide a simple text editor with basic functionalities like creating, opening, editing, and saving text files.","archived":true,"fork":false,"pushed_at":"2025-03-19T11:29:06.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-01T21:47:13.688Z","etag":null,"topics":["bash","bash-script","help","help-wanted","helpful","helpneeded","linux","linux-app","linux-shell","shell","shell-script","simple","simple-project","text-editor","texteditor","tools","vim"],"latest_commit_sha":null,"homepage":"https://stuffbymax.github.io/sbte-website/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuffbymax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-04T00:20:13.000Z","updated_at":"2025-03-20T10:00:38.000Z","dependencies_parsed_at":"2024-11-17T20:35:33.946Z","dependency_job_id":"c5a5ff7a-820f-4f32-a963-5c3ce5b4773d","html_url":"https://github.com/stuffbymax/Simple-Bash-Text-Editor","commit_stats":null,"previous_names":["stuffbymax/simple-text-editor","stuffbymax/simple-bash-text-editor"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stuffbymax/Simple-Bash-Text-Editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2FSimple-Bash-Text-Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2FSimple-Bash-Text-Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2FSimple-Bash-Text-Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2FSimple-Bash-Text-Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuffbymax","download_url":"https://codeload.github.com/stuffbymax/Simple-Bash-Text-Editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuffbymax%2FSimple-Bash-Text-Editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276787035,"owners_count":25704727,"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-24T02:00:09.776Z","response_time":97,"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":["bash","bash-script","help","help-wanted","helpful","helpneeded","linux","linux-app","linux-shell","shell","shell-script","simple","simple-project","text-editor","texteditor","tools","vim"],"created_at":"2024-09-24T19:03:00.225Z","updated_at":"2025-09-24T16:58:37.289Z","avatar_url":"https://github.com/stuffbymax.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-text-editor\n\u003cimg src=\"https://stuffbymax.github.io/ste-website/pictures/SBTE.png\" alt=\"sbte-logo\" \u003e \n\nThis project aims to provide a simple text editor with basic functionalities like creating, opening, editing, and saving text files.\n-\n\nif plugins doesnt work move the plugins and delete the folder\n-\n\nThis program is a simple text editor implemented in Bash script. It provides basic functionalities like creating new files, opening existing files, editing files, saving files, searching for words, replacing words, counting words, and deleting files.\n-\nHere's a brief overview of its functionalities:\n-\n* Create a new file\n* open an existing file\n* Edit an existing file\n* Save file\n* Save As\n* Search for a word\n* Replace a word\n* Word Count\n* support plugins\n* Delete a file\n* Exit\n\n# Vim Version\n\n----\nThis program also has a Vim version It have same functionalities as the Bash script version but it opens the Vim text editor\n\nHere's a brief overview of its functionalities:\n-\n* Create a new file\n* pen an existing file\n* Edit an existing file\n* Save file\n* Save As\n* support plugins\n* Delete a file\n* Exit\n\n## if the plugins doesnt work remove the plugins folder and put the files in same directory\n\nalso dont foreget to change the code \n\n`# Function to handle time plugin\nhandle_time_plugin() {\n    source ./plugins/time_plugin.sh\n    display_current_time\n}`\n\n`# Function to handle system info plugin\nhandle_system_info_plugin() {\n    source ./plugins/system_info_plugin.sh\n    display_system_info\n}`\n\nto\n\n`# Function to handle time plugin\nhandle_time_plugin() {\n    source ./time_plugin.sh\n    display_current_time\n}`\n\n`# Function to handle system info plugin\nhandle_system_info_plugin() {\n    source ./system_info_plugin.sh\n    display_system_info\n}\n`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuffbymax%2Fsimple-bash-text-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuffbymax%2Fsimple-bash-text-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuffbymax%2Fsimple-bash-text-editor/lists"}