khumnath / nepaliconv

nepali date convertor for linux shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nepaliconv

A nepali calendar cli converter for linux

this repository is a fork of https://github.com/nepali-bhasa/nepali-calendar add removed gui part.

build

on project directory

make all

install

sudo make install

clean build

make clean

uninstall from system

sudo make uninstall

examples

./nepaliconv -bs -u -f y-m-d-W
२०८०-०६-१२-शुक्रबार
./nepaliconv -bs -f "y.m.d"
2080.06.12
./nepaliconv -ad 2080.06.12
2023.09.29 Fri
nepaliconv -bs 2023.09.29
2080.06.12 Fri

spaces on dete

./nepaliconv -bs -u -f y\ \M\ \d\ \गते\ \W
 २०८० असोज १२ गते शुक्रबार

To display help and learn about other options, use a -h option.

About

nepali date convertor for linux shell

License:GNU General Public License v3.0


Languages

Language:C++ 96.0%Language:Makefile 4.0%