{"id":26905615,"url":"https://github.com/ern0/rsvw","last_synced_at":"2025-04-01T10:58:19.636Z","repository":{"id":217127098,"uuid":"742781880","full_name":"ern0/rsvw","owner":"ern0","description":"Simple RSV (Rows of String Values) viewer CLI app","archived":false,"fork":false,"pushed_at":"2024-01-15T20:21:33.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-16T01:28:59.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ern0.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}},"created_at":"2024-01-13T10:56:53.000Z","updated_at":"2024-01-14T12:54:03.000Z","dependencies_parsed_at":"2024-01-15T21:44:01.621Z","dependency_job_id":"afa54c8a-c10a-4d86-ba84-9215acbb9ec9","html_url":"https://github.com/ern0/rsvw","commit_stats":null,"previous_names":["ern0/rsvw"],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ern0%2Frsvw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ern0%2Frsvw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ern0%2Frsvw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ern0%2Frsvw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ern0","download_url":"https://codeload.github.com/ern0/rsvw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628236,"owners_count":20808106,"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":"2025-04-01T10:58:19.091Z","updated_at":"2025-04-01T10:58:19.627Z","avatar_url":"https://github.com/ern0.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rsvw - RSV viewer \n\n## What is `rsvw`?\n\nThis simple CLI utility \nconverts\nRSV (Rows of String Values) files\nto human readable format.\n\n## What is RSV?\n\nRSV is a schemeless text-based data transport format,\nvery similar to CSV, but with binary separator characters,\nso there's no quotation marks, no escaping at all.\nEasy to create, easy to read, \npayload can be any UTF-8 character.\n\nFor more info and examples,\nsee the [specification](https://github.com/Stenway/RSV-Specification).\n\n## Usage\n\nIf any files are specified, \nthe program concatenates them, \nif not, it uses `stdin` (piping support).\n\n```\nrsvw 1.0.0 - RSV viewer - https://github.com/ern0/rsvw\"\n\n  Usage: rsvw [options] [files]...\n\n  Options:\n    -n, --null-value         default: \"null\"\n    -f, --field-separator    default: \"|\"\n    -o, --field-opening      default: \"\u003c\"\n    -c, --field-closing      default: \"\u003e\"\n    -s, --line-starting      default: \"[\"\n    -e, --line-ending        default: \"]\"\n    -h, --help\n\n    How to set empty string value to an option:\n      rsvw -f'' -- example.rsv\n```\nThe empty string (`''`) is unnecessary, \nbut it's easier to understand.\n\n## Build and install\n\nYou will need [Rust compiler installed](https://www.rust-lang.org/learn/get-started).\n\nBuild:\n```\n$ cargo build --release\n(...)\n```\n\nInstall:\n```\n$ sudo cp target/release/rsvw /usr/local/bin\n```\n\n## Plans\n\nThere's no such as final version of a software.\n\n### Make ASCII input support optional\n\nNow, this utility omits all CR characters,\nand takes LFs as end-of-line.\nProbably, this is a bad behaviour,\nthese characters may appear in the payload.\n\nSolution: add command line switch to\ninterpret CR and LF characters as data.\n\n### Make ASCII output optional\n\nNow the program prints LF after each line,\nregardless of *line ending* parameter's value.\n\nSolution: make it switchable.\n\n### Use configuration file \n\nDelimiter characters \nshould be read \nfrom a user preference file,\ne.g. `~/.rsvw-rc`.\n\n## Authors\n\n- [ern0](https://github.com/ern0/rsvw) (original)\n- [H2CO3](https://github.com/H2CO3) (refactor)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fern0%2Frsvw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fern0%2Frsvw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fern0%2Frsvw/lists"}