A collection of more or less useful scripts (for Linux).
Go to file
Marcel Kapfer 20b17be7b3
🐛 [todoist2org] Fix wrong section tags
The list of additional labels (containing the project name and the
section name) was not reset after parsing a section but only after
parsing a project. This resulted in wrong additional labels being
added to some tasks.
2022-11-26 08:01:29 +01:00
flatpak-run-generator [Flatpak Run Generator] Improve README.org 2021-05-04 11:26:02 +02:00
mediathek-download Added License file to mediathek-download script 2018-03-14 18:36:37 +01:00
quick-deploy [quick-deploy] Updated README 2022-02-08 09:10:02 +00:00
rlatexmk Added initial version of rlatexmk 2019-02-08 15:40:52 +01:00
todoist2org 🐛 [todoist2org] Fix wrong section tags 2022-11-26 08:01:29 +01:00
README.md Large cleanup 2020-03-25 11:26:14 +01:00

README.md

Scripts

A collection of all my scripts - written in different languages.

You can find further instructions in the corresponding README.

Contributing

  1. Fork it
  2. Create a feature branch with a meaningful name (git checkout -b my-new-feature)
  3. Add yourself to the CONTRIBUTORS file
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to your branch (git push origin my-new-feature)
  6. Create a new pull request