1
0
Fork 0
A collection of useful scripts
Find a file
Luca Beltrame 1c5776548f
Use token based authorization instead of calling osc
Saves the need of keeping a password to the full account and it is
considerably more limited in scope (just triggering services)
2021-01-04 22:54:01 +01:00
LICENSES Update licenses and use SPDX identifiers 2021-01-02 15:45:49 +01:00
misc Restructure directory layout 2021-01-03 15:26:29 +01:00
obs Use token based authorization instead of calling osc 2021-01-04 22:54:01 +01:00
sysadmin Restructure directory layout 2021-01-03 15:26:29 +01:00
travel Restructure directory layout 2021-01-03 15:26:29 +01:00
.gitignore Ignore the .reuse directory 2021-01-02 15:46:42 +01:00
dennogumi_new_post.py Allow editing posts 2021-01-03 14:52:19 +01:00
jekyll_new_post.py Try to fix the git repo issue 2015-06-07 15:01:46 +02:00
README.md Some READMEs 2021-01-03 15:36:20 +01:00

Various useful scripts

A collection of scripts I've made during the years to fulfill specific needs (my own). Some they may be useful for others, some may be not.

They're all written either in Bash or in Python (3.x).

Structure

  • obs: Scripts used to manage the KDE Unstable repositories on the openSUSE Build Service
  • sysadmin: Various scripts I wrote to carry out some sysadmin-y stuff
  • travel: Experimental scripts I wrote to make planning my holidays better
  • misc: Uncategorized, random scripts.

LICENSE

Different scripts have different licenses. See the LICENSES directory for a rundown of the used licenses.