pomaretta / termux

Java Terminal UX library for using interactive menus, selection menus and command options.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

Termux

Java Terminal UX Library
Report Bug · Request Feature



About

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.

Getting Started

Add to your project as a dependency.

  1. Add JitPack to your repositories in maven file.
<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
  1. Add the dependency to your dependencies.
<dependency>
  <groupId>com.github.pomaretta</groupId>
  <artifactId>termux</artifactId>
  <version>0.3.1</version>
</dependency>

Screenshots (Basic usage)

  • Start screen showing up the option menu and a interactive selection menu.

  • Submenu, that the user can go back.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Carlos Pomares - @pomaretta

Project Link: https://github.com/pomaretta/termux

About

Java Terminal UX library for using interactive menus, selection menus and command options.

License:MIT License


Languages

Language:Java 100.0%