Java Terminal UX Library
Report Bug
·
Request Feature
Termux is a library to build user interface in the terminal, this project was build for an Application to deliver as college project, where I need a common workflow to build terminal interfaces without need to remake all the visual systems, then I created termux, a simple and powerfull way to create stunning interfaces in a terminal.
Add to your project as a dependency.
- Add JitPack to your repositories in maven file.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add the dependency to your dependencies.
<dependency>
<groupId>com.github.pomaretta</groupId>
<artifactId>termux</artifactId>
<version>0.3.1</version>
</dependency>
- Start screen showing up the option menu and a interactive selection menu.
- Submenu, that the user can go back.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Carlos Pomares - @pomaretta
Project Link: https://github.com/pomaretta/termux