Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surrsurus/welcome

Script that gets your public ip, local weather, to do list, and top posts from Hacker News
https://github.com/surrsurus/welcome

automation bash cli hacker hacker-news information news script shell terminal to-do-list ycombinator

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/surrsurus/todo).