π¦ ClawHub
Jewish Zmanim Calculator
by @abeperl
Calculate Halachic times (zmanim) for any location and date. Sunrise, sunset, dawn, dusk, candle lighting, Shabbos times, Daf Yomi, and all major zmanim. Use...
π‘ Examples
# Today's zmanim for current location (auto-detected IP)
zmanim todayShabbos times for a specific city
zmanim shabbos --city "New York, NY"Full zmanim table for a date
zmanim --date 2026-05-15 --lat 40.7128 --lon -74.0060Candle lighting time
zmanim candles --city "Jerusalem"Daf Yomi for today
zmanim dafWeekly parsha
zmanim parsha
βοΈ Configuration
Create ~/.config/zmanim/default.json:
{
"default_city": "Brooklyn, NY",
"candle_lighting_minutes": 18,
"tzeis_minutes": 72,
"timezone": "America/New_York"
}
TERMINAL
clawhub install zmanim-calculator