flowtime is an art project and thought experiment that challenges and reimagines our traditional understanding of time.
This package is a C implementation that contains a command line tool to show the current flowtime.
Find more details on the flowtime official page.
With brew on MacOS
brew install ucodia/tools/flowtime
flowtime - Display time in flowtime format
Usage:
flowtime [options]
Options:
-h, --help Show this help message
-v, --version Show version information
-c, --clock Run in continuous clock mode
Build the program
mkdir -p bin
gcc main.c flowtime.c -o bin/flowtimeRun the program
bin/flowtime -cBuild unit tests
gcc test.c flowtime.c -o bin/testRun the tests with JavaScript test cases
bin/test ../flowtime-js/test_data.csvThis package is MIT licensed. See LICENSE.