Nepalical is a calendar widget and appears on the bottom-left corner of the screen. It runs automatically on startup and also has an entry in application menu. It has two modes: compact and full which can be toggeled by mouse click.
# Manually run Nepalical from terminal
nepalical
Nepaliconv is a command-line conversion tool that converts Gregorian date to Nepali date and vice versa.
# Display current Nepali date
nepaliconv -bs -f "y.m.d"
# Convert Nepali to Gregorian
nepaliconv -ad 2072.0925
To display help and learn about other options, use a -h
option.
Checkout the latest sources:
git clone https://github.com/tnagorra/nepalical
Install nepalical:
# Get dependencies for gtkmm-3.0 and indic fonts
# The indic fonts are optional dependencies
# For Ubuntu 16.04
sudo apt-get install gtkmm-3.0 fonts-indic
# Install
make nepalical
sudo make install-cal
Install nepaliconv:
make nepaliconv
sudo make install-conv
It is distributed under GNU GPL. A copy of the license is available in the distributed LICENSE file.