Skip to content

Commit

Permalink
Call app Termux:Tasker consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jan 5, 2020
1 parent 61af609 commit b9a57ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Termux:Task
# Termux:Tasker

[![Build status](https://api.cirrus-ci.com/github/termux/termux-tasker.svg?branch=master)](https://cirrus-ci.com/termux/termux-tasker)
[![Join the chat at https://gitter.im/termux/termux](https://badges.gitter.im/termux/termux.svg)](https://gitter.im/termux/termux)
Expand All @@ -8,7 +8,7 @@ from [Tasker](https://tasker.dinglisch.net/).

## Installation

Termux:Task application can be obtained from:
Termux:Tasker application can be obtained from:

- [Google Play](https://play.google.com/store/apps/details?id=com.termux.tasker)
- [F-Droid](https://f-droid.org/en/packages/com.termux.tasker/)
Expand All @@ -26,7 +26,7 @@ all currently installed plugins.

1. Create a new Tasker Action.
2. In the resulting Select Action Category dialog, select Plugin.
3. In the resulting Termux:Task dialog, select Termux:Task.
3. In the resulting Action Plugin dialog, select Termux:Tasker.
4. Edit the configuration to specify the executable in `~/.termux/tasker/` to
execute, and if it should be executed in the background (the default) or in a
new terminal session.
Expand Down
5 changes: 2 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- The app_name is the name of the app that is visible when listing installed apps.
It's also used by Tasker in "Select Action Category" > "Plugin" dialog, so keep this one short
(Termux:Tasker line breaks in an ugly way). -->
<string name="app_name">Termux:Task</string>
It's also used by Tasker in "Select Action Category" > "Plugin" dialog, so keep this one short -->
<string name="app_name">Termux:Tasker</string>
<!-- The plugin name as shown in Tasker in the Task Edit activity.-->
<string name="plugin_name">Termux</string>
<string name="execute_in_terminal">Execute in a terminal session</string>
Expand Down

0 comments on commit b9a57ff

Please sign in to comment.