{"id":21459751,"url":"https://github.com/stepanzubkov/lie","last_synced_at":"2025-06-15T17:33:32.132Z","repository":{"id":187058464,"uuid":"673945569","full_name":"stepanzubkov/lie","owner":"stepanzubkov","description":"Line text editor written in C++","archived":false,"fork":false,"pushed_at":"2023-10-28T08:37:41.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T14:15:13.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stepanzubkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-08-02T19:30:54.000Z","updated_at":"2023-08-27T08:56:09.000Z","dependencies_parsed_at":"2023-08-08T21:03:47.068Z","dependency_job_id":"7187e8d0-b3ca-4d39-b9b4-90830760bd31","html_url":"https://github.com/stepanzubkov/lie","commit_stats":null,"previous_names":["stepanzubkov/lie"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Flie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Flie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Flie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepanzubkov%2Flie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stepanzubkov","download_url":"https://codeload.github.com/stepanzubkov/lie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243971771,"owners_count":20376888,"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":[],"created_at":"2024-11-23T06:31:39.068Z","updated_at":"2025-03-17T04:24:33.058Z","avatar_url":"https://github.com/stepanzubkov.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LIE\nLie - **LI**ne **E**ditor or **L**ie **I**s **E**ditor. \n\nThis is line text editor inspired by *ed*. Now it in early alpha.\n\n## Why I write this editor?\n\nI like using ed for small tasks like config editing. It is very light and simple.\nCurrently I am learning C++ and I think it is good project to test my skills.\n\nSo I decided to write my own ed, but better. \n\n## What are differences between ed and lie?\n\n1. As I know, ed is written in C and lie is written in C++\n2. Lie shows **normal** error messages, not \"?\" :)\n3. Some commands have different names\n4. I want to create other helpful commands\n5. Lie has different syntax. Lie command pattern is:\n```\ncommand_name arg1 keyword_arg1=value1 arg2 keyword_arg2=value2\n```\n(Args are optional)\n\n6. Lie has `help` command like in *Vi*\n\n## Installation\n\nDependencies: `gcc`, `make`\n\nClone this repository and `cd` into.\n\nRun `make`. Then you can move `lie` binary file to `/usr/bin`, `~/.local/bin`, etc path in your PATH.\n\n## Usage\n\nLie is **VERY UNSTABLE AND IN EARLY ALPHA**, so I recommend use it only for fun and editing not important files, not for serious work.\n\nAfter intstallation run it: `./lie`. You can see `1\u003e ` command prompt. `1` is current line number. Try to type: `help help`. You get help about help command. Command `h h` does same thing.\n\nTo open a file in it, run `./lie file`. Then type `print` or `p` to see file content. Loaded file is called *buffer*.\n\nNow these commands are implemented:\n- `q[uit]` - quits the editor\n- `h[elp] command` - prints help about command.\n- `o[pen] file` - loads file to buffer \n- `p[rint]` - prints buffer content.\n- `g[oto] line` - changes current line number.\n- `c[hange] line` - edits line if passed, if not -- edits current line\n\n## Contribution\n\nThere is no contribution guide, but you can contact me `stepanzubkov@florgon.com`. Or `@stepan-zubkov:matrix.org` at matrix.\n\n## Help\n\nIf you like my work, you can donate me. Contact me `stepanzubkov@florgon.com` to donate.\n\n## License\nCopyright (C) 2023 Stepan Zubkov \u003cstepanzubkov@florgon.com\u003e\n\nThis program is Free Software and licensed under GNU GPL version 3 or later (You can choose version 3 or any version later then 3). \n\nSee `COPYING` file for more.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepanzubkov%2Flie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstepanzubkov%2Flie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepanzubkov%2Flie/lists"}