Go to file
2022-10-14 19:49:04 +02:00
animatedWallpaper Commit some very old stuff for some reason 2022-10-14 19:49:04 +02:00
autoscript Add basic scripts from my linux machine 2020-07-25 19:21:21 +02:00
click_test.sh Commit some very old stuff for some reason 2022-10-14 19:49:04 +02:00
dmenu_quit Commit some very old stuff for some reason 2022-10-14 19:49:04 +02:00
glances Add basic scripts from my linux machine 2020-07-25 19:21:21 +02:00
initializeANSI Add basic scripts from my linux machine 2020-07-25 19:21:21 +02:00
launch_multimc_instance Commit some very old stuff for some reason 2022-10-14 19:49:04 +02:00
README.md Added readme description for run, rgit, mcal and displayer 2020-07-10 14:55:33 +02:00
rgit Script to execute git-shell-commands on remote host through ssh 2020-07-10 07:57:48 +02:00
run Run programs detached from terminal and without any kind of output 2020-07-10 07:59:31 +02:00
udmenu Commit some very old stuff for some reason 2022-10-14 19:49:04 +02:00
unicode First commit adding linux exclusive scripts 2020-07-25 19:22:54 +02:00

Script collection

This is a collection of scripts I use on different systems

Unix

run

Simple script to run programs detached from terminal. No nohup.out, no stdout or stderr, don't close program when terminating the terminal.

rgit

Utility to remotely work on git repos through ssh. Create, list or delete bare repos on git server. Edit your config and description locally in your $EDITOR.

TODO

  • Create, list, delete, edit hooks

MacOS

mcal

Show a calendar in your terminal the way gcal should. From this stackexchange post.

This does not work perfectly but WHOSE idea was it to display a calendar vertically?!

displayer

Reorganize your displays with displayplacer. Documentation on how to properly set this up is here. And again, I just have to ask: WTF APPLE ?! How hard is it to not fuck my displays up after every boot?