Skip to content

System status for the terminal, like activity monitor

Notifications You must be signed in to change notification settings

moduslabs/cctop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cctop

Building

MacOS

This program is built with cmake. We use the cmake from homebrew, setting the path in the CLion IDE settings. We also installed ncurses using homebrew and set the paths in CMakeLists.txt to use that. The reason is that the curses that comes with XCode and MacOS is very old and doesn't support wide characters.

What we really want is libncursesw.dylib (w on the end means wide character support).

WIDE CHARACTERS (UTF_16)

    //    0x2581 ▁
    //    0x2582 ▂
    //    0x2583 ▃
    //    0x2584 ▄
    //    0x2585 ▅
    //    0x2586 ▆
    //    0x2587 ▇
    //    0x2588 █

Useful links

CMAKE

CURL

PROCESSES ETC.

About

System status for the terminal, like activity monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages