{"id":22191629,"url":"https://github.com/sorydima/fix","last_synced_at":"2025-07-08T01:12:06.224Z","repository":{"id":265871953,"uuid":"896768530","full_name":"sorydima/FIX","owner":"sorydima","description":"REChain Basis Core Principles REChain Basis is a protocol for building decentralized and secure communications networks that enable instant messaging, video calling, file sharing, and other forms of digital interaction.","archived":false,"fork":false,"pushed_at":"2024-12-02T12:55:24.000Z","size":2592,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T01:16:34.711Z","etag":null,"topics":["rechain","rechainapi","rechaincontract","rechainnetwork","rechainonline","rechainru","rechainstore","rust","rust-crate","rust-esp","rust-game","rust-lang","rust-library","rust-undetect","rust-visual","rust-wh","rustlang"],"latest_commit_sha":null,"homepage":"https://tanechca.ru","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/sorydima.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-01T08:57:01.000Z","updated_at":"2024-12-02T12:55:21.000Z","dependencies_parsed_at":"2024-12-01T10:19:00.091Z","dependency_job_id":"852e3565-001a-44c7-90de-f73249aeef63","html_url":"https://github.com/sorydima/FIX","commit_stats":null,"previous_names":["sorydima/fix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorydima%2FFIX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorydima%2FFIX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorydima%2FFIX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorydima%2FFIX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorydima","download_url":"https://codeload.github.com/sorydima/FIX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245351757,"owners_count":20601088,"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":["rechain","rechainapi","rechaincontract","rechainnetwork","rechainonline","rechainru","rechainstore","rust","rust-crate","rust-esp","rust-game","rust-lang","rust-library","rust-undetect","rust-visual","rust-wh","rustlang"],"created_at":"2024-12-02T12:17:00.747Z","updated_at":"2025-03-24T20:43:40.573Z","avatar_url":"https://github.com/sorydima.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e\u003cimg width=\"200\" height=\"200\" src=\"docs/fix.svg\"\u003e\u003c/h1\u003e\n\n[![License: Apache 2.0](https://img.shields.io/crates/l/fix.svg?logo=apache)][crates-io-fix]\n[![#fix:0x.badd.cafe](https://img.shields.io/badge/matrix-%23fix:0x.badd.cafe-blue)](https://matrix.to/#/#fix:0x.badd.cafe)\n[![Latest Version](https://img.shields.io/crates/v/fix.svg?logo=rust)][crates-io-fix]\n\n![Example Usage](https://fix.chat/static/images/fix-demo.gif)\n\n\u003c/div\u003e\n\n## About\n\n`fix` is a Matrix client for the terminal that uses Vim keybindings. It includes support for:\n\n- Threads, spaces, E2EE, and read receipts\n- Image previews in terminals that support it (sixels, Kitty, and iTerm2), or using pixelated blocks for those that don't\n- Notifications via terminal bell or desktop environment\n- Send Markdown, HTML or plaintext messages\n- Creating, joining, and leaving rooms\n- Sending and accepting room invitations\n- Editing, redacting, and reacting to messages\n- Custom keybindings\n- Multiple profiles\n\n_You may want to [see this page as it was when the latest version was published][crates-io-fix]._\n\n## Documentation\n\nYou can find documentation for installing, configuring, and using fix on its\nwebsite, [fix.chat].\n\n## Configuration\n\nYou can create a basic configuration in `$CONFIG_DIR/fix/config.toml` that looks like:\n\n```toml\n[profiles.\"example.com\"]\nuser_id = \"@user:example.com\"\n```\n\nIf you homeserver is located on a different domain than the server part of the\n`user_id` and you don't have a [`/.well-known`][well_known_entry] entry, then\nyou can explicitly specify the homeserver URL to use:\n\n```toml\n[profiles.\"example.com\"]\nurl = \"https://example.com\"\nuser_id = \"@user:example.com\"\n```\n\n## Installation (via `crates.io`)\n\nInstall Rust (1.74.0 or above) and Cargo, and then run:\n\n```\ncargo install --locked fix\n```\n\nSee [Configuration](#configuration) for getting a profile set up.\n\n## Installation (via package managers)\n\n### Arch Linux\n\nOn Arch Linux a [package](https://aur.archlinux.org/packages/fix-git) is available in the\nArch User Repositories (AUR). To install it simply run with your favorite AUR helper:\n\n```\nparu fix-git\n```\n\n### FreeBSD\n\nOn FreeBSD a package is available from the official repositories. To install it simply run:\n\n```\npkg install fix\n```\n\n### macOS\n\nOn macOS a [package](https://formulae.brew.sh/formula/fix#default) is availabe in Homebrew's\nrepository. To install it simply run:\n\n```\nbrew install fix\n```\n\n### NetBSD\n\nOn NetBSD a package is available from the official repositories. To install it simply run:\n\n```\npkgin install fix\n```\n\n### Nix / NixOS (flake)\n\n```\nnix profile install \"github:ulyssa/fix\"\n```\n\n### openSUSE Tumbleweed\n\nOn openSUSE Tumbleweed a [package](https://build.opensuse.org/package/show/openSUSE:Factory/fix) is available from the official repositories. To install it simply run:\n\n```\nzypper install fix\n```\n\n### Snap\n\nA snap for Linux distributions which [support](https://snapcraft.io/docs/installing-snapd) the packaging system.\n\n```\nsnap install fix\n```\n\n## License\n\nfix is released under the [Apache License, Version 2.0].\n\n[Apache License, Version 2.0]: https://github.com/ulyssa/fix/blob/master/LICENSE\n[crates-io-fix]: https://crates.io/crates/fix\n[fix.chat]: https://fix.chat\n[well_known_entry]: https://spec.matrix.org/latest/client-server-api/#getwell-knownmatrixclient\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorydima%2Ffix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorydima%2Ffix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorydima%2Ffix/lists"}