Skip to content
View mft14's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report mft14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. mft14.github.io mft14.github.io Public

    Official Website of Metal Fortress

    HTML

  2. init.vim init.vim
    1
    set history=200
    2
    filetype plugin on
    3
    filetype indent on
    4
    set autoread
    5
    au FocusGained,BufEnter * checktime
  3. Outlook Attachment grabber Outlook Attachment grabber
    1
    #Outlook Attachment grabber Script by Kiel (Metal Fortress) 24.08.2022 --- mft14.github.com
    2
    # Update 18.09.2023 = Added some exceptions and changed filename creation as some mails have bad filenames
    3
    
                  
    4
    # How to use
    5
    # - 1: Put in as many file extensions as you need in the "attach_filter" array. Pattern looks like this ".pfd" , ".jpg" -- seperate with comma !
  4. mp3grabbo mp3grabbo
    1
    #!/bin/bash
    2
    output=~/ #IMPORTANT: your path where the mp3 will be stored, for example ~/Music
    3
    makefolderfromalbum=true # change to false if you do not want to create folders based on the album tag name
    4
    normalizeAudio=true # change to false if you do not want to normalize the audio
    5
    
                  
  5. the_zusammenfasser the_zusammenfasser Public

    News grabber with automatically summary using AI (work in progress)

    PowerShell

  6. bashscripts bashscripts Public

    My bash scripts

    Shell