All Projects → TokTok → toxic

TokTok / toxic

Licence: GPL-3.0 license
An ncurses-based Tox client

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to toxic

term
终端输出控制
Stars: ✭ 38 (+90%)
Mutual labels:  console
chessIO
Fast haskell chess move generator library and console UCI frontend
Stars: ✭ 25 (+25%)
Mutual labels:  console
spec
Tox Protocol Specification
Stars: ✭ 29 (+45%)
Mutual labels:  tox
ranger-cmus
Ranger Plugin for Integration with Cmus Audio Player
Stars: ✭ 20 (+0%)
Mutual labels:  console
tox-pip-extensions
Augment tox with different installation methods via progressive enhancement.
Stars: ✭ 38 (+90%)
Mutual labels:  tox
xtd
Free open-source modern C++17 / C++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
Stars: ✭ 321 (+1505%)
Mutual labels:  console
hawtio-integration
Core integration plugins for Hawtio: Apache ActiveMQ, Camel, Karaf, OSGi, and Spring Boot
Stars: ✭ 26 (+30%)
Mutual labels:  console
boxx
📦 Create highly customizable terminal boxes that also look great!
Stars: ✭ 80 (+300%)
Mutual labels:  console
impress-cli
Impress Application Server Command line interface
Stars: ✭ 25 (+25%)
Mutual labels:  console
python-sdk
python sdk for FISCO BCOS
Stars: ✭ 53 (+165%)
Mutual labels:  console
ansible-role-dsvpn
Install and configure dsvpn on your system.
Stars: ✭ 18 (-10%)
Mutual labels:  tox
gdb-dashboard
Modular visual interface for GDB in Python
Stars: ✭ 8,699 (+43395%)
Mutual labels:  console
Slim-Console
Slim Framework Console
Stars: ✭ 26 (+30%)
Mutual labels:  console
std-env
Detect current Javascript environment
Stars: ✭ 85 (+325%)
Mutual labels:  console
fop console
Prestashop Module providing a set of shell/terminal commands for developers (PrestaShop 1.7.5+)
Stars: ✭ 64 (+220%)
Mutual labels:  console
LoggingAdvanced
Improved and patched .NET Core console logger.
Stars: ✭ 20 (+0%)
Mutual labels:  console
cpp-indicators
A very simple, easy-to-use, and single-header-only C++ library for console based indicators (loading spinners)
Stars: ✭ 13 (-35%)
Mutual labels:  console
TerminalConsoleAppender
JLine 3 appender for Log4j2, allows extending command line apps using colors and command completion
Stars: ✭ 49 (+145%)
Mutual labels:  console
touchdesigner-hueControl
Components for controlling hue lights from TouchDesigner
Stars: ✭ 31 (+55%)
Mutual labels:  tox
DelphiConsole
The Console class from C# ported to Delphi
Stars: ✭ 101 (+405%)
Mutual labels:  console
Coverity Scan Build Status

Toxic is a Tox-based instant messaging and video chat client.

Toxic Screenshot

Installation

See the install instructions

Settings

Running Toxic for the first time creates an empty file called toxic.conf in your home configuration directory ("~/.config/tox" for Linux users). Adding options to this file allows you to enable auto-logging, change the time format (12/24 hour), and much more. You can view our example config file here.

Troubleshooting

If your default prefix is "/usr/local" and you receive the following:

error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory

you can attempt to correct it by running sudo ldconfig. If that doesn't work, run:

echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].