Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world
commandline·Command LinebyGustavoM

"tm". Todo manager on the CLI for potatoes.

(The date + clock and the menu can be hidden via a toggle for extra flexibility and space. They are in the screenshot just to show em off.)

Manage your to-do tasks in a compact, slick and straightforward manner.

Includes a built-in clock for an extra flex.

Click here to grab the code and compile it with "gcc tm.c -o tm -static -O2". And then type "sudo mv tm /usr/local/bin/." to send the binary into the user binary directory. To run it, simply type "tm".

This code, alongside all my codes are under the "Do Whatever You Want" license. Modify this, sell it using a different name, whatever you want -- I don't care.

View original on lemmy.world
12

1 reply

You reached the end

"tm". Todo manager on the CLI for potatoes. | Spyke