cabal-cli
cabal-cli copied to clipboard
Terminal client for Cabal, the p2p chat platform.
Some toronto mesh folks (https://github.com/tomeshnet/prototype-cjdns-pi/issues/213) would appreciate this, since it would let them bypass dht and lan routing (since they're usng cjdns) and just connect to known peers directly. This...
Reports something nicer than an error dump. I've gotten this a lot when I mistype an alias, like `cabal pb` instead of `cabal pub` fo the public cabal. Depends on...
I'm not sure if this was intentionally done, but when I received my first PM from somebody it didn't add an entry for them on the left sidebar. It seemed...
This might end up being more of a cable-cli thing, but I was thinking it'd be nice to see some indication on the peers I'm connected with whether I'm fully...
When using multi-cabal mode, the interface currently display each cabal as their cabal-key (or a short version of it). It makes it hard to distinguish each cabal when joining more...
I was able to reproduce this visual bug by widening the window until the cabal key + admin key was able to fit onto one line, and then re-narrowing the...
It would be helpful if search results (via `/search`) included the timestamp of each match, to aid in backscrolling to find the context around it.
Currently PMs will show up as an incoming PM (like being whispered in games like World of Warcraft) but some people find this disconcerting. Let's put that display behaviour behind...
Hello, I'm interested in using Cabal and would like to know if it functions properly in countries where internet access is heavily restricted or censored. Specifically, I'm referring to countries...
Uses the module `wcwidth` throughout cabal-cli's render logic. This modifies several key drawing routines to use the wcwidth module, in order to compute the visual width of Unicode code points...