Skip to content

nepalicalendar/nepalical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nepali Calendar

image

Overview

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.

Installing

Checkout the latest sources:

git clone https://github.com/tnagorra/nepalical

Install nepaliconv:

make nepaliconv
sudo make install-conv

Install nepalical:

# Get dependencies
sudo apt-get install libgtkmm-3.0-dev ttf-indic-fonts

# Install
make nepalical
sudo make install-cal

License

It is distributed under GNU GPL. A copy of the license is available in the distributed LICENSE file.

About

A nepali calendar and converter for linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • Makefile 7.1%