Terminal is a Java command line terminal, built with use of design patterns, and has extra features like a movie info search and a built in file downloader
- Create a config.json file in the project's root and add your omdb api key:
{
"omdbAPIKey": "<omdb-api-key> - from http://www.omdbapi.com/"
}- Download JDK >= 1.8
- Run the JAR file
ls
cd
history
movie <movie-name>
calc <expression>
login <user>
movie titanic
download "https://example.com/my_file.txt" "C:/Downloads"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.