{"id":27433856,"url":"https://github.com/cliche-niche/cs455","last_synced_at":"2025-10-05T09:41:46.456Z","repository":{"id":211403437,"uuid":"688452373","full_name":"cliche-niche/CS455","owner":"cliche-niche","description":"TEd: A command-line based text editor written in Golang as part of the course project for the course CS455 \"Introduction to Software Engineering\" at IIT-K in 2023-24 I Sem.","archived":false,"fork":false,"pushed_at":"2023-11-29T19:20:00.000Z","size":2373,"stargazers_count":0,"open_issues_count":9,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T09:41:42.913Z","etag":null,"topics":["cs455","iitk","software-engineering"],"latest_commit_sha":null,"homepage":"","language":"Go","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/cliche-niche.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,"zenodo":null}},"created_at":"2023-09-07T11:33:18.000Z","updated_at":"2024-05-31T14:50:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae8d8db0-c8b7-4cec-94e1-4a102279278e","html_url":"https://github.com/cliche-niche/CS455","commit_stats":null,"previous_names":["cliche-niche/cs455"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cliche-niche/CS455","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliche-niche%2FCS455","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliche-niche%2FCS455/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliche-niche%2FCS455/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliche-niche%2FCS455/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cliche-niche","download_url":"https://codeload.github.com/cliche-niche/CS455/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliche-niche%2FCS455/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278437957,"owners_count":25986760,"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-10-05T02:00:06.059Z","response_time":54,"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":["cs455","iitk","software-engineering"],"created_at":"2025-04-14T17:18:04.168Z","updated_at":"2025-10-05T09:41:46.450Z","avatar_url":"https://github.com/cliche-niche.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"An implementation of a command line text editor written in Golang as part of a course project for CS455 (2023-24 I Sem.) in a team of four (Abhishek [\"abhishekshree\"](https://github.com/abhishekshree) Shree, Jahnvi [\"Janhvi-Rochwani\"](https://github.com/Janhvi-Rochwani) Rochwani, Parinay [\"parinayc20\"](https://github.com/parinayc20) Chauhan, and me, Aditya [\"cliche-niche\"](https://github.com/cliche-niche) Tanwar).\n\n## Running\nTo compile the project, please ensure you have `1.21x` (or a higher) version of Go installed. Thereafter, you can simply clone the repository and run the following commands:\n```bash\ngo build main.go\n./main -location=\".\"\n```\nAlternatively, after \u003ci\u003ebuilding\u003c/i\u003e the project, you can also run `./main -location=filename.txt` or `./main`. The differences between the three usages are:\n+ `./main -location=\"path/to/directory/`: Opens the editor in the directory given in the path with an interactive view of the directory available on the left.\n+ `./main -location=\".\"`: Opens the editor in the same directory as the executable is in.\n+ `./main -location=\"filename.ext\"`: Opens just the give file (and not a directory).\n\n## Features\nUpon opening a file, the editor supports features like:\n+ Basic editing (cut, copy, paste, undo, redo, etc.)\n+ Navigation using keys as well as key combinations\n+ Navigation using scrolling\n+ Autosave (at regular intervals of 30s)\n+ Reminder to save a file before closing\n+ Keyboard shortcuts:\n    + `Ctrl-C`: Close the application\n    + `Ctrl-Q`: Copy text if there is any selection. If there is no selection, copy the line the cursor is in\n    + `Ctrl-X`: Cut text if there is any selection. If there is no selection, cut the line the cursor is in\n    + `Ctrl-V`: Paste previously copied/cut text\n    + `Ctrl-S`: Save all changes to the file\n    + `Ctrl-O`: Toggle autosave on/off (initially off)\n    + `F1`: Display help containing shortcuts and more\n    + Some of these shortcuts are available on the front page as well when the application is run","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliche-niche%2Fcs455","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcliche-niche%2Fcs455","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliche-niche%2Fcs455/lists"}