Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/surrsurus/welcome
- Owner: surrsurus
- License: mit
- Created: 2017-10-12T01:20:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T07:09:39.000Z (7 months ago)
- Last Synced: 2024-05-18T08:22:05.531Z (7 months ago)
- Topics: automation, bash, cli, hacker, hacker-news, information, news, script, shell, terminal, to-do-list, ycombinator
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# welcome
`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).