20170521-7 选题

This commit is contained in:
Ezio 2017-05-21 15:33:02 +08:00 committed by GitHub
parent ab053fb4bf
commit e0dc4c758e

View File

@ -0,0 +1,83 @@
T-UI Launcher Turns Android Device into Linux Command Line Interface
============================================================
Are you a command line guru, or do you simply want to make your Android device unusable for friends and family, then check out T-UI Launcher app. Unix/Linux users will definitely love this.
T-UI Launcher is a free lightweight Android app with a Linux-like CLI (Command Line Interface) that turns your regular Android device into a complete command line interface. It is a simple, quick and smart launcher for those who love to work with text-based interfaces.
#### T-UI Launcher Features
Below are some of its notable features:
* Shows quick usage guide after the first launch.
* Its fast and fully customizable.
* Offers to autocomplete menu with fast, powerful alias system.
* Also, provides predictive suggestions and offers a serviceable search function.
It is free, and you can [download and install][1] it from Google Play Store, then run it on your Android device.
Once you have installed it, youll be shown a quick usage guide when you first launch it. After reading the guide, you can start using it with simple commands as the ones explained below.
[![T-UI Commandline Help Guide](https://www.tecmint.com/wp-content/uploads/2017/05/T-UI-Commandline-Help.jpg)][2]
T-UI Commandline Help Guide
To launch an app, simply type the first few letter in its name and the auto completion functionality will show all the available apps on the screen. Then click on the one you want to open.
```
$ Telegram #launch telegram
$ WhatsApp #launch whatsapp
$ Chrome #launch chrome
```
[![T-UI Commandline Usage](https://www.tecmint.com/wp-content/uploads/2017/05/T-UI-Commandline-Usage.jpg)][3]
T-UI Commandline Usage
To view your Android device status (battery charge, wifi, mobile data), type.
```
$ status
```
[![Android Phone Status](https://www.tecmint.com/wp-content/uploads/2017/05/T-UI-Commandline-Status.jpg)][4]
Android Phone Status
Other useful commands you can use.
```
$ uninstall telegram #uninstall telegram
$ search [google, playstore, youtube, files] #search online apps or for a local file
$ wifi #trun wifi on or off
$ cp Downloads/* Music #copy all files from Download folder to Music
$ mv Downloads/* Music #move all files from Download folder to Music
```
Thats all! In this article, we reviewed simple yet useful Android app with a Linux-like CLI (Command Line Interface) that turns your regular Android device into a complete command line interface. Give it a try and share your thoughts with us via the comment section below.
--------------------------------------------------------------------------------
作者简介:
Aaron Kili is a Linux and F.O.S.S enthusiast, an upcoming Linux SysAdmin, web developer, and currently a content creator for TecMint who loves working with computers and strongly believes in sharing knowledge.
------------------
via: https://www.tecmint.com/t-ui-launcher-turns-android-device-into-linux-cli/
作者:[Aaron Kili ][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]:https://www.tecmint.com/author/aaronkili/
[1]:https://play.google.com/store/apps/details?id=ohi.andre.consolelauncher
[2]:https://www.tecmint.com/wp-content/uploads/2017/05/T-UI-Commandline-Help.jpg
[3]:https://www.tecmint.com/wp-content/uploads/2017/05/T-UI-Commandline-Usage.jpg
[4]:https://www.tecmint.com/wp-content/uploads/2017/05/T-UI-Commandline-Status.jpg
[5]:https://www.tecmint.com/author/aaronkili/
[6]:https://www.tecmint.com/10-useful-free-linux-ebooks-for-newbies-and-administrators/
[7]:https://www.tecmint.com/free-linux-shell-scripting-books/