2020-07-10 14:55:33 +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
|
|
|
|
|
|
|
|
|
2020-07-25 19:36:53 +02:00
|
|
|
#### autoscript
|
|
|
|
|
|
|
|
Quickly setup the base to start writing scripts.
|
|
|
|
Supports crystal, python and bash (default)
|
|
|
|
|
|
|
|
|
|
|
|
#### initializeANSI
|
|
|
|
|
|
|
|
Initialize a bunch of variables with ANSI colors and co.
|
|
|
|
|
|
|
|
|
|
|
|
#### glances
|
|
|
|
|
|
|
|
top alternative
|
|
|
|
|
|
|
|
|
2020-07-10 14:55:33 +02:00
|
|
|
|
|
|
|
## MacOS
|
|
|
|
|
|
|
|
#### mcal
|
|
|
|
|
|
|
|
Show a calendar in your terminal the way gcal **should**.
|
|
|
|
From [this](https://apple.stackexchange.com/questions/93906/cal-command-start-monday) 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](https://github.com/jakehilborn/displayplacer).
|
|
|
|
And again, I just have to ask: **WTF APPLE ?!** How hard is it to not fuck my displays up after every boot?
|