Home
Forums
New posts
What's new
New posts
Latest activity
Log in
Register
What's new
New posts
Menu
Log in
Register
Install the app
Install
Home
Forums
Technology
Silicon Valley and tech news
The Decentralized and Alternate Tech Thread
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Stadtaffe" data-source="post: 1430725" data-attributes="member: 10358"><p>Element is not the only client for matrix. I am currently testing and experimenting with an exciting terminal based matrix client:</p><p></p><p>[URL unfurl="true"]https://github.com/ahmedsaadxyzz/matrixcli[/URL]</p><p></p><p>It does one thing in particular which element does not do, which is monitor multiple matrix accounts simultaneously. Actually, in the github issues for element, you can read that it is a requested feature but would require a large code refactor. So with element you have to log out then log into something else. With matrixcli you do this in the config.py file:</p><p></p><p>[ICODE]accounts=[</p><p></p><p> { "server":"https://example.com",</p><p> "username":"account1",</p><p> "passeval":account1_password_eval },</p><p></p><p> { "server":"https://matrix.org",</p><p> "username":"account2",</p><p> "passeval":account2_matrixorg_password_eval},</p><p></p><p> { "server":"https://example.com",</p><p> "username":"account3",</p><p> "passeval":account3_password_eval_any_name },][/ICODE]</p><p></p><p>These terminal programs generally do not do video and voice, only text, but they do other useful things. From what I can tell so far, this one possibly runs a background process which keeps going even if you close the terminal. Will report after some more testing.</p><p></p><p>A full list of the matrix clients are here:</p><p></p><p>[URL unfurl="true"]https://matrix.org/clients/[/URL]</p><p></p><p>I had a go at installing two of the other terminal based clients but gave up. The one was python based but needed all kinds of dependencies, I think debian stable was not even enough for it, it wanted debian 11 which is not even released yet! There is also a terminal based client which is 'go' based but the installation again is somewhat hard core, needed a full 'go' installation. But that link I posted up the top is easy to install.</p><p></p><p>d for decentralised..</p></blockquote><p></p>
[QUOTE="Stadtaffe, post: 1430725, member: 10358"] Element is not the only client for matrix. I am currently testing and experimenting with an exciting terminal based matrix client: [URL unfurl="true"]https://github.com/ahmedsaadxyzz/matrixcli[/URL] It does one thing in particular which element does not do, which is monitor multiple matrix accounts simultaneously. Actually, in the github issues for element, you can read that it is a requested feature but would require a large code refactor. So with element you have to log out then log into something else. With matrixcli you do this in the config.py file: [ICODE]accounts=[ { "server":"https://example.com", "username":"account1", "passeval":account1_password_eval }, { "server":"https://matrix.org", "username":"account2", "passeval":account2_matrixorg_password_eval}, { "server":"https://example.com", "username":"account3", "passeval":account3_password_eval_any_name },][/ICODE] These terminal programs generally do not do video and voice, only text, but they do other useful things. From what I can tell so far, this one possibly runs a background process which keeps going even if you close the terminal. Will report after some more testing. A full list of the matrix clients are here: [URL unfurl="true"]https://matrix.org/clients/[/URL] I had a go at installing two of the other terminal based clients but gave up. The one was python based but needed all kinds of dependencies, I think debian stable was not even enough for it, it wanted debian 11 which is not even released yet! There is also a terminal based client which is 'go' based but the installation again is somewhat hard core, needed a full 'go' installation. But that link I posted up the top is easy to install. d for decentralised.. [/QUOTE]
Insert quotes…
Verification
Post reply
Home
Forums
Technology
Silicon Valley and tech news
The Decentralized and Alternate Tech Thread
Top