This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# i3 config file (v4) | |
# Please see https://i3wm.org/docs/userguide.html for a complete reference! | |
# Set default border and layout sizes | |
set $border px 2 | |
set $window_gaps px 2 | |
# Set workspace layout to tabbed by default | |
workspace_layout tabbed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mlr --csv --ofs ';' filter '${Shipping Name} != ""' \ | |
then put '${Vorname (20)} = regextract(${Shipping Name},"([^\s]+)"); ${Nachname/Firmenname (30)} = regextract(${Shipping Name}, "(\S+)$"); ${Hausnummer (5)} = regextract(${Shipping Address1}, "\d+"); ${Strasse (27)} = regextract(${Shipping Address1}, "\D+")' \ | |
then put '${Tel. Vorwahl (6)} = ""; ${Telefonnummer (14)} = ""; ${E-Mail-Adresse (70)} = ""; $Paketklasse = ""; $Sperrgutkennzeichen = "0"; $Nachnahmebetrag = ""; $Zusatzinformation = ""' \ | |
then rename 'Shipping Zip','PLZ (10)','Shipping City','Ort (30)','Name','Kundenreferenznummer (20)','Shipping Address2','Adresszusatz (50)' \ | |
then cut -o -f 'Vorname (20)','Nachname/Firmenname (30)','Adresszusatz (50)','Strasse (27)','Hausnummer (5)','PLZ (10)','Ort (30)','Tel. Vorwahl (6)','Telefonnummer (14)','E-Mail-Adresse (70)','Kundenreferenznummer (20)','Paketklasse','Sperrgutkennzeichen','Nachnahmebetrag','Zusatzinformation' \ | |
orders_export.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Conexio Stettfeld | |
// @version 1.0 | |
// @description Better Conexio | |
// @match http://bbodwfpdb57wipmt.myfritz.net/* | |
// @run-at document-start | |
// ==/UserScript== | |
(function() { |