https://github.com/merumerutho/tsc
Terminal Script Collection for CLI use.
https://github.com/merumerutho/tsc
Last synced: about 1 month ago
JSON representation
Terminal Script Collection for CLI use.
- Host: GitHub
- URL: https://github.com/merumerutho/tsc
- Owner: merumerutho
- License: gpl-3.0
- Created: 2018-12-02T08:32:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T19:20:16.000Z (over 7 years ago)
- Last Synced: 2025-01-27T12:49:07.695Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSC (Terminal Script Collection)
A set of Python scripts for CLI use (or conky!), doing some boring automation.
# Requisites:
The pip3 Colored library is needed.
Install it with:
`pip3 install colored`
# The scripts
Put this stuff where you like! In your .bashrc, or in your conky configuration files, use them whenever and wherever you like!
- __defnotes__ is a CLI interface to write down events or notes in an json file and access them via __monthlynotes__ which displays the list of events occurring in a certain month, and automatically deletes past events.
- __streamers__ is a terminal utility (most useful in conky!) that prints the current status (Online/Offline) of your favourite Twitch streamers.
- __schedule__ is a terminal utility which shows the daily schedule along with birthdays and festivities (needs some rework for use in conky).
# Configuration
Open the scripts and set up your stuff!
- __defnotes__ needs a PATH for the .json file.
- __streamers__ needs your Twitch username and the ID of your Twitch API (just register on the Twitch API website).
- __schedule__ needs a PATH for the .json file.