td is a blazing-fast CLI tool to efficiently manage your TODO.md
directly from the terminal. It's fast!
Follow these steps to build and install the program:
Prerequisites
Make sure you have the following dependencies:
- CMake (version 3.10 or higher)
- A C compiler (e.g., GCC or Clang)
- uthash and utlist libraries (can be installed via your system's package manager)
Building the Project
-
Clone the repository:
git clone https://github.com/2giosangmitom/td.git cd td
-
Create the build directory and configure the project with CMake:
cmake -B build
-
Build the project:
cmake --build build
-
See
--help
to know how to use this tool:./build/td --help
The compiled binary will be located at build/td
(or build/td.exe
on Windows).