Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
/ motd Public archive

A program I wrote to show a message on terminal launch.

Notifications You must be signed in to change notification settings

DriesOlbrechts/motd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOTD

A project to show a message on terminal start.

Options

The config file is located in your config directory after running the daemon once. Most likely: ~/.config

{
    "key": "Get at https://www.weatherapi.com/",
    "city": "Brussels",
    "message_type": "weather" 
}

The options for message_type are weather and reddit

Implement

How you implement it is up to you. Personally I have a crontab running every 5 minutes that runs the daemon. Then I just run the client in ~/.bashrc .

About

A program I wrote to show a message on terminal launch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages