Productivity
A collection of fun, useful utilities that make the terminal a joy to work in.
Functions & Aliases
weather
- Description: Get the weather forecast for your city directly in the terminal
- Usage:
weather [city] - Example:
weather London
weather Dhaka
# Weather report: Dhaka
#
# \ / Clear
# .-. +32(34) ยฐC
# โ ( ) โ โ 12 km/h
# `-' 10 km
# / \ 0.0 mm
๐ก Powered by wttr.in โ no API key needed!
joke
- Description: Fetch a random programmer joke
- Usage:
joke - Example:
joke
joke
# Why do programmers prefer dark mode?
# Because light attracts bugs!
timer
- Description: Set a countdown timer โ plays a bell when done
- Usage:
timer <duration> - Example:
timer 25m
timer 5m
# (waits 5 minutes...)
# โ Timer done!
๐ก Supported units:
s(seconds),m(minutes),h(hours). Perfect for Pomodoro workflows!
randpass
- Description: Generate a cryptographically secure random 16-character password
- Usage:
randpass - Example:
randpass
randpass
# K8mP2nQx1aLjTyBv
๐ก Powered by
openssl rand -base64 16โ suitable for generating strong passwords.
-- Part of the Productivity module of Aliaskit --