Skip to content
/ charbon Public

Modulable dashboard on your terminal made in Rust

Notifications You must be signed in to change notification settings

jenoh/charbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charbon

It's a proof of concept

charbon is a modulable dashboard on your terminal made in Rust. The main goal is to create an open-source dashboard with many modules to fit with all different developer needs. Running on Linux and macOS.

Configuration

When you run charbon for the first time, you will have a template file call charbon.yaml in your ~/$HOME/.config. This file runs a default dashboard configuration, you will need to modify it to fit with your needs.

---
tick_rate:  250
layout:
	# Define new block
	- block:
	  # Run the "cpu" module, find in the "features" folder. 
	  app_name: "cpu"
	  # This block will take 80 percentages of the height of your terminal.
	  size: 80
	# Define another block
	- block:
	  app_name: "system_stat"
	  size: 20

About

Modulable dashboard on your terminal made in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published