Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
guifelix committed Jan 24, 2019
1 parent 561f83c commit 42f4a11
Show file tree
Hide file tree
Showing 7 changed files with 838 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* text=auto
readme.md merge=union
74 changes: 74 additions & 0 deletions code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
22 changes: 22 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contribution Guidelines

Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.

## Adding something to this awesome list

If you have something awesome to contribute to this awesome list, this is how you do it.

You'll need a [GitHub account](https://github.com/join)!

1. Access the awesome list's GitHub page. For example: https://github.com/guifelix/awesome-tasker;
2. Click on the `readme.md` file;
3. Now click on the edit icon;
4. You can start editing the text of the file in the in-browser editor. Make sure you follow [these guidelines](pull_request_template.md) and above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/);
5. Say why you're proposing the changes, and then click on "Propose file change";
6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)!

## Updating your Pull Request

Sometimes, a maintainer of an awesome list will ask you to edit your Pull Request before it is included. This is normally due to spelling errors or because your PR didn't match the awesome-tasker [guidelines](pull_request_template.md).

[Here](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) is a write up on how to change a Pull Request, and the different ways you can do that.
488 changes: 488 additions & 0 deletions media/cc.logo.circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 107 additions & 0 deletions media/logo-tasker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- Please fill in the below placeholders -->

**[Insert URL to the project here]**

**[Explain what this project is about and why it should be included here]**


### By submitting this pull request I confirm I've read and complied with the below requirements 🤚

**Please read it multiple times. I spent a lot of time on these guidelines and most people miss a lot.**

## Requirements for your pull request

- This pull request has a descriptive title in the format `[Add] - Name of your project` (Example: `[Add] - TaskerCalendar`), not `Update readme.md` or `Add awesome project`.
- The entry in the Awesome Tasker list should:
- Include a short description about the project. **It should not describe the project itself.**<br>Example: `- [TaskerCalendar](…) - Calendar Profile to log schedules`, not `- [TaskerCalendar](…) - Calendar profile.`.
- Be added at the bottom of the appropriate category.
- The project I'm submitting complies with the above requirements.

Go to the top and read it again. 👆️
125 changes: 125 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
<div align="center">
<img width="500" height="350" src="media/logo-tasker.svg" alt="Awesome">
</div>

![stability-wip](https://img.shields.io/badge/STATUS-WORK%20IN%20PROGRESS-lightgrey.svg?style=for-the-badge)
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-lightgrey.svg?style=for-the-badge)](http://creativecommons.org/publicdomain/zero/1.0/)
![](https://img.shields.io/github/last-commit/guifelix/awesome-tasker.svg?style=for-the-badge)
![](https://img.shields.io/github/issues-raw/guifelix/awesome-tasker.svg?style=for-the-badge)
![](https://img.shields.io/github/issues-closed-raw/guifelix/awesome-tasker.svg?style=for-the-badge)

<br>

# Awesome Tasker [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re)


> Carefully curated list of awesome tasker projects, tutorials and tricks
Tasker is an application for Android which performs tasks (sets of actions) based on contexts (application, time, date, location, event, gesture) in user-defined profiles or in clickable or timer home screen widgets.
This simple concept profoundly extends your control of your Android device and it's capabilities, without the need for 'root' or a special home screen.

Tasker came 3rd in the Productivity category in the Android Developer Challenge 2.

<br>

<p align="center">
<a href="awesome.md">What is an awesome list?</a>&nbsp;&nbsp;&nbsp;
<a href="contributing.md">Contribution guide</a>&nbsp;&nbsp;&nbsp;
</p>

<br>

<p align="center">
<sub>
Check out my <a href="https://guilhermefelixmaciel.netlify.com/">site</a> and follow me on <a href="https://www.linkedin.com/in/guilhermemaciel/">LinkedIn</a>.</sub>
</p>
<br>


## Contents

- [Official](#official)
- [Plugins](#plugins)
- [Profiles](#profiles)
- [Tasks](#tasks)
- [Scenes](#scenes)
- [Learn](#learn)



## Official
- [Website](https://tasker.joaoapps.com/)
- [Guides](https://tasker.joaoapps.com/guides.html)
- [Wiki](http://tasker.wikidot.com/)
- [Support](https://groups.google.com/forum/#!forum/tasker)
- [Forum](https://forum.joaoapps.com/index.php)
- [FAQ](https://tasker.joaoapps.com/faq.html)
- [App](https://tasker.joaoapps.com/download.html) - From website
- [App](https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm) - From Play Store

## Plugins
- [Official Plugins](https://play.google.com/store/apps/details?id=com.joaomgcd.autoappshub) - (Paid | Free)
- [AutoVoice](https://play.google.com/store/apps/details?id=com.joaomgcd.autovoice) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autovoice.unlock)
- [Tasker Settings](https://play.google.com/store/apps/details?id=com.joaomgcd.taskersettings)
- [AutoInput](https://play.google.com/store/apps/details?id=com.joaomgcd.autoinput)
- [AutoCast](https://play.google.com/store/apps/details?id=com.joaomgcd.autocast) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autocast.unlock)
- [Tasker App Factory](https://play.google.com/store/apps/details?id=net.dinglisch.android.appfactory)
- [AutoNotification](https://play.google.com/store/apps/details?id=com.joaomgcd.autonotification) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autonotification.unlock)
- [AutoTools](https://play.google.com/store/apps/details?id=com.joaomgcd.autotools)
- [AutoContacts](https://play.google.com/store/apps/details?id=com.joaomgcd.autocontacts) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autocontacts.unlock)
- [AutoTools Root Add-on](https://play.google.com/store/apps/details?id=com.joaomgcd.autotoolsroot)
- [AutoWear](https://play.google.com/store/apps/details?id=com.joaomgcd.autowear)
- [AutoShare](https://play.google.com/store/apps/details?id=com.joaomgcd.autoshare) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autoshare.unlock)
- [AutoShortcut](https://play.google.com/store/apps/details?id=com.joaomgcd.autoshortcut)
- [AutoWeb](https://play.google.com/store/apps/details?id=com.joaomgcd.autoweb) - Unreleased
- [AutoBarcodeLite](https://play.google.com/store/apps/details?id=com.joaomgcd.barcode.lite)
- [AutoLaunch](https://play.google.com/store/apps/details?id=com.joaomgcd.autoapps) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autolaunch.unlock)
- [AutoRemote](https://play.google.com/store/apps/details?id=com.joaomgcd.autoremote)
- [AutoApp For Pebble](https://play.google.com/store/apps/details?id=com.joaomgcd.autopebble) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autopebble.unlock)
- [AutoAlarm](https://play.google.com/store/apps/details?id=com.joaomgcd.autoalarm)
- [AutoRemoteLite](https://play.google.com/store/apps/details?id=com.joaomgcd.autoremote.lite)
- [AutoApp for Arduino](https://play.google.com/store/apps/details?id=com.joaomgcd.autoarduino)
- [AutoVera](https://play.google.com/store/apps/details?id=com.joaomgcd.autovera) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autovera.unlock)
- [AutoMEO](https://play.google.com/store/apps/details?id=com.joaomgcd.automeo)
- [AutoLocation](https://play.google.com/store/apps/details?id=com.joaomgcd.autolocation) - and the [pro key](https://play.google.com/store/apps/details?id=com.joaomgcd.autolocation.unlock)
- [AutoBarcode](https://play.google.com/store/apps/details?id=com.joaomgcd.barcode)
- Marco Stornelli
- [SecureTask](https://play.google.com/store/apps/details?id=com.balda.securetask)
- [MailTask](https://play.google.com/store/apps/details?id=com.balda.mailtask)
- [TouchTask](https://play.google.com/store/apps/details?id=com.balda.touchtask)
- [ContactsTask](https://play.google.com/store/apps/details?id=com.balda.contactstask)
- [AirTask](https://play.google.com/store/apps/details?id=com.balda.airtask)
- [DriveTask](https://play.google.com/store/apps/details?id=com.balda.drivetask)
- [CalendarTask](https://play.google.com/store/apps/details?id=com.balda.calendartask)
- [QuickTask](https://play.google.com/store/apps/details?id=com.balda.quicktask)
- [UiTask](https://play.google.com/store/apps/details?id=com.balda.uitask)
- [CastTask](https://play.google.com/store/apps/details?id=com.balda.casttask)
- [ParseTask](https://play.google.com/store/apps/details?id=com.balda.parsetask)
- [NFC for Tasker](https://play.google.com/store/apps/details?id=com.balda.nfcfortasker)
- [Notfication Listener](https://play.google.com/store/apps/details?id=com.balda.notificationlistener)
- [IntentTask](https://play.google.com/store/apps/details?id=com.balda.intenttask)
- [MeteoTask](https://play.google.com/store/apps/details?id=com.balda.meteotask)
- [ActivityTask](https://play.google.com/store/apps/details?id=com.balda.autoactivity)
- [ClockTask](https://play.google.com/store/apps/details?id=com.balda.clocktask)
- [BlueTask](https://play.google.com/store/apps/details?id=com.balda.bluetask)
- [GeoTask](https://play.google.com/store/apps/details?id=com.balda.geotask)
- [Auto Speed Trap](https://play.google.com/store/apps/details?id=com.balda.autospeedtrap)

## Profiles ![](https://img.shields.io/badge/STATUS-WORK%20IN%20PROGRESS-lightgrey.svg?style=flat-square)

## Tasks ![](https://img.shields.io/badge/STATUS-WORK%20IN%20PROGRESS-lightgrey.svg?style=flat-square)
## Scenes ![](https://img.shields.io/badge/STATUS-WORK%20IN%20PROGRESS-lightgrey.svg?style=flat-square)
## Media ![](https://img.shields.io/badge/STATUS-WORK%20IN%20PROGRESS-lightgrey.svg?style=flat-square)
- Icon Packs
- Sound Effects
## Learn ![](https://img.shields.io/badge/STATUS-WORK%20IN%20PROGRESS-lightgrey.svg?style=flat-square)
- Tutorials
- Watch
- Read
## Miscellaneous ![](https://img.shields.io/badge/STATUS-WORK%20IN%20PROGRESS-lightgrey.svg?style=flat-square)

## License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

To the extent possible under law, [Guilherme Felix da Silva Maciel](https://github.com/guifelix) has waived all copyright and related or neighboring rights to this work.

0 comments on commit 42f4a11

Please sign in to comment.