{"id":13438587,"url":"https://github.com/murarth/linefeed","last_synced_at":"2025-12-12T16:48:33.821Z","repository":{"id":60775574,"uuid":"66421374","full_name":"murarth/linefeed","owner":"murarth","description":"Configurable, extensible, interactive line reader","archived":false,"fork":false,"pushed_at":"2020-08-25T12:41:00.000Z","size":6207,"stargazers_count":186,"open_issues_count":14,"forks_count":18,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-28T00:23:18.063Z","etag":null,"topics":["readline","rust","terminal"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/murarth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-24T02:24:19.000Z","updated_at":"2024-09-30T00:36:05.000Z","dependencies_parsed_at":"2022-10-04T17:31:20.871Z","dependency_job_id":null,"html_url":"https://github.com/murarth/linefeed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murarth%2Flinefeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murarth%2Flinefeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murarth%2Flinefeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murarth%2Flinefeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murarth","download_url":"https://codeload.github.com/murarth/linefeed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244565067,"owners_count":20473197,"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":["readline","rust","terminal"],"created_at":"2024-07-31T03:01:06.693Z","updated_at":"2025-12-12T16:48:28.767Z","avatar_url":"https://github.com/murarth.png","language":"Rust","readme":"# `linefeed`\n\n`linefeed` is a configurable, concurrent, extensible, interactive input reader\nfor Unix terminals and Windows console.\n\n[API Documentation](https://docs.rs/linefeed/)\n\n`linefeed` follows the paradigm of GNU Readline, binding key sequences to\ncommands that modify input state. `linefeed` supports many GNU Readline commands.\nHowever, `linefeed` does not implement all commands supported by GNU Readline.\nIf there's a command you want to be implemented, file an issue!\n\n`linefeed` also interprets GNU Readline `inputrc` configuration files.\nFirst, it will check for a filename in the environment variable `INPUTRC`.\nThen, on Unix, it will check `$HOME/.inputrc` or `/etc/inputrc`;\nwhile, on Windows, it will check `%APPDATA%\\linefeed\\inputrc`.\nOnly the first of these that is present is parsed and evaluated.\n\n## Building\n\nTo include `linefeed` in your project, add the following to your `Cargo.toml`:\n\n```toml\n[dependencies]\nlinefeed = \"0.6\"\n```\n\n### Demo\n\nThe `linefeed` project contains a demo program for testing functionality.\nTo run the demo, run the following from a clone of the `linefeed` project:\n\n    cargo run --example demo\n\n## License\n\n`linefeed` is distributed under the terms of both the MIT license and the\nApache License (Version 2.0).\n\nSee LICENSE-APACHE and LICENSE-MIT for details.\n","funding_links":[],"categories":["Libraries","库 Libraries","Rust","库"],"sub_categories":["Command-line","命令行 Command-line","命令行"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurarth%2Flinefeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurarth%2Flinefeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurarth%2Flinefeed/lists"}