Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

thecodedmind/aosr-modules

Repository files navigation

aosr-modules

Modules for http://github.com/codedthoughts/AthenaOS/

All modules are currently work-in-progress and will change as time goes on.

wolfram

Sends a query off to the Wolfram|Alpha API and cleanly reports the result.
Requirements: Requests, and your own Wolfram|Alpha AppId (its free, dont worry)

bin_launcher

A simple way to manage and search your path binaries.
Requirements: Linux OS

appimage

A small interactive layer for appimages.
Requirements: Linux OS

pkmn

Pokedex searcher, shows basic pokemon information
Requirements: tkinter, pokedex (http://github.com/codedthoughts/pokedex/)

ddg

Searches duckduckgo for results.
Requirements: BeautifulSoup, duckduckgo (http://github.com/codedthoughts/duckduckgo/)

weather

Methods for showing weather reports.
Sourced from Darksky, uses komoot for geolocation. Requirements: darkskylib, requests, pytz, unit_parser

wikipedia

Not yet ready.

trello

Not yet ready.

reddit

Not yet ready.

taskw

Simple taskwarrior wrapper.
Requirements: Taskwarrior

journal

Simple CLI journalling system. Supports adding and removing journal entries.
Soon to support annotations and edit histories, plus more.

audio

Audio manager systems.
Supports playing local AND remote audio through simple command interface.
Requirements: ffmpeg with ffmplay

directory

Not yet ready.