A Java based multi-tasking command line interface bot.
-
CPU info
cpu
os
user
-
Weather and Forecast
(weather/forecast) --city <cityname>
- weather --city Chennai
- weather --city 'Navi Mumbai'
- weather --city "New Delhi"
(weather/forecast) --lat <latitiude> --lon <longitude>
-
Converter App
currency <amount> <from> <to>
temperature <value> (C/F/K) (C/F/K)
-
Wikipedia
wiki <topic>
-
Today in History:
today
-
Number Trick
- Pi :
pi <digits>
- Roll Dice :
roll
- Flip Coin:
coin
- Pi :
-
Exits :
bye
exit
- Build the package with all dependencies
mvn clean properties:write-project-properties compile assembly:single
- Run the jar
java -jar ./target/tilottama-0.0.1-jar-with-dependencies.jar
mvn clean install
mvn javadoc:javadoc
mvn properties:write-project-properties