Command Line

1409 readers
1 users here now

This is for anything regarding the command line, in any operating system. All questions (including dumb ones), tips, and interesting programs/console applications you've found or made yourself are welcome. Linux / BSD / macOS / Windows CLI apps, questions or comments, we're happy to take them all!

founded 5 years ago
MODERATORS
1
 
 

(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.

2
3
4
12
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
 

From a dvd CLI screensaver to a btop replacement.

To compile (pretty much anything available in the provided link), just do

gcc filename.c -o whateveryouwant -static

5
 
 

6