Skip to content

A Java based multi-tasking command line interface bot.

License

Notifications You must be signed in to change notification settings

shivishbrahma/tilottama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tilottama

A Java based multi-tasking command line interface bot.

Features

  • 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
  • Exits : bye exit

Maven commands

Build and run

  • 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

Build and test

mvn clean install

Generate Javadoc

mvn javadoc:javadoc

Publish properties from pom

mvn properties:write-project-properties

About

A Java based multi-tasking command line interface bot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages