A collection of more or less useful scripts (for Linux).
Go to file
Marcel Kapfer 00fc8ea318
(flatpak-sync) Fail add/remove if app id is commented out
Handling commented out apps would perhaps be interesting to add in the
future. But at this point I think the the people using this script
either want to go fully declarative and not use the add/remove
commands at all or do not want to edit the apps list file themselves
and therefore will not have and comments in them.

Refs: #1
2023-07-20 21:54:09 +02:00
flatpak-run-generator [Flatpak Run Generator] Improve README.org 2021-05-04 11:26:02 +02:00
flatpak-sync (flatpak-sync) Fail add/remove if app id is commented out 2023-07-20 21:54:09 +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