refactor table system (#132)

* init table trait

* add shrink_col_index and max_width method to Table trait

* make unicodes work when shrinking

* improve readability of the table

* replace old table system with new one

* update changelog
This commit is contained in:
Clément DOUIN
2021-04-27 14:54:53 +02:00
committed by GitHub
parent cb296a5d98
commit cddb7bde37
8 changed files with 348 additions and 278 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
description = "The CLI email client.";
description = "📫 CLI email client";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";