Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Fastlane app description #201

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
This plugin for <a href="https://termux.com">Termux</a> allows programs to be run at boot.

Instructions:

* Start the Termux:Boot app once by clicking on its launcher icon.
* This allows the app to be run at boot.
* Create the <tt>~/.termux/boot/</tt> directory.
* Put scripts you want to execute inside the <tt>~/.termux/boot/</tt> directory.
* If there are multiple files, they will be executed in a sorted order.

Note that you may want to run termux-wake-lock as first thing want to ensure
that the device is prevented from sleeping.

Example: To start a sshd server and prevent the device from sleeping at boot,
create a file <tt>~/.termux/boot/start-sshd</tt> containing the line:

<tt>termux-wake-lock && sshd</tt>
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add-on for Termux allowing programs to be run at boot
17 changes: 17 additions & 0 deletions fastlane/metadata/android/ru/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Этот плагин для <a href="https://f-droid.org/packages/com.termux">Termux</a> позволяет запускать программы при загрузке.

Инструкции:

* Запустите это приложение Termux:Boot один раз кликнув по его значку запуска.
* Это позволяет этому приложению запускатся при загрузке.
* Создайте папку <tt>~/.termux/boot/</tt>.
* Поместите скрипты которые вы хотите выполнить в папку <tt>~/.termux/boot/</tt>.
* Если имеется несколько файлов, они будут выполнены в сортированном порядке.

Обратите внимание что вы можете запустить termux-wakelock в качестве сначала
чтобы предотвратить переход устройства в спящий режим.

Пример: Чтобы запустить sshd-сервер и предотвратить переход устройства в спящий режим при загрузке
создайте файл <tt>~/.termux/boot/start-sshd</tt> содержащий строку:

<tt>termux-wake-lock && sshd</tt>
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Дополнение к Termux позволяющее запускать программы при загрузке