A collection of more or less useful scripts (for Linux).
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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.
4 months ago
flatpak-run-generator [Flatpak Run Generator] Improve README.org 2 years ago
mediathek-download Added License file to mediathek-download script 5 years ago
quick-deploy [quick-deploy] Updated README 1 year ago
rlatexmk Added initial version of rlatexmk 4 years ago
todoist2org 🐛 [todoist2org] Fix wrong section tags 4 months ago
README.md Large cleanup 3 years ago

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