Skip to content

fortysixandtwo/eigenvalue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eigenvalue

A minimalistic matrix cli built using libcmatrix. This is likely not very useful if you're not debugging the library.

To configure the account to use create a ~/.config/eigenvalue/accounts.cfg

[matrix-00]
username=@youruser:example.org
password=yourpassword

Building

To build

sudo apt install build-essential libglib2.0-dev libedit-dev libjson-glib-dev libsoup-3.0-dev
git clone https://github.com/agx/eigenvalue/
cd eigenvalue
meson setup _build
meson compile -C _build

Running

To start the program use

_build/run

Usage

Try /help at the prompt

About

libcmatrix test clilent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.4%
  • Python 9.6%
  • Meson 7.1%
  • Shell 7.0%
  • Emacs Lisp 0.9%