Be inspired or be DESTROYED - daily wholesomeness in your terminal
Following this guide, you’ll have the latest Inspirational Skeletor💀 post in your terminal when you open your shell. Be inspired or be DESTROYED! Prerequisites The following applications must be present on the system and in your $PATH: curl jq Fetching statuses from the terminal Since the response from Mastodon is delivered as a JSON-array, having jq installed will help greatly with parsing the content. Mastodon has support for alt-text on images, and the user @[email protected] is kind enough to provide that with each posted image which makes it trivial to fetch the latest wholesome inspirational quote, even though the quote is images with text. This is accomplished by the following command: ...