Skip to content

A simple program for downloading online resources and displaying them in a scrolling terminal using the libcurl and ncurses libraries.

Notifications You must be signed in to change notification settings

tsai-henry/webprinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

webprinter

This program displays online content in text and hexadecimal format given a URL. It relies on three libraries to do so:

To compile and execute the program, run the following command in a Mac terminal and then enter the URL of the online content you wish to access:

gcc main.c -lcurl -lncurses -o main && ./main

This could be simplified by using a makefile which I hope to add in the future.

About

A simple program for downloading online resources and displaying them in a scrolling terminal using the libcurl and ncurses libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages