Skip to content

Script that gets your public ip, local weather, to do list, and top posts from Hacker News

License

Notifications You must be signed in to change notification settings

surrsurus/welcome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

welcome

image

welcome will show you your public IP, tasks in your to do list, local weather report, and top posts from hackernews.

Requirements

The script assumes you have curl and fortune installed. curl is definitely necessary to get information such as weather and Hacker News posts, though you can simply delete fortune from the script if you want. This script also assumes you have todo in your PATH, where todo is a script I made earlier that you can find here.